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

Finding the program ...

Former Member
0 Likes
641

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
Read only

former_member404244
Active Contributor
0 Likes
604

Hi Bruno,

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

Regards,

Nagaraj

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
605

Hi Bruno,

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

Regards,

Nagaraj

Read only

JozsefSzikszai
Active Contributor
0 Likes
604

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

Read only

Former Member
0 Likes
604

Hi

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

Max

Read only

Former Member
0 Likes
604

Thx all.