The scenario I have is an outbound asynchronous interface being called from SAP via proxy. I need to be able to delay sending these messages, and I would prefer not to have to write a queue in abap to delay the sending of the messages. Is there a setting I can make for a queue, or a way to set the message to be delivered delayed for specific amount of time, or to be delivered at a specific time when making the proxy call?
↧