‎2007 Dec 18 9:48 AM
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)
‎2007 Dec 18 9:54 AM
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.
‎2007 Dec 18 9:51 AM
Try to execute the program in DEBUG mode. You will be able to understand the program flow in DEBUG mode.
Reward Points if useful.
‎2007 Dec 18 9:58 AM
‎2007 Dec 18 9:54 AM
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.