cancel
Showing results for 
Search instead for 
Did you mean: 

Return Status Message from proxy

Former Member
0 Kudos

Hi All,

I am doing a schenario wherein i am reading a file and then using proxy updating the data in R/3 Table.

Now if the data is successfully updated i want to move a file from \test\temp folder to \test folder.

The proxy which i created has input and output parameters.

I want to know do i need to use BPM in this case and also how do i get to know if the proxy is getting triggered or not.

Sumit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sumit,

As you are expecting a response you need to make your PROXY sync.

Also you need to use async/sync bridge for sending data to Proxy and Back to BPM.

BPM

1. Receive step

2.Transform step

3. sync send step (RFC1)

4.Transform step

5. async send step

Regards

Vijaya

Former Member
0 Kudos

Hi Vijaya

I dont want to use BPM in this case and my proxy is synch.

If you knw of any other way lemme knw.

Regards,

Sumit

Answers (2)

Answers (2)

former_member187339
Active Contributor
0 Kudos

Hi,

I don't think, this is gonna be a simple case. What i suggets is that once update is success, transfer the file from ABAP program itself.

Once success message in receive by BPM, the file can't be picked by the scenario. If the proxy is executed successfully then before sending the response back to XI transfer the file

Regards

Suraj

Former Member
0 Kudos

Hi,

If u are using ABAP proxies u can accomplish it without the need of BPM.With the help of some ABAP programming u can achieve this.

If u are using java proxies u may need BPM .