cancel
Showing results for 
Search instead for 
Did you mean: 

Performance during mass change in Application system

Former Member
0 Kudos

Hi All,

Our aim was to send data from application system (ECC) to event management. It was achieved by calling /SAPTRX/EVENT_MGR_COMMUNICATE in user exits in the OTC transactions such as VA01/VA02, VL01N/VL02N etc.

We could run the design successfully in the quality system but it failed in production system specifically for the mass change jobs running in production. It runs into "Time_Out" error failing in the  function module /SAPTRX/EVENT_MGR_COMMUNICATE.

Any tips on how to increase the performance would be appreciated.

Thanks,

Deb

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190756
Active Contributor
0 Kudos

Hello Deb,

can you post the exact position in the coding where the time out occurs?

Running a SAT/SE30 Trace would be also interesting to find out the root cause.

/SAPTRX/EVENT_MGR_COMMUNICATE is only a wrapper around several other modules. So a more detailed analysis would be needed.

Best regards,

Steffen

Former Member
0 Kudos

Hello Steffen,

Thank you so much for replying.

Please see the active calls/events given below in the sequence as shown in the time_out dump. SETUP_BAPI_TABLE_EVTCNT  is the exact point where it fails.

Please also note that this failure happens only when mass deliveries are created through VL10A for delivery due list.

I would also like to know if anyone have similar experience of communicating ECC data to EM during mass creation of deliveries through VL10A.

USEREXIT_SAVE_DOCUMENT --> /SAPTRX/EVENT_MGR_COMMUNICATE --> /SAPTRX/INTERNAL_EM_COMMUNICAT -->  /SAPTRX/PROCESS_EVENTS --> SEND_EVENT_DATA --> SETUP_BAPI_TABLE_EVTCNT

former_member190756
Active Contributor
0 Kudos

Hello Deb,

this is a known issue. Please open a ticket that my colleagues can analyze this.

Best regards,

Steffen

Former Member
0 Kudos

Thank you Steffen for the update. We will do so.