cancel
Showing results for 
Search instead for 
Did you mean: 

File to Http

Former Member
0 Kudos

Hi,

The scenario is file to http.

Source file will be like

Box1

case11

Line item AA

Line item BB

Case12

Line item CC

Line item DD

Box2

Case 21

Line item EE

Line item FF

Case12

Line item GG

Line item HH

(Can have more Boxes and cases.....)

I have to split this file and send it as six http request like

(Splitting will be based on number of boxes and cases....)

http Request1 -

Case11

Line item AA

Line item BB

http Request2 -

Case12

Line item CC

Line item DD

http Request3 -

Box1

Case11

Case12

http Request4 -

Case 21

Line item EE

Line item FF

http Request5 -

Case12

Line item GG

Line item HH

http Request6 -

Box2

case 21

case 22

Please tell me how to accomplish this

We are in XI 3.0, so whether BPM is needed or with multimapping can we design this.

If so how to design ?

Accepted Solutions (0)

Answers (6)

Answers (6)

Shabarish_Nair
Active Contributor
0 Kudos

noticed that receiver is HTTP. Since multimapping without BPM can be done only on those adapters that run on the Adapter Engine, we cannot use it for HTTP.

so as rightly pointed out ... BPM needs to be invoked.

Ref: http://help.sap.com/saphelp_nw04/helpdata/en/42/f3ca2529491bc7e10000000a11466f/content.htm

prateek
Active Contributor
0 Kudos

As the receiver is http adapter, multimapping without BPM won't be possible. Therefore perform multi-mapping with BPM.

Regards,

Prateek

former_member192295
Active Contributor
0 Kudos

Hi,

No need BPM, we can configure without BPM also. Use multi mapping technique (above SP14 support). According to your requirement source side have only one structure (file) and target side have multiple same structures (http). In receiver determination window mention condition in condition window according to your logic. Based on condition call receiver service (no need business system).

For more information find below link on multi mapping

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

Your requirement looks like 1:n mapping.

so you no need to for BPM,aithout BPM also you can achieve it if you are using SP14 XI3.0.

in Interface Determionation use 0:unbounded .

Cheers,

RAJ

JoelTrinidade
Active Contributor
0 Kudos

Hi,

BPM would be required.

Rgds

joel

Shabarish_Nair
Active Contributor
0 Kudos

use multimapping withput BPM - /people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

XI 3.0 supports it, provided you are SP14 and above