‎2012 Jun 20 6:12 AM
Dear Experts,
I am working on the subject code. The selection/parameter values are successfully passing to the screen (IW28), but the program takes to the first screen instead of executing directly.
Please guide.
kind regards
Jogeswara Rao
‎2012 Jun 20 6:22 AM
Hi
Try using SUBMIT instead of call transaction. In the call transaction, I think you are using Mode of execution as A. Use No Screen and do the recording only till output of the IW38 report.. it should work
‎2012 Jun 20 6:22 AM
Hi
Try using SUBMIT instead of call transaction. In the call transaction, I think you are using Mode of execution as A. Use No Screen and do the recording only till output of the IW38 report.. it should work
‎2012 Jun 20 6:56 AM
Dear Jogeswara,
Try to use the AND SKIP FIRST SCREEN addition of the CALL TRANSACTION statement.
Hope it will work in your case.
‎2012 Jun 20 7:07 AM
Can you please paste your call transaction code here..
Regards
Venkat
‎2012 Jun 20 8:00 AM
Fill the TB_RSPAR with the required selection screen selections. then use SUBMIT as mentioned below
* Submit Report
Submit /TCC1/_R_2045_B_STK With Selection-Table TB_RSPAR
And Return.
Thanks,
Venkat.
‎2012 Jun 20 8:11 AM
Thank you all,
I am settling for SUBMIT.
kind regards
Jogeswara Rao