2009 Aug 17 12:51 PM
Hi SAP Gurus,
For a validation, I need to write an exit, so i copied 'RGGBR000 ' into a Z program, and i have given a new exit , but wen i go to GGB0-Prerequisites->Exit , i am not able to find it.
Plz help,
Thanks & Regards,
Pavan.
2009 Aug 17 1:18 PM
Hi Pavan,
Probably you have not maintained entries for client specific User Exits in FI-SL using transaction code GCX2.
Go to transaction GCX2 and mainatin following entry.
Application Area : GBLR
Ext Prog : ZRGGBR000 ( Change this to your Z-Program instead of RGGBR000 )
Hope this wil resolve your problem.
All The Best!!!
Regards,
Anil Salekar
Hi SAP Gurus,
For a validation, I need to write an exit, so i copied 'RGGBR000 ' into a Z program, and i have given a new exit , but wen i go to GGB0-Prerequisites->Exit , i am not able to find it.
Plz help,
Thanks & Regards,
Pavan.
2009 Aug 17 12:59 PM
Hi,
You can't see the include name but can see the subroutines you have created in the Z-include.
KR Jaideep,
2009 Aug 17 1:04 PM
Thanks ,
Ya , i have given in a subroutine(Perform) , But not able to get in GGB0-> exit column.
Plz suggest!
2009 Aug 17 1:10 PM
Hello Pavan,
I donot think you have to write any PERFORM statement. You have to added the exit subroutine to the table exits.
In the copied program RGGBR000 you will find a subroutine GET_EXIT_TITLES where you need to add the name of your subroutine.
exits-name = 'U100'. "Exit Name
exits-param = c_exit_param_none. "Complete data used in exit.
exits-title = 'Test Exit'. "Exit Title
APPEND exits.The FORM is called dynamically based on the Validation Prerequisite.
Hope i am clear.
BR,
Suhas
2009 Aug 17 1:18 PM
Hi Pavan,
Probably you have not maintained entries for client specific User Exits in FI-SL using transaction code GCX2.
Go to transaction GCX2 and mainatin following entry.
Application Area : GBLR
Ext Prog : ZRGGBR000 ( Change this to your Z-Program instead of RGGBR000 )
Hope this wil resolve your problem.
All The Best!!!
Regards,
Anil Salekar
2009 Aug 17 1:46 PM
Thanks all ,
Problem solved,
I have not maintained in gcx2.
Regards,
Pavan.
2009 Aug 17 1:49 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |