‎2008 Jul 28 2:44 PM
When the ABAP that creates the Application Log messages is executed directly in SAP, there are no problems. All messages appear in SLG1.
Also, when the ABAP is called within SAP, by an RFc Function Module, again, no problems, all messages post to SLG1.
The issue is when the RFc Function Module is called via 3rd party middleware, all of the logic execues, posts, no problems, but messages are not posting to thre Application Log in this instance.
Any ideas what is going on?
Thank-You
‎2008 Jul 28 2:55 PM
Hello Tom,
Did you tried all the following FM's for your funstionality???
APPL_LOG_WRITE_HEADER
APPL_LOG_WRITE_LOG_PARAMETERS
APPL_LOG_WRITE_MESSAGES
APPL_LOG_WRITE_SINGLE_MESSAGE
APPL_LOG_WRITE_MESSAGE_PARAMS
APPL_LOG_SET_OBJECT
APPL_LOG_INIT
APPL_LOG_WRITE_DB
BAL_LOG_CREATE
We used the FM "BAL_LOG_CREATE" for our application . It's working fine .
Thanks,
Greetson
‎2008 Jul 28 2:55 PM
Hello Tom,
Did you tried all the following FM's for your funstionality???
APPL_LOG_WRITE_HEADER
APPL_LOG_WRITE_LOG_PARAMETERS
APPL_LOG_WRITE_MESSAGES
APPL_LOG_WRITE_SINGLE_MESSAGE
APPL_LOG_WRITE_MESSAGE_PARAMS
APPL_LOG_SET_OBJECT
APPL_LOG_INIT
APPL_LOG_WRITE_DB
BAL_LOG_CREATE
We used the FM "BAL_LOG_CREATE" for our application . It's working fine .
Thanks,
Greetson