‎2008 Jun 25 8:03 PM
Hi everyone,
Even though SAP is not recommending core modification, we have a requirement to do core modification in VA02 transaction. As per the requirement if user goes to Deliver menu (VA02 -> Enter -> Sales Document -> Deliver) by default it goes to VL01N transaction instead now I want to map that menu to ZVL01N transaction. How to do it? which part of the program I should change, should I need to do anything with PF status? Is there any menu exits available for Sales order transaction? I am familiar with OSS SCCR part whereas my question more on ABAP code change.
Thanks in advance.
Regards,
Balaji Viswanath.
‎2008 Jun 25 8:29 PM
Start debugging and enter your menu.
In the debug screen, put a breakpoint at -> Statement->call transaction
Press F8.
it will stop at the call transaction statement.
Find the program name from the debug screen.
Regards,
Ravi Kanth Talagana
‎2008 Jun 26 4:45 AM