Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debugging issue

Former Member
0 Likes
435

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...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

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

3 REPLIES 3
Read only

Former Member
0 Likes
418

Hi,

Please see whether the break-point is in the first statement(ie REPORT statement).

Regards,

Sathya Rajkumar.

Read only

Former Member
0 Likes
418

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

Read only

Former Member
0 Likes
419

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