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: 

KOMP structure into EKPO table

Former Member
0 Kudos
299

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

2 REPLIES 2

Former Member

Former Member
0 Kudos
90

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