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: 

how to catch any changes made in a particular field of a table.

Former Member
0 Kudos

Dear Friends,

How can we display changes to a filed of a particular table.

To make it simple:--

The Program should take values for the name of the table and the field according it will handle all the update ,deletion of a record..i mean any change happening to the respective field will be displayed.

Suppose there is table STUDENT and a field STUDENT_ID.

So i want to display the newly entered student id or the deleted student id .

thx

ram

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

Execute the program RSSCD100.

it will show the changes happened to the fields & Tables.

Reward points if useful

Chandra

5 REPLIES 5

Former Member
0 Kudos

hi,

Execute the program RSSCD100.

it will show the changes happened to the fields & Tables.

Reward points if useful

Chandra

abapdeveloper20
Contributor
0 Kudos

Hi,

RSSCD100 Display Change Documents

RSSCD100_PFCG Display Change Documents for Role Administration

RSSCD110 Display change documents (cross-client)

RSSCD150 Display change documents

reward if useful

~Lakshmiraj~

former_member198275
Active Contributor
0 Kudos

check SE95.

0 Kudos

Dear friends,

thx a lot for ur valuable replies.

but can u be pls a bit more detial.

thx,

ram

0 Kudos

hi,

if any field changes of table , the complete info is available in in the tables called

CDHDR and CDPOS

from cdhdr table u will get the change id , by passing that id in CDPOS table u will get the

old value and new value details .

Regards,

Sudharshan