cancel
Showing results for 
Search instead for 
Did you mean: 

XI Scenario..

Former Member
0 Kudos

Hiii..

Here is my Scenario Plz guide me What adapter i have to use...

I have to reterive data from sap table through XI.for ex:i have a file which contains details about employee name.with respect to this employee name the employee id has to be fetched from sap table....Kindly Guide me in this issue

With Regards.

Dinesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member187339
Active Contributor
0 Kudos

Hi Dinesh,

The best option will be to use a RFClook up to fetch the employee id based on the name. But before suggesting an approach I want you to explain the sender (i guess it is FILE) and receiver for this interface.

Also have a look at these wiki's

http://wiki.sdn.sap.com/wiki/display/XI/FILETORFCTOFILEwithBPM

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without+BPM%29

Regards

Suraj

former_member208856
Active Contributor
0 Kudos

USE RFC Lookup in Message Mapping.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Use RFC adapter,it gives response,if you pass employee name as input ,it returns out based on your requirement.

File-->xi>RFC(iT GIVES RESPONSE),this is your req??

if not explain bit clearly.

Regards,

Raj

Former Member
0 Kudos

Just want to reterive data from sap table through XI...if u have any blog regarding this issue...kindly reply me

With regards.

Dinesh

Former Member
0 Kudos

Hi dinesh,

As Raj has explained, you can pass emplyee name using file adapter.

Write a remote function module which will take name ans iput ans the output will be Emplyee ID.

And you can use RFC adpter which is synchronous in nature. SO send name an import and get ID as export.

Serach for File to RFC scenario inSDN. of just google it!!

Manisha

Former Member
0 Kudos

Hii..

iam going to use file to Rfc....But in that i dont want to use standard bapi..coz i want to get data from Customized table...

i should not create any customized bapi..how to proceed...Help me out

With Regards..

Dinesh

justin_santhanam
Active Contributor
0 Kudos

Dinesh,

I would suggest you to use RFC_READ_TABLE- Which is used to read data from SAP table. You have to give table name and field names as the input and get the response as required.

hope it helps.

~Raj.