cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC - HTTP Problem

Former Member
0 Kudos

Hi All

I have senario IDOC - HTTP the flow will be like this

IDOC - HTTP - HTTPRESPONSE - IDOC AUDIT

I have planned to use BPM but the problem is when Creating Message interface i cannot make

idoc as sych so please tell me how may MI and IM will come

Jayaraman

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

this will be a ASYNC/SYNC scenario.

your ref will be;

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

Without BPM also this is acheivable - Ref:

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks

prateek
Active Contributor
0 Kudos

If you are using BPM, then there is no need to make the idoc interface sync. Your scenarion will have the following steps:

1. Receive (Idoc)

2. Transform (idoc to http request)

3. Send sync (http)

4. Transform (http response to Idoc)

5. Send Async (Idoc)

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek

Thanks for the reply but the problem is

1) Receiver( IDOC ) - xyz idoc -ok

2) Tranform(idoc to http) - ok

3) Send Sync

The problem is here i need to create a Syn MI that is

IDOC - HTTP

HTTP- AUDIT

how to create MI and when you creat interface mapping also the problem will arise

and when configuring Interface determination it will ask for SYNC inbound how to over come this problem

Jayaraman

Shabarish_Nair
Active Contributor
0 Kudos

refer the blog above.

replace the File with your IDOC.

in the abstract sync interface give your IDOCs as req. and resp. but for all other than the abstract interface use your IDoc itself as the interface.

prateek
Active Contributor
0 Kudos

The problem is here i need to create a Syn MI that is

IDOC - HTTP

HTTP- AUDIT

As I said earlier, there is no need to create sync MI at all. Directly use Idoc interfaces which are sync by default. Two separater receiver determination steps would be created, therefore there won't be any need to have sync inbound interface name.

Regards,

Prateek

santhosh_kumarv
Active Contributor
0 Kudos

Hi Jayaram,

Design you BPM as below..

Receive IDoc----> Transform Idoc to Http request -


> Send Sync(MI- HTTP Request & HTTP Response) -


> Transform HTTP Response to AUDIT IDoc -


> Send IDoc.

Thanks,

SaNv...

Former Member
0 Kudos

My problem solved Thank you