‎2007 Aug 01 6:19 AM
Hi...
when i am debugging my program , after executing certain statements Control is reaches to the START-OF-SELECTION. After this when i press F5 button then control is moving to the 1st line of my Report i.e
REPORT zcmmmfreight
NO STANDARD PAGE HEADING
LINE-COUNT 80
LINE-SIZE 140.
why Control is moving to 1st line of the Report after START-OF-SELECTION ??
Thanks in Advance
Sri...
‎2007 Aug 02 12:46 PM
Hi,
For evry report once the control is come to START-OF-SELECTION, the next step it will see the REPORT name that means from the START-OF-SELECTION the output is going to write in teh List, so it will look at the Number of lines for a page, i mean it will look at the Line Size and the Line Count, for this one only the control will come to this statment after the START-OF-SELECTION statment
Regards
Sudheer
‎2007 Aug 02 12:37 PM
Hi,
Please see whether the break-point is in the first statement(ie REPORT statement).
Regards,
Sathya Rajkumar.
‎2007 Aug 02 12:46 PM
Hi,
Have u used the set pf-status of at selection-screen output event or at selection screen to pass any value to the sy-ucomm.
if so it could be because of that check that and also give other information regarding the report.
Regards,
Himanshu
‎2007 Aug 02 12:46 PM
Hi,
For evry report once the control is come to START-OF-SELECTION, the next step it will see the REPORT name that means from the START-OF-SELECTION the output is going to write in teh List, so it will look at the Number of lines for a page, i mean it will look at the Line Size and the Line Count, for this one only the control will come to this statment after the START-OF-SELECTION statment
Regards
Sudheer