cancel
Showing results for 
Search instead for 
Did you mean: 

Doubt About HTTP To File

Former Member
0 Kudos

Hi Expers,

I have one doubt. If iam Developing the scenario HTTp To File

Then do we need Any RFC Connection.

When Do We need RFC Connection In case if we r implementing with HTTP

Please clear me.

Regards

Khanna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

<i>Then do we need Any RFC Connection</i>

We need not maintain RFC destination and also need not used in HTTP to File scenaio.RFC Connection is mainly used when u r interacting with SAP application....For EX:When You use RFC Sender Adapter ,You need to maintain RFC destination and also use the same in the adapter.

Answers (3)

Answers (3)

Former Member
0 Kudos

ANS

turmoll
Active Contributor
0 Kudos

> Hi Expers,

>

> I have one doubt. If iam Developing the scenario HTTp

> To File

> Then do we need Any RFC Connection.

>

No, we do not need.

>

> When Do We need RFC Connection In case if we r

> implementing with HTTP

>

If it was e.g. HTTP->XI->RFC scenario then you would require RFC connection.

>

> Please clear me.

>

> Regards

> Khanna

Former Member
0 Kudos

<u></u>Hi,

Please look through the below process...

DESIGN.

1. Create DataTypes for source and Destinations. Create elements for all the text fields of your HTTP Client so that they can all be mapped into the destination file

2. Craate MessageTypes for the two datatypes.

3.Create Message Interfaces. the One for HTTP is the sender, Asynchronous ( as no response is expected) and one for File is receiver, asynchronous.

4. Do the mapping. It will be mostly a one to one mappingof the fields.

5.Create the Interface Mapping.

Configuration

1. Import your Business System under your Configuration Scenario.

2.Create 2 communication channels. One for Http as a sender and one for File as a receiver.

check these links for the confiuration part.

http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm

3.Do the Receiver Agreement for file. HTTP doesnt need a sender agreement.

4.DO the Receiver Determination and Interface Determination.

Alos check "Step-By-Step Approach for Implementing XI Scenarios"

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c...

Do let me know if you have further clarifications

Hope this helps

Regards

Kiran..