Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BADI to set the billing block in sales order

Former Member
0 Kudos

Hi Friends,

I am trying to set the billing block at the item level while creating or changing the sales order if the selling price of the item is below the cost price. I have implemented the following code in the BADI BADI_SD_SALES. Even I tried the same code in the user exit include MV45AFZZ. It is not working in both the cases. what could be the issue. please advice.

FIELD-SYMBOLS : <fs_vbap> TYPE vbapvb.

LOOP AT xvbap ASSIGNING <fs_vbap>.

<fs_vbap>-faksp = '01'.

ENDIF.

1 REPLY 1

Former Member
0 Kudos

solved. used BADI_SD_SALES