cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP to ABAP Proxy

Former Member
0 Kudos

Hi:

I want to do on a real time basis :suppose i get a xml form of an order and i generate an xsd out of it.I want to post in ECC 5.0 Now how shld i proceed.

I think it wuld be an HTTP to ABAP proxy sceanrio.

I was looking for screenshots of HTTP to ABAP Proxy scenario.

Thnx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check this thread and help file:

Regards,

Subhasha Ranjan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

It depends upon what you choose. Either you can go with HTTP-XI-ABAP proxy or HTTP-XI-RFC or HTTP-XI-IDoc. Please check whether you have an IDOC or RFC available for processing the orders. If you dont have any of this then you can go with Proxy. Also check with your R3 developers how they are going to process it once you send it from XI?

---Satish

Former Member
0 Kudos

Hi,

XML to ECC 5.0, the scenario will not be a HTTP-Proxy. It will be a File-Proxy scenario. Refer this weblog for the same.

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Regards,

Jai Shankar

Former Member
0 Kudos

It is like someone fills some order on a webpage and with the help of some tool a xsd is generated..

It is like a <b>HTTP to ABAP proxy</b> scenario

The xsd structure ,i think can be used in MT..

I am not sure though..finally it has to go to ECC 5.0

if some one can send me screenshots ,it will be really nice.

Thnx

Former Member
0 Kudos

Hi

1) Use XML SPY to generate XSD based on the input XML file(Orders)

2) Import this to Integration repository as External definition.

3) Create an Outbound message interface using this external definition.

4) Create an Data type for your proxy structure.

5) Create an mapping programme to map your source XSD and target structure.

6) Follow the steps in the weblog for creating ABAP proxies.

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Satish

Former Member
0 Kudos

Hi:

I was thinking on lines of Satish Renugopal.

If some one has done those steps ,they could send me screenshots.

It would be appreciated.

Thnx