‎2008 Dec 09 3:58 AM
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
‎2008 Dec 09 4:05 AM
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.
‎2008 Dec 09 4:05 AM
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.
‎2008 Dec 09 4:08 AM
HOW CAN I FIND THIS FUNCTION MODULE RELATED TO WHICH USER EXIT OR HOW CAN I ADD MY OWN CODE IN THIS FM.
‎2008 Dec 09 4:36 AM
‎2008 Dec 09 4:40 AM
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.
‎2008 Dec 09 5:24 AM
>
> 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.
‎2008 Dec 09 5:45 AM
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
‎2008 Dec 09 5:01 AM
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