2007 Jun 07 1:27 PM
Hello all.
I am looking for an internal table in program SAPLMEGUI (the one behind ME21N) that contains all data for the delivery address of each item.
I am checking whether these addresses are different in order to perform some action, but user-exit EXIT_SAPMM06E_012 does not provide the address number for each item in table TEKPO when it is hit.
So, does anyone know any internal table containing the data presented in the fields of the Delivery address tab for all items in the order.
Thanks
Lande
2007 Jun 07 2:21 PM
Hi Lande Santos da Silva,
It deals with the tables related to Purchasing so EKKO and EKPO should be the tables.
In EKPO get ADRNR, pass it to ADRC and also the partner profile there and fetch the Required Address.
Reward Points if useful.
Thanks,
Tej..
2007 Jun 07 3:04 PM
Thanks for the answer Tej, but the tables you mention are not tables actually, they are just work areas.
Sorry if I was not very precise in my request, but I need an internal table that has the same structure as the fields in the tab where the delivery addresses are enteres, ADDR1_DATA, and that contains all address data entered in the screen for all items in the pruchase order.