cancel
Showing results for 
Search instead for 
Did you mean: 

J_1I7_USEREXIT_CALC_EXC_BASE

Former Member
0 Kudos

hi sap gurus

in my pricing procedure jass is statistical

i want to use the user exit J_1I7_USEREXIT_CALC_EXC_BASE which has the KONV structure, you will

Have to pass the value to the parameter EXCITM_BASE.

regards

venkataramana medavarapu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Venkataramana

check this SAP note

Note 1003634 - User exit to calculate base for duties in TAXINN on SD side

regarding to get the value

1. Go to transacion 'SE80'.

2. Goto function group J1I7 (Display).

3. Keep cursor on 'Function Modules' and press 'Create' button.

4. Give 'J_1I7_USEREXIT_CALC_EXC_BASE' as the name for the function module in the function group 'J1I7'.

5. Give the short text as 'To calculate the base for duties in TAXINN on SD side'.

6. In the Export tabstrip:

Parameter Name : EXCITM_BASE

Type Spec : TYPE

Associated type : KOMV-KAWRT

Pass Value : Checked

7. In the Tables tabstrip:

Parameter Name : KONV

Type Spec : TYPE

Associated type : KONV

Optional : UnChecked

8. Save and Genarate the Function Group.

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

For the values to come in ARE3 you have to use the user exit in SE37

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

*{ INSERT D11K900670 1

SUPPRESS_CALCULATION = 'X'.

*} INSERT

ENDFUNCTION.

regards

Former Member
0 Kudos

hi prashanth

i already applied user exit which is addresed by u the values are comming to are 1 then why it is not reflecting in are3 .even in are 1 excise base value is not calulating.so iwant to use the J_1I7_USEREXIT_CALC_EXC_BASE which has the KONV structure

have to pass the value to the parameter EXCITM_BASE how can i pass the base value to excise detail table.

also iam using the following condition types

CTyp

PR00

JASS

VF00

JEXP

JCEP

JHCP

JEXT

JCET

JHCT

JINS

for jass i checked as stastical and i want know jass is hard coded.

Former Member
0 Kudos

Hi,

Can you please tell what is your requirement.

regards,

Praveen.

Former Member
0 Kudos

hi sap guru

my requirement is excise base value is not flowing to are 3 as adressed sdn forum use the below user exit

J_1I7_USEREXIT_CALC_EXC_BASE which has the KONV structure, you will

Have to pass the value to the parameter EXCITM_BASE.

hrere iam not able to pass the values to EXCITM_BASE can anybody tell me how to pass the value to following parameter.

my main issue is excise values are not flowing to are3. iam using taxinn

Former Member
0 Kudos

Hi,

When you are creating an ARE3 document, what is the error message you are getting. Whether excise invoice document is being processed in ARE3 transaction or not?

Regards,

Praveen.

Former Member
0 Kudos

hi praveen

it is not the question of error message i clearly mentioned that excise duty values are not floeing to are 3 for that we need to use user exit i asked how to use J_1I7_USEREXIT_CALC_EXC_BASE to pass the values to parameterEXCITM_BASE

thanks $regards

venkataramana medavarupu