Application Development and Automation 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: 
Read only

USer Exits

Former Member
0 Likes
1,294

"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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,267

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..

12 REPLIES 12
Read only

Former Member
0 Likes
1,267

We are Using ECC 6.0.

Thanks

Jagadesh

09886527149

Read only

Former Member
0 Likes
1,267

If its a sapnote use the the transaction 'snote' to download it and implement it.

Read only

0 Likes
1,267

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

Read only

Former Member
0 Likes
1,267

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

Read only

0 Likes
1,267

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

Read only

Former Member
0 Likes
1,268

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..

Read only

0 Likes
1,267

Where I have to write the code : ....SUPPRESS_CALCULATION = 'X'.

I am in confusion. I have not worked Enhancements till now.

Thanks

Jagadeshwar.G

Read only

0 Likes
1,267

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

Read only

0 Likes
1,267

Dear Sujamol Augustine ,

Thanks For early reply.

Thanks

Jagadeshwar.Gollapelly

Read only

0 Likes
1,267

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!

Read only

Former Member
0 Likes
1,267

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.

Read only

0 Likes
1,267

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