Application Development 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: 

NOTE 1021736 USER-EXIT

Former Member
0 Kudos

Where in SAP can I see the referred Note.

Best Regards

Pankaj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

For refering to notes, check this website: https://websmp201.sap-ag.de/notes

You have to put in your S ID and pass to enter, then in search on right hand corner, put in the Sap NOte and do search

and your note will be displayed

Note 1021736 - USER-EXIT to inventorise the duties during imports

Summary

Symptom

During imports, excise duties can be inventorized during Good Receipt(only in MIGO) using the user-exit provided via this note - J_1I7_USEREXIT_IMPORT_INV_DUTY.

Other terms

J_1I4_CVD_GET_IN_GR, J_1I7_USEREXIT_IMPORT_INV_DUTY, Imports, MIGO, MIRO,Commercial invoice, inventorizing duties, excise duty.

Reason and Prerequisites

-

Solution

The function module needs to be created in the function group J1I7.

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_IMPORT_INV_DUTY' as the name for the function

module in the function group 'J1I7'.

5.Give the short text as 'User-Exit to Inventorize Duties'.

6.In the Import tabstrip:

Parameter Name : Y_EKKO

Type Spec : LIKE

Associated type : EKKO

Pass Value : UnChecked

Parameter Name : Y_EKPO

Type Spec : LIKE

Associated type : EKPO

Pass Value : UnChecked

Parameter Name : LS_J1IEXCHDR

Type Spec : LIKE

Associated type : J_1IEXCHDR

Pass Value : UnChecked

Parameter Name : LS_J1IEXCDTL

Type Spec : LIKE

Associated type : J_1IEXCDTL

Pass Value : UnChecked

7.In the Tables tabstrip:

Parameter Name : Y_BETB

Type Spec : TYPE

Associated type : EKBNK

Optional : UnChecked

8.Save and Generate the Function Group.

9.Please apply the attached corrections and implement your logic in the

user exit once they are generated.

3 REPLIES 3

Former Member
0 Kudos

For refering to notes, check this website: https://websmp201.sap-ag.de/notes

You have to put in your S ID and pass to enter, then in search on right hand corner, put in the Sap NOte and do search

and your note will be displayed

Note 1021736 - USER-EXIT to inventorise the duties during imports

Summary

Symptom

During imports, excise duties can be inventorized during Good Receipt(only in MIGO) using the user-exit provided via this note - J_1I7_USEREXIT_IMPORT_INV_DUTY.

Other terms

J_1I4_CVD_GET_IN_GR, J_1I7_USEREXIT_IMPORT_INV_DUTY, Imports, MIGO, MIRO,Commercial invoice, inventorizing duties, excise duty.

Reason and Prerequisites

-

Solution

The function module needs to be created in the function group J1I7.

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_IMPORT_INV_DUTY' as the name for the function

module in the function group 'J1I7'.

5.Give the short text as 'User-Exit to Inventorize Duties'.

6.In the Import tabstrip:

Parameter Name : Y_EKKO

Type Spec : LIKE

Associated type : EKKO

Pass Value : UnChecked

Parameter Name : Y_EKPO

Type Spec : LIKE

Associated type : EKPO

Pass Value : UnChecked

Parameter Name : LS_J1IEXCHDR

Type Spec : LIKE

Associated type : J_1IEXCHDR

Pass Value : UnChecked

Parameter Name : LS_J1IEXCDTL

Type Spec : LIKE

Associated type : J_1IEXCDTL

Pass Value : UnChecked

7.In the Tables tabstrip:

Parameter Name : Y_BETB

Type Spec : TYPE

Associated type : EKBNK

Optional : UnChecked

8.Save and Generate the Function Group.

9.Please apply the attached corrections and implement your logic in the

user exit once they are generated.

former_member187989
Active Contributor
0 Kudos

I replied with answer in this link

How to search SAP Notes

Former Member
0 Kudos

This message was moderated.