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

Error in VBPA

Former Member
0 Likes
338

dear Expertz,

I just noticed a problem;

in my table VBPA ,PARVW field value appears different for the same key in SE16 and SE16N.

Please reply me with some solutions

1 REPLY 1
Read only

Former Member
0 Likes
300

CALL FUNCTION 'CONVERSION_EXIT_PARVW_INPUT'

EXPORTING

input = l_parvw

IMPORTING

output = l_parvw.

pass the value to l_parvw, you will get the value internally maintained for this field.

G@urav.