cancel
Showing results for 
Search instead for 
Did you mean: 

Build delay in messages to abap proxy without BPM / mapping

Former Member
0 Kudos

Hi everyone,

The abap proxy is receiving messages from PI, is having errors when receiving big loads of messages via PI.

The proxy lock's a table causing the next message to run in error.

The interface is not using BPM or a mapping.

My question is:

What are the possibilities to configure a delay in PI ? (not using a mapping or BPM process)

The abap proxy need some time to process a message before it receives the next one.

Br,

Roy

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>The proxy lock's a table causing the next message to run in error.

if you use async messages with fault messages correcty you can

restart those abap proxies just like IDOCs - and you can schedulerestarting that too

so this is nothing bad - just schedule the restarting and they will get processed

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Thanks for your answer, I will look into this today.

Regards,

Roy

Shabarish_Nair
Active Contributor
0 Kudos

are you handling enqueue dequeue in the code?

You will have to put in an additional code to check on the lock and then process the message.

Explore enqueue and dequeue - there are FMs available for both