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

Modifications in standard SAP program

Former Member
0 Likes
528

Hi,

I am an SD consultant, so please excuse me if I ask a very fundamental question.

How do I land at the exact point in the program where the standard program is modified?

Eg: I have a transaction VA05. In the further selection criteria for standard SAP you see about 7 further selection criteria. However in my current system I find 14 selection criteria. How do I know where these modifications have come in to place?

Please advise me. Points will be awarded for useful answers.

Thanks,

Satheesh

4 REPLIES 4
Read only

Former Member
0 Likes
507

Hi Satheesh,

Go to the program using se38.

Use the find option, and select the option Main program and search for Selection-screen.

You can find out the code.

Regards

Arun

Read only

0 Likes
507

I tried doing this, but this is not taking me any where in the program.

Further inputs plz???

Read only

Former Member
0 Likes
507

Hi

You have to check the Std program SAPMV75A which is related to this VA05 Tcode

may be that program might have beem enhanced to add extra sel criteria.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

gopi_narendra
Active Contributor
0 Likes
507

Goto SE38 --> enter program name SAPMV75A

and press ShiftCtrlF2

You will find any modifications if done to the standard SAP program.

Regards

Gopi