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

Badi / User Exist before Saving Excise Invoice ???

Former Member
0 Likes
952

Hiii

After Proforma inv creation or MIRO one shud not be allowed to cancel exicise invoice, Please advice us any User Exit or Badi or how to do this????

T-Code = J1IIN

Ankesh Jindal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
893

Use Exit :J_1I7_USEREXIT_EXCISE_BEF_SAVE

This is from SAP help:

*This user-exit gets triggered before the exchdr and Detail are written
*onto DB table. User can have additional validations added here.

7 REPLIES 7
Read only

Former Member
0 Likes
894

Use Exit :J_1I7_USEREXIT_EXCISE_BEF_SAVE

This is from SAP help:

*This user-exit gets triggered before the exchdr and Detail are written
*onto DB table. User can have additional validations added here.

Read only

0 Likes
893

HOW CAN I FIND THIS FUNCTION MODULE RELATED TO WHICH USER EXIT OR HOW CAN I ADD MY OWN CODE IN THIS FM.

Read only

GauthamV
Active Contributor
0 Likes
893

hi,

check this exit.

J_1I7_MIGO_DEFAULT.

Read only

Former Member
0 Likes
893

I am not able to understand from where we will access this exit. As the both mentioned below

Use Exit :J_1I7_USEREXIT_EXCISE_BEF_SAVE 
J_1I7_MIGO_DEFAULT.

Are FM so how can i add my code to this FM , I can use User Exit thru SMOD n CMOD and there

i hve to enter exit name so how can i find out that above FM are related to which exit,

pls guide.

Read only

Former Member
0 Likes
893

>

> I am not able to understand from where we will access this exit. As the both mentioned below

Open the FM which i gave you From SE37.

Read only

Former Member
0 Likes
893

but when i am opening these FM in change mode they r asking access key from me??? why i m not able to open these FM directly w/o access key

Read only

Former Member
0 Likes
893

hi Ankesh Jindal,

If u want to block excise invoice, follow these steps

se80-> J1I7(function group) ->J_1I7_USEREXIT_EXCISE_BEF_SAVE in that u can key according to

ur scenarios.

thanks and regards

G.vendhan