cancel
Showing results for 
Search instead for 
Did you mean: 

message transfer

Former Member
0 Kudos

Hi All,

I wish to understand how the message generated in the SAP screen can be transferred to some 3rd party system(say, a Java-based System)thru XI.

Accepted Solutions (0)

Answers (2)

Answers (2)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

basically in 3 ways:

1. idoc - if your message is SAP standard you can

generate a message from many transactions (documents)

in the form of idoc

2. if you message is less standard you can generate

an RFC call to the XI which will transfer the data

3. abap proxy - similar to RFC but the call is made

in the XML form

for more:

help.sap.com

Regards,

michal

STALANKI
Active Contributor
0 Kudos

yes you can definetly..write a screen event which can trigger an ABAP proxy or RFC..use RFC if it is no major data to be transfreed..!