How to identify menu-exit and screen exit?
Hi,
How to identify Menu-exit and screen exits? Through CMOD you can identify Customer Function exits by browing the application hierarchy but could not figure out how to identify menu-eixts and screen exits. Any help will be greatly appreciated.
Thanks in advance
-Ramesh
For menu exits, look in the relevant GUI status for function codes prefixed with '+'
For a screen exit search for "call customer-subscreen" in PBO processing blocks.
Hope this points you in the right direction.