cancel
Showing results for 
Search instead for 
Did you mean: 

BPM: Application Level Acknowledgements

Former Member
0 Kudos

Hi Friends,

Can any one help me how to make use of Application Level Acknowledgements in Asynchronous Send step. When i set this, if my RFC function has any errors while executing will i get the relevant message. If so how to use that Message...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

I assume here, that you are using a BPM. In the send step, select the mode as asynchronous and acknowledgement as "application".

In case there was an error in RFC execution, the send step will receive a negative acknowledgement back.

You can then configure your bpm to throw an exception, in case of a negative ack.

Regards,

Smitha.

moorthy
Active Contributor
0 Kudos

Hi,

Usually Application Level Acknowledgement is considered during Sync communication. If you are using RFC, you can make use of Sync communication. So you can handle it without bpm, provided your both sender and receiver are sync interfaces.

To know about Ack-

http://help.sap.com/saphelp_nw2004s/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/content.htm

Regards,

Moorthy

agasthuri_doss
Active Contributor
0 Kudos

Hi,

To receive a response, you have to use a synchronous interface. This is an application level response,To my knowledge.

For Asynchronous This might help you

Go to the Integration Builder: Configuration

access by, the design - Environment - Integration Builder

1. Go to Scenarios

2. Create a new Configuration Scenario by rightclick and NEW

3. choose language and save

4. on the left tree choose your created scenario

5. choose Receiverdetermination

6. Enter Service = sender System

7. Choose Interface = your Interface File(Structure) from Design

8. Choose Namespace if not filled

9. create

10. open the new Receiverdetermination

11. tab"Configured Receivers" enter Service = receiving System and maybe a condition

12. save

13. Tab"Configuration Overview for Receiver Determination" open the new Receiver Service. The should be a text like "not defined".

14. click at thew first symbol(Interface Determination) Dropdown and select new

15. go on with create

16. choose Inbound Interface and Mapping

17. save and close

18. Goto ReceiverAgreement and click at NEW from the symbol-line.

19. go on with create

20. enter sender Service and communication channel

21. save, activate

===========

Just check out these links This might help you.

http://help.sap.com/saphelp_nw04/helpdata/en/29/345d3b7c32a527e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/7b/94553b4d53273de10000000a114084/content.htm

The following link has entire configuration of Receiver XI Adapter (including acknowledgements)

http://help.sap.com/saphelp_nw04/helpdata/en/f4/0a1640a991c742e10000000a1550b0/content.htm

Regards

Agasthuri Doss