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

Reading Inaccessible Data In User Exit

Former Member
0 Likes
746

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

4 REPLIES 4
Read only

former_member182371
Active Contributor
0 Likes
584

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.

Read only

Former Member
0 Likes
584

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

Read only

Former Member
0 Likes
584

Dear All,

My Prolem is yet Not solved .

Regards,

Raghavendra

Read only

Former Member
0 Likes
584

Dear All,

My problem is yet not solved.

regards,

Rgahavendra