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

Update Tax code

Former Member
0 Likes
365

Hi ,

I need to update tax data of material in MM02 , in my case the tax detail will be updated for crrtain country ant certain tax type ,

Please advice how can i read the tax data from table control while performing BDC

2 REPLIES 2
Read only

Former Member
0 Likes
313

Hi check

Regards

Mahesh.

Read only

Former Member
0 Likes
313

To get the tax detail used

data : taxtab like bapi_mlan_ga occurs 0 with header line .

call function 'BAPI_MATERIAL_GET_ALL'

exporting

material = itab_rept-matnr

  • COMP_CODE =

  • VAL_AREA =

  • VAL_TYPE =

  • PLANT =

  • STGE_LOC =

salesorg = p_vkorg

distr_chan = p_vtweg

tables

taxclassifications = taxtab .