cancel
Showing results for 
Search instead for 
Did you mean: 

SAVE method in access class is not being called on "Approve" of change request.

hpgandhe28
Explorer
0 Kudos

Hello,

I am new to SAP master data governance.

Ours is "Co-Deployed" MDG architecture.

I have created a custom data model with "REUSE MODE".

I can create an entity through the UI and see the entry in staging area tables on submit of change request.

When I "Approve" the change request, an entry from staging area table is disappeared as expected in re-use mode, but that entry is not being loaded into ECC custom tables.

I observed that, all the method in access class are being triggered except SAVE method.

SAVE method is not being called on APPROVE of change request.

Maintained a workflow template "WS75700040" in change request.

SMT mapping is also done.

Access class is created by implementing the interface "IF_USMD_PP_ACCESS".

Please help me to know what else need to be done load data in ECC tables in REUSE MODE.

What can be done to call the SAVE method on APPROVE of CR?

Thanks,

Hemant Gandhe

Accepted Solutions (0)

Answers (1)

Answers (1)

hpgandhe28
Explorer
0 Kudos

Issue has been resolved!

The SAVE method is being called in background that's why System ignores the breakpoints put in SAVE method. Wrote the logic in SAVE method of Access class and it's working fine.