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

Modification to standard SAP program.

Former Member
0 Likes
391

A few days ago I posted the following question to the forum

"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?"

The following answers were given

"

I

Go to the program using se38.

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

II

Goto SE38 --> enter program name SAPMV75A

and press ShiftCtrlF2

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

Tried both of them, but it doesnt help.

Any other clues please?

Also I want to find all the Z tables and Z Programs in the system.

Is there any other way other than going to SE38 or SE11 and searching on Z*?

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

Thanks,

Satheesh

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi I can help tou to find custom programs and custom tables.

Tables themselves are also stored in a table: DD02L

Customer namespace for tables is Y, Z but also T9* If you search that table in e.g. SE16 with AS4USER not equal to SAP, SAP*, or DDIC you'll find all of the custom made tables.

Programs are held in table TADIR, with PGMID = R3TR and OBJECT = PROG

Kind regards, Rob Dielemans