As per OSS note 1773228, you need to create user exit J_1I7_USEREXIT_REF_DEPOT using the manual changes steps given in the attached ZIP file in that note.
Given below are steps given in that zip file:
- Go to transaction SE37 and give user exit name as J_1I7_USEREXIT_REF_DEPOT and click on ‘create’ button
- 2. Add IMPORTING and TABLES parameter as given below
- a. Add in EXPORTING parameter in Export tab:
Parameter name | Typing | Associated type |
E_OVER_REF | TYPE | BOOLEAN |
E_BASE_OVER_REF | TYPE | BOOLEAN |
- In “Source” Code tab
Set variable E_Over_REF = 'X' if it is steel industry. (Circular No. 486/52/99-CX) also Set variable E_BASE_OVER_REF = 'X' if it is steel industry and maintaining the "special register" (Annexure - I of Circular No. 486/52/99-CX ) for the excise value for extra quantity.
- Save and Activate the Function Module
Regards,
Gautham.