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
339

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

Tamas_Hoznek
Product and Topic Expert
Product and Topic Expert
0 Likes
315

Since I_VIQMEL is defined as an importing parameter to this exit, your changes to the field values are ignored. This exit is simply not set up to allow changes to this parameter.