Application Development 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: 

Finding the program ...

Former Member
0 Kudos

I have a great problem.

Somebody, somewhere in time made a "correction" in a standard transaction. I only now the transaction (VL09) that the error occurs. Not the include. Not the program. Absolutly nothing. I must discovery where is the alteration and fix that. I tried debug the program but it is too hard and its gonna take los of time.

How can i find the program or function that this alterations was made ??

I appreciate all kind of help.

1 ACCEPTED SOLUTION

former_member404244
Active Contributor
0 Kudos

Hi Bruno,

check the tcode SPAU with options "WITH MODIFICATION" AND "WITHOUT MODIFICATION ASSISTANT"..and check..

Regards,

Nagaraj

4 REPLIES 4

former_member404244
Active Contributor
0 Kudos

Hi Bruno,

check the tcode SPAU with options "WITH MODIFICATION" AND "WITHOUT MODIFICATION ASSISTANT"..and check..

Regards,

Nagaraj

JozsefSzikszai
Active Contributor
0 Kudos

hi Bruno,

check transaction SPAU, where all standard changes are collected. On the other hand for a standard change you need access key, which is saved to table ADIRACCESS, yuo can check the table as well, to see what was modified.

hope this helps

ec

Former Member
0 Kudos

Hi

Try to check if there's a correction of a std program by trx spau.

Max

Former Member
0 Kudos

Thx all.