cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing table Changes to another system

Former Member
0 Kudos

Hello all,

When ever changes occurred to personnel area HR table T500P then the changes needs to be replicated in another system.

how to capture the change log details?

Please provide the inputs.

Regards

Aravind

Accepted Solutions (0)

Answers (2)

Answers (2)

kesavadas_thekkillath
Active Contributor
0 Kudos

Hello,

This table has a standard recording routine and its delivery class is of type C. Can't this replication be done with the transaports ?

Former Member
0 Kudos

Hello,

SO while doing the changes, the sytem ask's for the TR to be generated.

If yes, then you can transport else, and an ABAP logic required.

Regards,

Abhishek

Former Member
0 Kudos

Hi,

First : In the table T500P , some of the field data elements dont have change log checked. so we will not able to use CDHDR and CDPOS table. I have to capture all the changes for this table.

Second: technical setting of the table has data log change check box is ticked but SCU3 is not activated . so this one also we can't use .

Third: Transporting data from on system to another system:For this there is no T500P table exist in the SRM system.

could you please elaborate how to use this step?

Fourth:

1. creating Ztable as copy of T500P and update the ztable with T500P data.

2. write events for this table to update T500P and also trasfer the data.

but thing is we should have to maintain custom table . If T500p changes then it will not update the ztable.

Fifth: I came to know that there is one message type "CONDA2" for Synchronizing Customizing Data Between Systems.

but don't know the procedure to get the complete solution.

Please provide your inputs..

Regards

Aravind.

Former Member
0 Kudos

Hello,

For transfering data from one system to another we can use ALE Idoc, since you have discovered message type, there will be a function module associate with it, the tcode i guess is we81/we82.

For ALE Configuration and IDoc there are many weblogs and articles available, just do a search on SDN.

Regards,

Abhishek

Former Member
0 Kudos

Hello,

There are two tables CDPOS and CDHRD.

These tables store all the changes that take in the SAP R/3 system.

You can develop a ABAP Program that will read these tables and update the necessay tables.

Would you please eloborate how are the twp system conenction.

Regards,

Abhishek