Enhance 2LIS_03_BF (MCMSEG) - urgent!

Question: In LBWE - we would like to enhance structure 2LIS_03_BF. Several fields are not part of MCMSEG but are part of MSEG.

I guess we need to go to RSA6 Enhance Extract Structureto append our additional fields to the structure. Which user exit in the OLTP system so we need to go to to add ABAP code.

Answer:
Has anyone enhanced or appended Mcmseg? if so which user exit do you use?

Answer:
Has anyone enhanced or appended Mcmseg? if so which user exit do you use?

In general, From /nCMOD go to RSAP0001 and use the FM EXIT_SAPLRSAP001.I beleive you are playing with transaction data.
Go to the include and put your ABAP code accordingly to fetch the data from the respective tables.
This issue has been discussed number of times in the forum.You can also browse around to get more info.
I hope this gives you an adge.
Good Luck
Vivek

Answer:
The previous answer should be ignored if you wish to enhance the MCMSEG table!!!!
It is valid however if you just wish to enhance your DataSource.

One has to be very carefull with enhancing LIS tables (such as MCMSEG), but if you know what you're doing you might want to take a look at:

- EXIT_SAPLMCB1_001 User Exit for Inventory Controlling
- EXIT_SAPLMCBR_001 User Exit for Inventory Mgmt: Data from Price...

Haven't used them myself yet though...

Cheers,

El Belgio

Answer:
Dear El Belgio,
could u tell me please in which SAP document or notes this Comm Structure extenion explained..?

cheers

martin

Answer:
I can't ... first of all I was talking about a DataSource (and thus extract structure) and secondly I have no clue where this is documented (probably in an extraction course - I believe it's BW350 nowadays)...

cheers,

El Belgio

Answer:
Thanks so much for your replies - however I believe there are standard user exits to add fields to comm structure MCMSEG - which would be part of even standard LIS.

Does anyone know how to add customer fields to LIS communication structure MCMSEG ??

EL Belgio the user exits you recommended - do they do that?

Answer:
LO Cockpit Enhancement Options:

Option 1: If the fileds is available in Comm Structure, then pull it in. Its easy ...from LBWE "maintenance" option....no need to add any user exit code for the logic. You will find the field added into Extract structure as "ZZXXXXXXX" append structure.

Option 2: Get authorization from Basis on Appending the LO cockpits extract structure. The default name will be "ZAXXXXXXX" and add your enhancement field (XYZ) in the component type as "XYZ" and add ZZXYZ as the filed name. Save it , activate it. Now go back to "CMOD" ubder your project choose the trans user exit.....the incluse ZSXXXX1....add your code for the filed XYZ from the base table of the LO-cocpit.

JB
Copyright ?2007 - 2008 www.jt77.com