cancel
Showing results for 
Search instead for 
Did you mean: 

RECN: Implement events CHGD1-4 for custom table

Former Member
0 Kudos

Hi

I've created a custom table that was added to transaction RECN using BDT.

I now have to add this table to the Change Document List for the RE Contract. The BDT Developer's Manual refers to implementing events CHGD1 to CHGD4 to accomplish this but I don't know what needs to be done. I've copied example events  BUP_BUPA_EVENT_CHGD1,  BUP_BUPA_EVENT_CHGD2,

BUP_BUPA_EVENT_CHGD4  but I'm not sure how to adapt the code to cater for my custom table.

Can anyone please guide me on how to get this working.

Regards

Utian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is the question unclear? Do you need more information?

I've created a custom table and added to transaction RECN using BDT as per SAP Note 969234.

I now want to add this table to the Change Document List for the RE Contract so that users can see who made any changes to this table.

Has anyone done this before?

Regards

Utian

jsancho
Participant
0 Kudos

Hi Utian,

recently I have developed same requirement. In my case I've done it by:

1. Creating new SAP ChangeDocument

2. In IF_RECA_STORABLE_EXT~STORE_WRITE execute generated FunctionModule in step 1.

3. SM30 in V_TIVCACDOBJREL I have "linked" my own SAP ChangeDocument with the corresponding SAP RE-FX object in order to display it in the Modifications

4. configure in transaction BANK_CUS_CHDOC_DEV your recently created ChangeDocument Object.

I don't know if it's the correct solution but it works for me.


Former Member
0 Kudos

Thanks Jorge

I will definitely give it a go.