‎2007 May 02 2:20 PM
"Kindly implement the User exit J_1I7_USEREXIT_DUTY_IN_EXPORT through
SE37 by passing the value 'X' to the parameter UPPRESS_CALCULATION, thiswill ensure that the Excise duty values are copied into your excise
invoice from the billing document."
How to Implement above code . Please I did't get that. Above code sent by SAP GDC. I have apply it . Its a part of SAP NOTES.Can u gve the Navigation also possible.
Early reply would be appreciated .
Thanks
Jagadeshwar.Gollapelly
‎2007 May 02 2:35 PM
looks like this is a mod, not a user exit.
go to service.sap.com
login. select 'keys and requests'. --> then SSCR keys --> pushbutton 'register object.'
give your basis release.
then program id : r3tr
type : FUGR
object name : J1I7
click register. u will get a key.
go to se37. paste J_1I7_USEREXIT_DUTY_IN_EXPORT . click change.
access key will be asked. paste that key.
then code, SUPPRESS_CALCULATION = 'X'.
activate..
‎2007 May 02 2:21 PM
‎2007 May 02 2:26 PM
If its a sapnote use the the transaction 'snote' to download it and implement it.
‎2007 May 02 2:31 PM
I have already applied all SAP Notes . During testing we got error in Excise invoice display . I raised a issue in SAP . They sent me the above code . I f I implement that User Exit , problem will be solved.
Thanks
Jagadeshwar.Gollapelly
‎2007 May 02 2:30 PM
Hi
Goto SE37
enter the function module
read the documentation od this in the source code.
Export parameter UPPRESS_CALCULATION = X (you have to do this by writing code in change mode).
and execute this fun module
It is simple. your purpose is solved.
Reward points if useful
Regards
Anji
‎2007 May 02 2:41 PM
I am sending Source Code .I copied it pasted. Please check it . we are gng to GO LIVE 5th of this month . ITs some urjent
-
Source Code
-
FUNCTION J_1I7_USEREXIT_DUTY_IN_EXPORT.
*"----
""Local Interface:
*" IMPORTING
*" REFERENCE(YVBRK) TYPE VBRK
*" EXPORTING
*" VALUE(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
ENDFUNCTION.
-
End Source Code
Thanks
Jagadeshwar.G
‎2007 May 02 2:35 PM
looks like this is a mod, not a user exit.
go to service.sap.com
login. select 'keys and requests'. --> then SSCR keys --> pushbutton 'register object.'
give your basis release.
then program id : r3tr
type : FUGR
object name : J1I7
click register. u will get a key.
go to se37. paste J_1I7_USEREXIT_DUTY_IN_EXPORT . click change.
access key will be asked. paste that key.
then code, SUPPRESS_CALCULATION = 'X'.
activate..
‎2007 May 02 2:47 PM
Where I have to write the code : ....SUPPRESS_CALCULATION = 'X'.
I am in confusion. I have not worked Enhancements till now.
Thanks
Jagadeshwar.G
‎2007 May 02 2:59 PM
I have pasted it at exact location.
-
Source Code
-
FUNCTION J_1I7_USEREXIT_DUTY_IN_EXPORT.
*"----
""Local Interface:
*" IMPORTING
*" REFERENCE(YVBRK) TYPE VBRK
*" EXPORTING
*" VALUE(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
<b>SUPPRESS_CALCULATION = 'X'.</b>
ENDFUNCTION.
-
End Source Code
‎2007 May 03 5:48 AM
Dear Sujamol Augustine ,
Thanks For early reply.
Thanks
Jagadeshwar.Gollapelly
‎2011 Mar 28 9:07 AM
Hi Jagdesh,
My requirement is also same.
Can u pls suggest me hw to implement the exit for ths FM J_1I7_USEREXIT_DUTY_IN_EXPORT .
Thanks!
‎2007 May 02 2:53 PM
Hi,
Go to SE37, open J_1I7_USEREXIT_DUTY_IN_EXPORT in change mode.Then click on Export tab and check the checkbox of Pass Value column(4th column).Activate the function module.
Regards,
Saroj.
‎2007 May 02 3:06 PM
I have flagged it .As per my conservation with SAP people they want me to implement the USER EXIT , eventhough its flagged it.
Ok Thanks
Jagadeshwar.G