‎2007 Feb 17 6:57 PM
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
‎2007 Feb 18 6:27 AM
‎2007 Apr 16 3:26 PM
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 .