cancel
Showing results for 
Search instead for 
Did you mean: 

Read DBTABLOG

Former Member
0 Kudos

Hi All,

We have a requirement wherein we need to check and store the Database Log Changes. We need to transfer it to Fire Fighther environment to see all activities that user perform during emergency session.

We need to read the DBTABLOG table from different systems and store the entries in a custom table.

Regards,

S Kotwal.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just to add.

We want to read the entries present in DBTABLOG table in X system.

There are standard FMs which give the required output, but how do we make a call to them from Y system as FMs are not RFC enabled.

Is there any way we can achieve the same wido creating RFC in X system?

former_member208149
Participant
0 Kudos

Hi Sanjeev,

Try proceeding like this :

Write an another RFC enabled FM which uses your standard FMs internally to fetch the data. Inside your new FM, collect this data in some internal tables according to your requirement and pass the same in CHANGING/TABLES parameter of the new FM.

Now use this FM in your code passing to it the destination system name where you want to fetch the data from.

Regards,

Sapeksh

Answers (0)