cancel
Showing results for 
Search instead for 
Did you mean: 

How to record table change history in RECN

Former Member
0 Kudos

Hi ,

I have a requirement to capture any data changes to a custom table displayed through BDT in RECN transaction.

The same is working in SAP standard tables displayed through BDT in RECN like Business partner Table (VIBPOBJREL) , the user after updating or inserting data can see the change log in Extras --> Change Documents.

However the same is not working for any Z tables created though BDT.

I doubt that this might be achieved by RECACUST, but very little help is available for this..

Any help would be appreciated!!

Thanks

Vivek Bhardwaj

Accepted Solutions (0)

Answers (1)

Answers (1)

jakubsalata
Participant
0 Kudos

Hi,

I think that for Z-table data you need a manager class and optionally record class, being children of CL_RECA_STORABLE. Then you would be able to implement method ME_WRITE_CHANGE_DOCUMENTS. As example you can check class CL_REBD_MEAS_MNGR to see how it works in standard.

Kind regards.