‎2008 Mar 19 2:31 PM
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
‎2008 Mar 19 3:14 PM
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.