cancel
Showing results for 
Search instead for 
Did you mean: 

How to get multiple response?

Former Member
0 Kudos

Hi,

I have File to RFC scenario. Once the data updated in R/3, i want to get back the same data in a file and also want to get another file that contains the error records.

Is it possbile?

can anyone give me solution?

More points will be awarded.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

proxy support sync communication and u can get back the result from proxy and store it in a file. but not able to get the second part of ur requirement

Former Member
0 Kudos

The scenario is File to RFC. The theme is I want to get two responses from the processing. First response file should contain the updated records. The second response file should contain the failed records i.e not updated in the R/3.

One file contains the successfully updated records

Another file contains error records.

i.e. getting two response file from the processing.

Can you pls help me in this regard.

Thanks

prateek
Active Contributor
0 Kudos

Use BPM

Reciver step to receive message from File

Sync send to send data to RFC and receive the response

Transformation for identifying the records with error

Send step to send it back to File

Regards,

Prateek

Former Member
0 Kudos

Hi, thank u for your reply.

I am new to BPM, can you explain me the process clearly.

Thank u.

prabhu_s2
Active Contributor
0 Kudos

okie in this case make use of sync step in bpm which will send the request to proxy and return the response which inlcudes error details and success details, use a fork step with 2 branches and in each branch make use of transformation step. in this case u will have two mapping prgms which will filter the successful message and fault mesage and put into respective target MT. use send step to send the result of the two to target

prateek
Active Contributor
0 Kudos

Have a look here

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

The landscape is similar with type of system different

Regards,

Prateek

Former Member
0 Kudos

Yes,

Thank you very much. I have got idea how to proceed.

Answers (3)

Answers (3)

Former Member
0 Kudos

For this you will have to use a BPM and have a send step for file after send dtep for RFC.

Mudit

justin_santhanam
Active Contributor
0 Kudos

Bala,

File Contains error records? I Couldn't get this can u clear this.

Best regards,

raj.

Former Member
0 Kudos

Hi,

I want to get back two response files.

First file contains the successfully updated records

Second file contains the unsuccessful i.e. error records.

So that I can evaluate the process.

Thanks and expecting your valuable reply.

prabhu_s2
Active Contributor
0 Kudos

can u exlaing ur scenario more clear.