Hi,
Bellow is my code which I already did please have a look..and please correct me where I am wrong..
because with this code I am not getting the result..
WHEN 'RV45A-KWMENG'.
if VBAP-PSTYV = 'ZEBO'
or VBAP-PSTYV = 'ZEBB'
or VBAP-PSTYV = 'ZEBN'
or VBAP-PSTYV = 'ZENN' .
SCREEN-INPUT = 0.
endif.
WHEN 'RV45A-MABNR'.
if VBAP-PSTYV = 'ZEBO'
or VBAP-PSTYV = 'ZEBB'
or VBAP-PSTYV = 'ZEBN'
or VBAP-PSTYV = 'ZENN' .
SCREEN-INPUT = 0.
endif.