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?