cancel
Showing results for 
Search instead for 
Did you mean: 

Mesage interfaces...

Former Member
0 Kudos

hi pals,

While creating an Invoice RFC i came across message type creation.

After that create message interface

what is actually

<b>1. Message interface file request

2. Abstract interface File request

3.Message interface file response

4. Abstract interface File response.

</b>

regards

A.K.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You are using File system at the sender side.It does not support synchronous processing.You have to use BPM to achieve this scenario(SP<=18).

BPM can not understand the outbound and inbound interfaces and can only understand abstract interfaces.

So you need 4 interfaces....

1)File_Request_Outbound 2)File_Request_Abstract

3)File_Response_Inbound 4)File_Response_Abstract

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks all...

Former Member
0 Kudos

Hi Anil,

Refer this thread and check its reply, it talks about all the terms mentioned in your questions:

Hope this will resolve ur concern.

Regards,

Subhasha Ranjan

Message was edited by:

Subhasha Ranjan

Former Member
0 Kudos

Hi,

1. Message interface file request

This is use , a interface using file request which is equalent msg structure to the RFC request , you are trying to send the request to the RFC request

2. Abstract interface File request

This is use , a interface using file abstract request which is equalent msg structure to the RFC request in Integration process , you are trying to send the request to the RFC request from Integration process.

3.Message interface file response

This is use , a interface using file response which is equalent msg structure to the RFC response , you are trying to receive the response from the RFC response

4. Abstract interface File response

This is use , a interface using file abstract response which is equalent msg structure to the RFC response in Integration process, you are trying to receive the response from the RFC response

See the below Link

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

/people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm

Regards

Chilla..

Former Member
0 Kudos

Anil,

You need to give more details on what is your scenario, waht you are trying to achieve? Are you using any refernce weblog?

Regards,

Jai Shankar