Application Development 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: 

InfoSet Field Under Structure

Former Member
0 Kudos
116

Hello Guys,

I am looking at the PO in ME23n and getting the delivery date field name as "EEIND" id does not have on the tables I am maintainnig in my InfoSet which are (EKKO, EKPO, EKKN, ADRC), on the technical information it comes as struct. MEP01211.

How can I make this field available on my Infoset?

thanks

1 ACCEPTED SOLUTION

former_member214131
Active Contributor
0 Kudos
52

Hi,

Item Schedules are maintained in table: EKET.

Best Regards, Murugesh

2 REPLIES 2

former_member214131
Active Contributor
0 Kudos
53

Hi,

Item Schedules are maintained in table: EKET.

Best Regards, Murugesh

shishupalreddy
Active Contributor
0 Kudos
52

Hello

Check the below

Select BANFN from EKET for the given Ponumber and Item.

Now u can select LFDAT from EBAN which is nothing but EEIND value .

Regards