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

Request Numbers

Former Member
0 Likes
729

Hai friends,

I have a Z transaction for table maintenance. Some one had changed the entries in that transaction. Where can i see the request number and also i want to know the changes has been done from which client.

Thanks.

1 ACCEPTED SOLUTION
Read only

BGarcia
Active Contributor
0 Likes
701

Hi,

You can try t-code SE03, in 'Search for Objects in Requests/tasks'. Enter your table name, and see if it catches the request.

Kind regards.

5 REPLIES 5
Read only

BGarcia
Active Contributor
0 Likes
702

Hi,

You can try t-code SE03, in 'Search for Objects in Requests/tasks'. Enter your table name, and see if it catches the request.

Kind regards.

Read only

former_member787646
Contributor
0 Likes
701

Hi

Check the tables "CDHDR" and "CDPOS" to track the changes in the table with Transaction Code.

Hope this would help you.

Murthy

Read only

Former Member
0 Likes
701

Hi,

Open your prg in SE38.

In menu

Utilities->version->version management

You can get all request and you can compare program by using application toolbar button(compare)

reward me if useful

Read only

prasanth_kasturi
Active Contributor
0 Likes
701

Hi ,

In the CDHDR and CDPOS tables you can track the changes made for the data.

In the selection screen of the table give your TCODE and you can find the changes and all other changes

regards'

prasanth

Read only

Former Member
0 Likes
701

Thanks for all your replies