2008 Jan 19 8:26 AM
Dear All,
I have one user exit. In that user exit data entered in table control provided at TRIP transaction is not avialable as import parameter.How do read that.
As I remember there is some function module which helps us to achive this functionality but I am not sure . Please give your Input.
Raghavendra
Dear All,
I have one user exit. In that user exit data entered in table control provided at TRIP transaction is not avialable as import parameter.How do read that.
As I remember there is some function module which helps us to achive this functionality but I am not sure . Please give your Input.
Raghavendra
2008 Jan 19 11:19 AM
Hi,
you can try with field-symbols eg.:
CONSTANTS: c_program_variable(17) TYPE C VALUE (program)variable.
FIELD-SYMBOLS: -auart = TA.
.
.
.
There´s a very good weblog here in SDN but i can´t see it properly, anyway here´s the link:
/people/brad.williams/blog/2005/04/25/userexits--how-do-i-access-inaccessible-data
Best regards.
2008 Jan 20 4:00 AM
Hi Raghvendra,
Apart from what Pablo has described in the previous post, you may want to check if there is another user exit in which that data is passed in the interface and it is called before the user exit you want to manipulate. If that is the case, then you may use EXPORT statement to pass the data from that user exit and use IMPORT statement to import that data in your user exit.
We have used technique successfully.
Hope this helps.
Thanks
Sanjeev
2008 Jan 21 4:35 AM
2008 Jan 21 4:36 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |