cancel
Showing results for 
Search instead for 
Did you mean: 

How to post ADRMAS to XI from R/3

Former Member
0 Kudos

Hi All,

I have a very basic question. I want to post ADRMAS data to XI system from R\3. This ADRMAS is a BAPI.

Can somebody tell me how to do it.

thanks in advance.

Regards

Pooja

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You can use a Sender RFC adapter to connect to XI and build a report in R3 that will trigger the interface flow in XI.

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Regards,

Bhavesh

Former Member
0 Kudos

Hi Bhavesh,

Can you elaboate on this a bit more as to what all configurations I have to do on R/3 and XI side and how i have to call this BAPI to send the data.

Thanks for you quick reply.

Regards

Pooja

Former Member
0 Kudos

Hi ,

Do the following steps...

1. Create a RFC in the SAP R/3 system

2. Configure the SM59 and Sender Communication channel as given in the above blog.

3. Import the RFC into XI

4. Do the neccessary mapping to the target strucutre

5. You can trigger the RFC from R/3 sytem by using

Async Call

CALL Function "RFC Name" IN BACKGROUND TASK destination <sm59 destination>

COMMIT WORK.

Sekhar