You are on page 1of 3

1677806 - Allow tax calculation for subcontracting process

Manual Pre-Implementation Steps


Create BAdI:

 Execute transaction SE18;


 Enter BADI_J1B_SUBCONTRACT in the field “Definition name”;
 Choose the Create pushbutton;

 Enter “Badi J1B Subcontracting” in the field “Definition short text”;


 Save;
 Enter “J1BA” in the field “Package”;

 Save;
 Double click on the name of the interface;

 Fill the Method as follow:


o Analyze: SET_BUSTW;
o Level: Instance Method;
o Description: SET Posting String BUSTW;
 Choose the Parameters pushbutton;
 Fill the Parameters as follow:
o Parameter: IS_MSEG;
o Type: Importing;
o Associated Type: MSEG;

o Parameter: CV_BUSTW;
o Type: Changing;
o Associated Type: BUSTW;

 Save;
 Activate.

You might also like