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

Controlling the Program Flow

Former Member
0 Likes
553

in my program so many nested if now i want to find out first if condition finish in which place how can i find? have any facility in sap (means spa can make graph related program flow)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
530

hi,

go to utillities--->Settings->Editor---->front-end editor (new)

this will highlight if and its corresponding endif.

or double click the endif it will take to the coreesponding if.

or use pretty printer ....

hope this will be useful,

regards,

karthik.

3 REPLIES 3
Read only

Former Member
0 Likes
530

Try to execute the program in DEBUG mode. You will be able to understand the program flow in DEBUG mode.

Reward Points if useful.

Read only

0 Likes
530

NO , i want graph type like flow chart type or dfd type

Read only

Former Member
0 Likes
531

hi,

go to utillities--->Settings->Editor---->front-end editor (new)

this will highlight if and its corresponding endif.

or double click the endif it will take to the coreesponding if.

or use pretty printer ....

hope this will be useful,

regards,

karthik.