Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application Log Not Posting Messages?

Former Member
0 Likes
789

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

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

1 REPLY 1
Read only

Former Member
0 Likes
624

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