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

declaring a view in user exit

Former Member
0 Likes
357

hello naren

thanq.this is an importing parameter to the user exit.actually iam writing the code in the first include inside the function exit.would there be any difference if i create another new include in this include and do the coding.now would the values change outside the user exit?

or else suggest me something else?

regards

anik

hello naren

thanq.this is an importing parameter to the user exit.actually iam writing the code in the first include inside the function exit.would there be any difference if i create another new include in this include and do the coding.now would the values change outside the user exit?

or else suggest me something else?

regards

anik

1 REPLY 1
Read only

Former Member
0 Likes
337

Hi,

Even if you do that, you wont be able to change the value of importing parameter.

You can search for another user exit in the program where it is CHANGING parameter or EXPORTING parameter.

Or try to look for BADIs.

IF you dont find anything then it's not possible to change the values.