cancel
Showing results for 
Search instead for 
Did you mean: 

duties not flowing to are 3

Former Member
0 Kudos

hi gurus

i have configured for are3 all taxes are flowing till excise invoice but when i raise are3 the duties are not flowing to are3 only ecs% 2 is flowing and licence value is also not reducing from license value.

i put 357 table in all taxes access sequence and i tried to change condition class from d TO a only for one trasanction bed,hcess,ecs.values came but now for other transactions it is not showing excise values and excisebase values also not flowing.

regards anand.m

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Apply this

Ask your abapper to write the below code

FUNCTION J_1I7_USEREXIT_DUTY_IN_EXPORT.

*"----


""Local Interface:

*" IMPORTING

*" REFERENCE(YVBRK) TYPE VBRK

*" EXPORTING

*" REFERENCE(SUPPRESS_CALCULATION) TYPE J_1IEXCHDR-STATUS

*"----


*If you do not want the excise duty to be calculated for a particular

*transaction then you need to mark the flag supress_calculation as 'X'

*This flag when left blank will trigger calculation of ED during j1ii

*When it is marked, the ED copied from billing will be left as it is

SUPPRESS_CALCULATION = 'X'.

ENDFUNCTION.

regards

Answers (0)