Skip to Content
1
Feb 15, 2019 at 04:19 AM

Need an RFC enabled function module to read SLG1 logs.

544 Views

Hi Experts,

I have got a new requirement of running a FM in development system which should read SLG1 logs from the production system.

APPL_LOG_READ_DB is the Regular FM used to read the SLG1 logs from database of the same system.

I don't find any RFC enabled FM for this purpose.

As of now i used RFC_READ_TABLE to fetch the data from BALHDR table of production system.

I tried the code written in BAL_DB_CONVERT_INTO_VER0000 (FM used inside APPL_LOG_READ_DB which is responsible for fetching logs) but it is making things complicated.

Can you guys please suggest me on how i can proceed reading the SLG1 logs?