Application Development and Automation 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: 
Read only

adding field lfa1-stcd5 in standard program RFUMSV00 using badi.

Former Member
0 Likes
2,015

I need to add field lfa1-stcd5 in RFUMSV00 using BADI .

If i am not wrong this the BADI name FI_TAX_BADI_011 where i need to do changes .After that i am stuck..

Pls help me

I need to add field lfa1-stcd5 in RFUMSV00 using BADI .

If i am not wrong this the BADI name FI_TAX_BADI_011 where i need to do changes .After that i am stuck..

Pls help me

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,443

Did you already implement the BAdI, if yes did you

  • use the SET_FLAGS method to set at least flag CH_USE_BADI_11 on, so APPEND_TAX_ITEM will be called, you can also set CH_READ_BSEG on so APPEND_TAX_ITEM will also receive BSEG information.
  • fill the user fields provided in structure RFUMS_TAX_ITEM in method APPEND_TAX_ITEM.
Read only

0 Likes
1,443

I had use the SET_FLAGS method to set flag CH_USE_BADI_11 = 'X'.

I didn't understand your second point.(fill the user fields provided in structure.)
Read only

0 Likes
1,443

Now use method APPEND_TAX_ITEM to read vendor master data and change value of one of the USER_FIELD* fields of changing parameter CH_TAX_ITEM with value returned in LFA1-STCD5.