2009 Jun 11 10:22 AM
Dear All,
How can I come to know which field's value are available in user exit.
For ex. for an Include RV60AFZZ I have user exit USEREXIT_NUMBER_RANGE.
I want to know which fields are available here, is there any method to find out. Please help me.
Regards
H.P.
Dear All,
How can I come to know which field's value are available in user exit.
For ex. for an Include RV60AFZZ I have user exit USEREXIT_NUMBER_RANGE.
I want to know which fields are available here, is there any method to find out. Please help me.
Regards
H.P.
2009 Jun 11 10:25 AM
Hi,
Just put a break point and check in debugger. If you are using the new debugger go to the tabs "Locals" and "Globals". You can get details here
Regards
2009 Jun 11 12:43 PM
Thanks a lot to all for their response.. !
problem resolved.
Thanks & Regards
H.P.
2009 Jun 11 10:26 AM
Hi,
The user exit USEREXIT_NUMBER_RANGE is basically called in the FM RV_INVOICE_DOCUMENT_ADD.
So you will have access to the global variables of the main program SAPLV60A.
Regards,
Ankur Parab
2009 Jun 11 11:18 AM
Hi,
It will hold all the global variables of the main program in which the User exit is existing...
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |