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

Standard processing routine changed. How to restore?

ashok_mohan
Participant
0 Likes
1,147

In nace, for RD00 processing routine, somebody changed the standard values (like the program name, form name). How to get the original values?

In nace, for RD00 processing routine, somebody changed the standard values (like the program name, form name). How to get the original values?

4 REPLIES 4
Read only

Former Member
0 Likes
1,096

Hi, Ashok

Maybe you can find that changes in CDHDR and CDPOS, this two database table.

regards,

Archer

Read only

0 Likes
1,096

I have attached a screenshot. In that, somebody changed the program RVADIN01 to some other zprogram. How could I get the original program name RVADIN01?

Read only

Former Member
0 Likes
1,096

Hi, Ashok!

If database table logging is enabled in your system you can try to find the bad guy in SCU3 (TNAPR table stores the link between output type, program and print form and it has a switched on logging).

Otherwise you can go to SE03, "search for objects in requests/tasks" with R3TR CDAT VN_T685B (you'll probably get lots of requests) and, for example, take the latest requests by number and check them.

Read only

FredericGirod
Active Contributor
0 Likes
1,096

You could compare with the client 000 that contains initial value (it's the client used when you do a client copy)

regards

Fred