cancel
Showing results for 
Search instead for 
Did you mean: 

How to get information of EMD Reversal Details From ECC to SRM

shrisheel
Explorer
0 Kudos
396

We are using ECS scenario , where bidder pays EMD and using the BADi we are posting the real time data to ECC.

But when the EMD is reversed and the FI document is cleared using F-53 tcode how am i suppose to fetch this data back to SRM table /sappspsrm/tdpd in the field EMD Reverse Date.

Accepted Solutions (1)

Accepted Solutions (1)

Tamas_Koban
Employee
Employee
0 Kudos

Hello Shrisheel, hello Laurent!

Mr. Deshmukh raised this question already towards SAP, but we do not have any standard function or report, that would suit this requirement.

Best regards,

Tamas

shrisheel
Explorer
0 Kudos

Hi Tamas,

Can you just help me with user exits for Tcode f-53 in ECC with the help of your FI colleagues so that I can check where I can put my logic .

laurent_burtaire
Active Contributor

Hello Shrisheel,

put a break-point in method GET_INSTANCE (class CL_EXITHANDLER) after call to method GET_CLASS_NAME_BY_INTERFACE.

Then, run transaction: if any BAdI exists, you will get the information.

Regards.

Laurent.

Answers (1)

Answers (1)

shrisheel
Explorer
0 Kudos

Thank you Laurent and Tamas!!