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: 

RE: Include customized table into MM_EKKO archiving

colin_cheong
Contributor
0 Kudos

I had a customized table, ZEXP_PO that shares the same key as EKKO.

I want to include this table during the archiving for MM_EKKO.

Can any guru shares on how to configure it?

Do I need to create a new customized program to archive as well as delete?

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can enhance the write program RM06EW47 using the BAdI ARC_MM_EKKO_WRITE. This BAdI is used to write the customer specific table entries to the archive. It is called within the write program for each business object between the call function ARCHIVE_NEW_OBJECT and ARCHIVE_SAVE_OBJECT.

Hope this helps.

Cheers!

Samanjay

0 Kudos

Can you tell me step by step how to set it up?

I am not familiar with BADI.

I look thru the source code by cannot identify where the customer exit is located.

will reward points if successful.