cancel
Showing results for 
Search instead for 
Did you mean: 

Differentiate between Confirmation and its cancellation

sap_2605
Active Participant
0 Kudos

Dear SAP experts,

We are in SRM 7.01 with backend ECC 6.05 deploying classic scenario. I'm trying to code in enhancemnent BADI check for confirmation. This check should not happen if the confirmation createad is actually a cancellation of another confirmation. I check everywhere I cannot seem to see where in table, that SAP keep that a particular confirmation is actually a cancellation.

Can someone helps?

Best regards,

John

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi John,

You can find the difference in the subtype of the header.

If it is a confirmation, then the subtype value will be set to 'CF'. and if the confirmation being created is a cancellation, then the subtype will be set to 'CA'.

so, in your case, you'll have to building your logic only for those docs containing the subtype = 'CF'.

Regards,

Karthik Babu