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

VA02 core modifcation

Former Member
0 Likes
468

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.

2 REPLIES 2
Read only

Former Member
0 Likes
442

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

Read only

Former Member
0 Likes
442

Try modifying MV45AF0F_FCODE_FLI1