cancel
Showing results for 
Search instead for 
Did you mean: 

Message Interface Inbound

Former Member
0 Kudos

Hi All!!

I want to create a Message Interface Inbound to generate an ABAP Proxy on SPROXY.

Somebody could give me some tutorial or "step by step" which guide me on the process, please??

I won´t forget for awarding points.

Thanks and regards,

Manuel.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Loureiro,

<b> I want to create a Message Interface Inbound to generate an ABAP Proxy on SPROXY</b>>>

u want to create a inbound or server proxy i guess.

goto R/3->run transaction SPROXY->u will get a replica of Integration repository->from there select the inbound message interface...where u will have to create the proxy->right click on the MI->create proxy->u have to specify a package for that(u can create a new pkg/ can use existing pkg..press f4 and select any existing pkg)->u can give prefix as Y or Z->After the successful creation of proxy..navigate the MI->under that u can see an Interface has been generated-> u can write ur code there...

go thro' these blogs..

Server Proxy (Receiver Proxy)-

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

File to ABAP Proxy

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

Debug your server proxy

/people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation

regards

biplab

Former Member
0 Kudos

Steps,

1.create a data type with necessary structure.

2. create a message type which corresponds the data type.

3. create a message interface of type INBOUND and refer the message type

and specify mode as you need.

4. activate all these objects.

5. go to SPROXY transaction, and find your SWCV and namespace.

6. select your inbound interface, rclick-> create proxy.

7. now you could see a class had been generated with a

method and structures.

Regards,

Yuva

Former Member
0 Kudos

Also,

See this thread

Regards,

Sreenivas

Former Member
0 Kudos

Hi,

Just go through these links:

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm

ABAP Server Proxies By Siva Maranani

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

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

File to R/3 via ABAP Proxy with good example

/people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy

http://help.sap.com/saphelp_nw2004s/helpdata/en/48/d5a1fe5f317a4e8e35801ed2c88246/frameset.htm

Generating java proxies..

/people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

Regards,

Sarvesh

Former Member
0 Kudos

check this:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/81/845f3c31727d59e10000000a114084/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/81/845f3c31727d59e10000000a114084/content.htm</a>

Former Member
0 Kudos

Hi,

Have a look at this blog

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Proxy to File

Also, look at this

http://help.sap.com/saphelp_nw70/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm

Regards,

Sreenivas