cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Another tcode for udm_dispute

Former Member
0 Kudos
320

Hi everyone,

Do we have another tcode for udm_dispute.

Actually I want to do a bdc recording for creating dispute correspondence.

Udm_dispute being enjoy transaction do we have another tcode for creating dispute case correspondence.

Or is there any other way though which I can create dispute correspondence any function module/Bapi

Any help would be highly appreciated.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

We do not have any alternate transaction for dispute case on which we can run BDC recording. However, the method IF_EX_SCMG_CASE_FCODE_S~EXECUTE in class CL_IM_UDM_CORR_CREATE will be used by the dispute transaction to send correspondence. I believe you can call the same with the appropriate parameters to achieve the same.

P.S.: I think that class has a logic for throwing some pop up, if that is true then you might have to create a copy of the class and get rid of all code that needs user interaction and use the Z class to achieve the functionality.

Former Member
0 Kudos

Hey Thank you so much for the reply.

Have you used this way before.I am not understanding what parameters I need to pass to the method.

Please help !!

Answers (0)