cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancing 2LIS_02_ITM with field EVERS from EKPO

Former Member
0 Kudos

Hi experts,

I have a problem enhacing the logistic extractor 2LIS_02_ITM. I want to extract the standard field EVERS from EKPO with this extractor. So I tried in transaction LBWE to add the field to the structure. But when I click on "Maintenance" I can't find the field EVERS in the list.

The list where I can choos the fields is arranged alphabetically, but there is no field called EVERS. So what I'm doing wrong?

...

MCEKPO CHARG Batch

MCEKPO CON_ID Contingent Key

MCEKPO EBELN Purchasing Doc.

MCEKPO EBONF Settlement

MCEKPO EFFWR Effective value

MCEKPO EFFWR_R Ord. val. (ret.)

MCEKPO EGLKZ Final Delivery

MCEKPO EMNFR External manuf.

MCEKPO ESOKZ Infotype

MCEKPO FPLNR Invoicing plan

MCEKPO GEWEI Unit of Weight

...

Thanks for youre help!

Accepted Solutions (1)

Accepted Solutions (1)

desgallagher
Contributor
0 Kudos

Hi Ralf,

Not every field which is in EKPO are ready in MCEKPO

If you need the missing field in MCEKPO you have to create an Append

for this field or include it in MCEKPOUSR.

Please have a look at following steps. EKPO-EVERS will be added to

MCEKPO.

1. In MCEKPOUSR, make a new field referencing component EVERS.

2. Append MCEKPOUSR into MCEKPO.

Best Regards,

Des.

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks to all for youre answers. I will add the field with an append to mcekpo...

Ralf

Former Member
0 Kudos

Dear Ralf,

All fields in table EKPO not nessasarly available in datasource: 2LIS_02_ITM. If its not available then you need to enhance and need to write ABAP code to populate data into new field.

Please check: [Enhancing LO Data Source u2013 Step by Step|http://sapbwneelam.blogspot.com/2008/10/enhancing-lo-data-source-step-by-step.html]

Hope it Helps

Srini

[Dont forget to close the call by assigning poings.... - Food for Points: Make a Difference through Community Contribution!|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82]

Former Member
0 Kudos

Hi,

I dont think this filed is part of 2LIS_02_ITM and will be avaiable in the source poll where you are looking for it.

You will have to enhance the datasource by writing the code in CMOD.

Here is the list from help which gives you the fields part of the data source.

http://help.sap.com/saphelp_nw70/helpdata/en/58/f6383fdb800804e10000000a114084/content.htm

Thanks

Ajeet

former_member205352
Active Contributor
0 Kudos

In the LBWE maintenance screen on the right top have you chosen "All Fields" or only MCEKPO.

Hope this helps.