cancel
Showing results for 
Search instead for 
Did you mean: 

do we need to create message interfaces for idocs and rfcs thatare imported

Former Member
0 Kudos

do we need to create message interfaces for idocs and rfcs thatare imported

from sap server

in scenarios from sap system to file or vice versa

i knew that we need not create message types

do we also skip creating message interfaces

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

IDOCs and RFC's are act as message types and also used in message mapping(both synch and asynch processing)

RFC's are act as message Interfaces and also used in Interface Mapping (Synchronous processing) and You can create message Interfaces for RFC's and IDOCs in asynch

processing

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

for BPM u wud use the idoc as message type for abs interface.

bhavesh_kantilal
Active Contributor
0 Kudos

For Idoc's never create a Message Interface. use the Idoc itself as the Message Interface.

For RFC's if it is a Synch Call, use the RFC itself as the Message interface. In the case of an Aynch Call you will need to create a Asynch Message Interface for the RFC.

Regards

Bhavesh

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>For Idoc's never create a Message Interface. use the Idoc itself as the Message Interface.

why never?

what about a BPM ?

Regards,

michal

Former Member
0 Kudos

hi michal could u tell me in detail wen to create message interface and wen not to create

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you create an abstract message interface for IDOC only if you want to use

them in a BPM (integration process)

for more about IDOCs have a look at my book:

<a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Jaya,

here are some guidelines

we need to creation of Messge Interface must in while proxies 1. Proxies.

2.Fault Message Type. 3. whenusing BPM 4. other than BAPI/RFC or IDOC when no BPM is used.

not required: when IDOC or RFC (not used in BPM). Aysch-RFC/BAPI ,

bhavesh_kantilal
Active Contributor
0 Kudos

Michal,

U got me on that

I was only thinking of "non BPM" scenarios. Nice to see that you are still around on the forums.

Regards

Bhavesh

Former Member
0 Kudos

Not required.no need to create Message interafce also if we are using ABAP proxies then we need to have Message interface for RFC's

Message was edited by:

Sreeram Reddy