on 2019 Dec 10 8:56 AM
Hello Experts,
I want to change the tax code per document while using the tcode FINT. But i cant find a way to do this using BADI FI_INT_CUS01. I am using INT_ADD_ITEMS method achieve this . In this method there is the parameter CT_T056U_EXT where which i am trying to change the MWSKZ. But i am not able to find a relation between CT_T056U_EXT and CT_ITEMS. In CT_ITEMS for every document number i would like to look into BSEG and find the tax code and substitute the same in MWSKZ of CT_T056U_EXT . When i have more than one tax code to substitute and CT_T056U_EXT comes with only one line item , i am clueless how to add more tax codes .
BR.
PD.
That is not what i wanted. In CT_ITEMS we have interest indicator field INT_IND and from the interest indicator i am getting the MWSKZ in CT_T056U_EXT which i need to overwrite. It is not the BSEG-MWSKZ which i want to overwrite.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi P D
As I analysed could see that CT_T056U_EXT in INT_ADD_ITEMS has only customizing data of T056U table.
To suffice your requirement of changing MWSKZ at every line item, it is possible in INT_POST with parameter CT_ACCIT
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
111 | |
8 | |
8 | |
6 | |
6 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.