cancel
Showing results for 
Search instead for 
Did you mean: 

purpose of LOGGING_SYNC

viswanahreddy
Participant
0 Kudos

Hi

can any one pls explain why we open the log for SYNC scenarion from 0 to 1.(Category > Runtime, Parameter> LOGGING_SYNC  current value to 1)

and i appreciate if you could explain even reast of the catagories aswell.

PF attached FYI.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi  Annapureddy Kasi viswanath,

I thinks this information clear your point of veiw:

Synchronous messages (Best Effort) will only be persisted if an error occurs during processing or if the parameter LOGGING_SYNC (ABAP only) is set. Setting LOGGING_SYNC is not recommended to reduce processing overhead. 

Use the configuration parameter LOGGING or LOGGING_SYNC (category RUNTIME to activateLOGGING of asynchronous or synchronous messages locally for the whole Integration Engine. This means that all service calls of all pipelines of this Integration Engine are logged.

If you increase this level, you will get minute details. 0 is default level.

0018270536
Discoverer
0 Kudos

Hi viswanahreddy

What is the t-code for configure the logging, in the ECC i had configured with SXMB_ADM and ECC connected with SAP-PO and the t-code message used SXMB_MONI

but in S/4HANA uses SRT_MONI or SRT_ELOG and the administration t-code is SRT_ADMIN to configure the services and SBGRFCCONF configure inbound message, but i haven't found where configure the level logging, loggind_sync, tracer, etc.

Could you teach the t-codes or the secuence to activate for S/4HANA.

tnx

Answers (2)

Answers (2)

azharshaikh
Active Contributor
0 Kudos

Hi,

Please check following for details:

Integration Engine - What's New in SAP NetWeaver 7.3 (Release Notes) - SAP Library

With the parameter LOGGING_SYNC the logging of synchronous messages for all pipelines of an Integration Engine can be activated (which improves error analysis and tracing)

0 – deactivated

1 – activated

Regards,

Azhar

viswanahreddy
Participant
0 Kudos

in what cases we use deactivation and activation

azharshaikh
Active Contributor
0 Kudos

If your Msg is Sync message, by default it will not be logged (deactivated) in sxmb_moni...inorder to enable logging of sync msg you need to Activate this parameter in sxmb_adm

In some cases if the data is highly confidential one (in Prod), you can use this feature to disable logging. But in Dev/ QA we generally Activate it inorder to have better trace/tracking/debugging  of the sync messages

hope it helps

Regards,
Azhar

Harish
Active Contributor
0 Kudos

Hi,

Logging_Sync is required to log sync messages. If you have synchronous interface and if you want to see the request and response in monitoring (MONI) then you need to change the value of parameter to 1.

refer the below blog

regards.

Harish