HI!!!!
I m trying to call a transaction ME33K and want to set a parameter id VRT for aggrement NO. from an interactive report by using SET PARAMETER ID. But unable to put the agreement no in Agreement no field. of ME33K
code i tried is .
if sy-lsind = 1.
SET PARAMETER ID 'VRT' FIELD DETAIL_DATA_WA-EBELN.
CALL TRANSACTION 'ME33K' AND SKIP FIRST SCREEN.
endif.
i have hide the DETAIL_DATA_WA-EBELN from the interactive report.
its caling the ME33K but unable to set agreement NO. and skip the first screen