2007 Jun 13 1:30 PM
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
2007 Jun 18 10:01 PM
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.