cancel
Showing results for 
Search instead for 
Did you mean: 

File to RFC synchronous with BAPM

Former Member
0 Kudos

hi all,

i want to implement a file to RFC scenario where i would read data by file and send to a BAPI , then response of BAPI i need to log in a file.

how should i go about it.

is it possible without using BPM.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member201264
Active Contributor
0 Kudos

Hi pooja,

you can also develop this scenario without BPM.

u all need here is use the appropriate BAPI Function Module.

use the following steps:

Design Objects in Repository:

1.Create ur Sender Data type, Message Type, and Message Interface as outbound asynchronous.

2.Import the required BAPI as RFC Function madule from the appropriate SAP system.It is used as DT,MT and MI.

3.In Mapping Objects,

Use the MT created for the source, and BAPI Function module as the target MT.

Map the corresponding fields.

4.do the interface mapping for same .

Configuration Settings in Directory:

1. import BS_Sender_XXXX.

create Communication channel CC_SEND_XXXX

use adapter type as File and as sender direction

do the needful things there.

import BS_Receiver_XXX

create Communication channel CC_RECV_XXXX

use adapter type as RFC and as Receiver direction

do the needful things there.

2.receiver Detemination as BS_Receiver_XXX.

3.Interface determination,

4.sender agreement

5.Receiver agreement.

Former Member
0 Kudos

hi kanchan,

i have created source and target (where i will map response of BAPI) DT and MT.

i am not sure of what need to created in Message Interface.

Message Interface will affect the Interface mapping..

what should be created in message interface.. i guess message interface need to declared as synschronous..

former_member201264
Active Contributor
0 Kudos

Hi pooja

See this below link, it fulfils your requirement.

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

and check all above to get more.

regards

sreeni

former_member201264
Active Contributor
0 Kudos

Hi Pooja,

Check the following links, Deffenetly u will can cope up the required scenario.

If u want blogs use below links,

https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

/people/siva.maranani/blog/2005/05/22/schedule-your-bpm

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/sravya.talanki2/blog/2005/08/24/do-you-like-to-understand-147correlation148-in-xi

/people/michal.krawczyk2/blog/2005/09/04/xi-do-you-realy-enjoy-clicking-and-waiting-while-tracing-bpm-steps

/people/udo.martens/blog/2005/09/30/one-logical-system-name-for-serveral-bpm-acknowledgements

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

/people/kannan.kailas/blog/2005/12/07/posting-multiple-idocs-with-acknowledgement

If u want use sap help links below,

http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/de/766840bf0cbf49e10000000a1550b0/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cb/15163ff8519a06e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/08/16163ff8519a06e10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Regards

Sreeni

Former Member
0 Kudos

hi ,

is it possibe without using BPM?

former_member201264
Active Contributor
0 Kudos

Ohh shut i didnt see completely,

For this you have to use BPM Syn/Asyn Bridge method.

U can go through the corresponding link which i sent u for the same above.

regards

Sreeni

Former Member
0 Kudos

u mean to say it cannot be implement without using BPM?

former_member201264
Active Contributor
0 Kudos

hi pooja ,

As I know, it is possible with BPM.

regards

sreeni

henrique_pinto
Active Contributor
0 Kudos

> hi pooja ,

>

> As I know, it is possible with BPM.

>

> regards

> sreeni

No, you don't need BPM for this scenario, from XI 3.0 SP19 / PI 7.0 SP10.

Check this thread for reference:

Regards,

Henrique.