2012 Feb 17 9:50 AM
Hi,
There is a requirement in which data is to be moved from KOMP structure into custom fields in EKPO table. I have already appended structure into EKPO.
The values have to be populated when creating PO & receiving into DC.
I have no idea how to populate the values at run time? Did lot of research..
Any help will be greatly appreciated,
Regards,
Ankush
2012 Feb 17 10:11 AM
Hi,
Ankush hope these links help you out:
http://tutorialsap.com/abap/abap-insert-into-table-statement.html
http://members.tripod.com/sap_abap/insert_d.htm
Thanks
Suraj
2012 Feb 17 10:15 AM
Hi,
When creating PO & receiving into DC put a validation and set a flag.
Make an IF codition on your flag and UPDATE your internal table in runtime.
Debug the code and make sure where you want to make this logic.
Ben