cancel
Showing results for 
Search instead for 
Did you mean: 

File - BAPI - File Synchronous scenario

Former Member
0 Kudos

Hi all,

I am working on a 'flat file--> BAPI --> flat file' scenario. This is a synchronous scenario in which data from input flat file will be sent to BAPI on R/3 side and from the response of BAPI a flat file will be created.

Is it possible to implement this scenario without using BPM ?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Akshay,

Thanks for the help..

so BPM is the only way to implement such scenarios, right ?

Former Member
0 Kudos

Hi Minal,

Since is systems like file sender cannot expect reponse, u hv to use BPM in such type of scenarios.

Well, if ur query is resolved, u can award the pts rt away...:-)

Regards,

Akshay

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Mario,

Thanks for the reply..

Could you please tell me the steps to implement this scenario without BPM ?

Former Member
0 Kudos

Hi Akshay,

In this scenario, a file will be picked up from legacy system by XI using File Adapter. Then the data obtained from file will be passed to BAPI on R/3 system by XI (This should be synchronous call) using RFC adapter. As it is a synchonous call the BAPI will return some result to XI. XI should then create a file on target system using this BAPI response.

Former Member
0 Kudos

Hi Minal,

For this, you hv to use BPM

The BPM procee will look like this

1. Receive step (Receive the data from file)

2. Sync send to R/3 and get a response

3. Async send (response) to File

Check the following link

<a href="/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit:///people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards,

Akshay

Message was edited by:

Akshay Salunke

Former Member
0 Kudos

Hi Minal,

this should be possible without BPM.

Regards Mario

Former Member
0 Kudos

Hi Minal,

Can u just elaborate ur scenario, coz i cant see at wht moment XI will come into picture. Are u getting a file from legacy system which is sent to R/3 using XI ot the vice versa?

Regards,

Akshay