Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ORDERS05 [E1EDKA1 - ILNNR]

Former Member
0 Likes
5,072

Hi,

I wonder if there is a database table/field for everything in a incoming idoc.

I have a ORDERS05 and filled E1EDKA1-ILNNR with some data.

In which table can I se this data in SAP.

Nothing in KNA1,KNB1 etc...

//Martin

Message was edited by: Martin Andersson

Hi,

I wonder if there is a database table/field for everything in a incoming idoc.

I have a ORDERS05 and filled E1EDKA1-ILNNR with some data.

In which table can I se this data in SAP.

Nothing in KNA1,KNB1 etc...

//Martin

Message was edited by: Martin Andersson

3 REPLIES 3
Read only

christian_wohlfahrt
Active Contributor
0 Likes
2,947

Hi Martin,

no, not for every field is used. There are some 'useless', sometimes depending on your process.

ILNNR seems to be one of the useless... have a look at FM idoc_input_orders, e.g. in routine determine_partner you will find used fields.

Regards,

Christian

Read only

0 Likes
2,947

Hi Martin,

If you want to move the value in ILNNR to somewhere on the order, then you can use the customer exit '001' that is called right after the PERFORM ZUORDNEN_ORDERS_E1EDKA1 in the function module IDOC_INPUT_ORDERS.

Let me know if you need any help in this regard,

Srinivas

Read only

Former Member
0 Likes
2,947

Hi,

ILNNR ( International location number (total)) is mostly used to store information regarding the EAN11 field which is stored in table MARA and MARM.

regards

Aveek