cancel
Showing results for 
Search instead for 
Did you mean: 

VK11 Enhancement - BADI / Substitution

Former Member
0 Kudos

I have the following requirement:

When i create a condition record with multiple material, we have a cutomized UOM called 'RKG' which is equivalent to KG, when saving, i dont want to include this customized UOM 'RKG', only all standard UOM (PC, PAK, KG) will be save. I already use BADI 'sd_cond_save_a' then put a break-point and error msg to inform the user that all 'RKG' will be removed. but a system error message popup '$$00000001 in function group' after the system read the break-point.

Can anybody help me out. can i use substitution here, baut i do not know how to use this function. Thanks in advance.

Joven

Message was edited by: joseph vinzon alim

Accepted Solutions (0)

Answers (1)

Answers (1)

jiteshmehta
Active Contributor
0 Kudos

Business Transcation events ( tcode - FIBF ) will help you to do your requirement. try with these two BTE's.

1. 00503303 Maintain conditions: Transfers

( or )

2.00503305 Maintain conditions: Field check

I have used the second one for my requirement. Iam sure the 00503305 will help you

Copy the "sample function modules" given for these events and assign your FMs ( settings - PS modules - customers ). You can write you own field checks.

Regards

Jitesh