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: 

Changes Track

Former Member
0 Kudos

Hi,

Actually we have a requirement to identify the situation when a Table data changed(This is related to master Data). Let us take an example, If a new Sales Area Creates a table entry would be created in Sale in Sales Area master table. Now my requirement is to identify the situation and need to run a Automated Program to download the new entries to a file.

Thanks,

Sekhar.J

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

hi,

All the change related deatils will be stored in CDHDR and CDPOS tables.

Also you can use this standard program.

RSVTPROT.

Former Member
0 Kudos

Hi,

Thanks for your Reply.

Actually i need to identify the situation whenever it was changed. How can use this Program RSVTPROT .

Could you please explain me your approach?

Thnaks,

Sekhar.J

0 Kudos
Actually i need to identify the situation whenever it was changed.

This program cannot read mind of your functional person in what situation he/she changes the values.

rest all selection screen looks clearly, i dont think is there any help you would need to how to run this program?

GauthamV
Active Contributor
0 Kudos

hi,

This standard program helps you identify the changes in the customizing or standard tables.

for example you need header changes in sales order then give tables as VBAK and select radiobutton tables in evaluation for and give the date range in which you want the records and execute.

Former Member
0 Kudos

Hi Amit,

Actually this is requred for MDM data upload. We have few look up tables. In that what our requirement is we will upload our Look Up tables data to MDM by using MDMGX t.code initially.

In case of any changes to these look up tables later on, we need to identify the records and need to upload the newly added or modified records.

Thanks,

Sekhar.J