‎2008 Feb 05 7:48 PM
Hi ,
I have created a program Z1 .
Now ,I would like to call a Custom report output Z2 from ALV of Z1.
I,e .When i click a document no , it should show the output for the particular document no from Z2.
I tried using
set parameter id 'CON' field t_output-contract. ( I have defined parameter id for the 'Z' field in the customised table which is used to access data in the report Z2)
call transaction 'ZVXXX' and skip first screen.
however, instead of selecting single record, I am getting the output for entire records .
I tried iusing SUBMIT program , but in this case instead of showing the report output the program takes me to the selection screen of z2 and then after executing the report i get the single record.
Can you help me.
Thanks
‎2008 Feb 05 8:07 PM
‎2008 Feb 05 9:43 PM
‎2008 Feb 05 9:57 PM
‎2008 Feb 07 11:04 PM