cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for changing the order category of deployment results

Former Member
0 Kudos

Hi all,

    I want to change the order category of Deployment results. Please help me with the same.

Thanks,

Sagar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sagar,

You can use the following Badi to control the SNP orders. For heuristics we were able to change the order type but for deployment I am not sure if you can change the order category (we tried it but were not able to save it in live cache with custom order type).

Our requirement was to filter out the deployment orders from going to ECC based on a certain filter condition. We set the  'transfer' field to '2' to achieve that.

BAdI: /SAPAPO/SDP_CIFOUT

Interface: /SAPAPO/IF_EX_SDP_CIFOUT

Method: CHANGE_SNP_CIFOUT

Use: Filter for SNP orders when sending SNP orders to an OLTP system

Call: Before writing the SNP orders to the event channel


Thanks,

Sai