Dear Guru,
I am currently creating an interactive report where I have a requirement that after getting a basic list output. When it click on any row output a new transaction will call . Now from CALL TRANSACTION Statement I call my Ztransaction. But my requirement is that when I click on Employee Number(basic list output) ,In next transaction the emplyee field should show the selected emplyee number.Currently my ztransaction comes but emploee filled remains empty.Below I have written
the code which I am using.Here Zattend-pernr stores the employee no. and also it is the name of the emploee field in my module pool(ZLCARD) .
HIDE zattend-PERNR .
AT LINE-SELECTION .
MOVE zattend-PERNR TO zattend-PERNR .
call TRANSACTION 'ZLCARD'.
After call Transaction , zattend-PERNR field becomes empty. Kindly provide me Logic.
<removed_by_moderator>
Regards,
Himanshu
Edited by: Julius Bussche on Feb 21, 2009 10:27 AM