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: 

Custom tab in PO (ME21N) - How can I copy custom data when I copying PO's?

former_member182933
Participant
0 Kudos

Hi,

I have one custom tab in PO (ME21N), but when I copy a PO to another PO the custom tab not copied.

How can I copy values of the custom tab?

Best Regards.

1 ACCEPTED SOLUTION

jagdeepsingh83
Active Contributor
0 Kudos

There is no standard program that will update ztable or z field added in PO screen. You have write the logic in the PO Badi where you added these custom tables to update.

This required update your z program when you copy.. you need to provide logic to your abaper to make these changes.

5 REPLIES 5

jagdeepsingh83
Active Contributor
0 Kudos

There is no standard program that will update ztable or z field added in PO screen. You have write the logic in the PO Badi where you added these custom tables to update.

This required update your z program when you copy.. you need to provide logic to your abaper to make these changes.

VenkatRamesh_V
Active Contributor
0 Kudos

Hi,

Try Badi ME_PROCESS_PO_CUST.

Hope it helpful,

Regards,

Venkat.

former_member182933
Participant
0 Kudos

Hi,

We don't have any Z table in this process. We reused standard fields in EKKO.

Even so, we have implement a Badi for this process?

Best Regards.

former_member182933
Participant
0 Kudos

Sorry. The fields were Z's in EKKO.

We load they with user exit.

Thanks all.

0 Kudos

Hi,

Did you add the fields in Customer Structure CI_EKKODB ( For header) CI_EKPODB ( For Item )?

R