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

making parmanent changes to a internal table inside a user exit

Former Member
0 Likes
394

Hi All,

I am having a User exit to which I am passing a structure as importing parameter.

The user exit is not exporting the same structure, but is exporting some other values.

My problem is that I want to make parmanent changes in the structure I am passing to the user exit.

Currently what is happening:

I am passing the structure to the user exit. It has got 6 rows. Inside the user exit I am making some changes to a particular field of all the rows. Till the program control is inside the user exit the changes in the structure are visible. As soon as the control come out of the user exit, the values for the field are switched to teh old values(values before passing to teh user exit).

My question is, is there any method to make changes to a internal table inside a user exit and these changes are visible outside it when the program control come out of the user exit. (This is when the internal table to which the change is made in not exported by the user exit)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
360

Hi Dear,

Your changes done in import parameters will not reflect outside exit. You can only change the values of export parameters...

If you have very urgent requirement then make changes in SAP''s Standard code.

For your problem you can write to SAP. In many cases SAP provides the solution.

Award Points If Useful.

Hi Dear,

Your changes done in import parameters will not reflect outside exit. You can only change the values of export parameters...

If you have very urgent requirement then make changes in SAP''s Standard code.

For your problem you can write to SAP. In many cases SAP provides the solution.

Award Points If Useful.

1 REPLY 1
Read only

Former Member
0 Likes
361

Hi Dear,

Your changes done in import parameters will not reflect outside exit. You can only change the values of export parameters...

If you have very urgent requirement then make changes in SAP''s Standard code.

For your problem you can write to SAP. In many cases SAP provides the solution.

Award Points If Useful.