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
387

hello

i have to declare a view (viqmel) in the user exit:exit_sapliqs0_001.this view is an importing parameter as i_viqmel to this exit.so when am changing any fields in this i_viqmel it is not affected in the original view.so kindly help me to resolve this issue.

regards

anik

hello

i have to declare a view (viqmel) in the user exit:exit_sapliqs0_001.this view is an importing parameter as i_viqmel to this exit.so when am changing any fields in this i_viqmel it is not affected in the original view.so kindly help me to resolve this issue.

regards

anik

1 REPLY 1
Read only

Former Member
0 Likes
361

Hi,

If it is importing parameter to this user exit..then even if you change the value it will not reflect outside the user exit

Thanks

Naren