cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on XI Proxy.

former_member191435
Contributor
0 Kudos

Hi,

I need to know about how and which situations we used proxyies in sap PI 7.1

Please help me. I am new to this topic.

Thanks,

Seenu.

Accepted Solutions (0)

Answers (3)

Answers (3)

prateek
Active Contributor
0 Kudos

Very basic. SDN search should be enough.

Others, please don't reply to basic questions.

Regards,

Prateek

Former Member
0 Kudos

Hi,

which case we will goto Proxies

Main purpose of proxies is integrating Legacy system with SAP System using Server ABAP Proxies. ABAP Server (Inbound) Proxies enable adapterless integration with SAP Applications on WAS 6.20 and above.

whenever we dont have any standard idocs or Rfc's in this case also we can go for proxies.

we have 2 types of ABAP proxies

Outbound Proxy - Client proxy

(ii) Inbound Proxy - Server proxy

Outbound Proxy - Client proxy:(SAP to Non SAP)

create DT,MT,SI for both sender & receiver and MM,OM in IR.

create receiver comm channel,R.A,I.D,R.D in ID.

then logon to SAP system,use TC SPROXY.

expand ur SWC,Name space.here u'll avaialable ur S.I,Right click on SI.then it'll ask prefix name & package name.then internally ABAP Class will be generated.

ABAP Class generated by following syntax : (Prefix)(CO)_SI.

Logon to SE38 Abap editor in SAP System,then write some OOPS ABAP Code using ABAP Class what we generated.then execute the program.then it'll generate target xml

lly do Server proxy also.

refer below wiki : http://wiki.sdn.sap.com/wiki/display/XI/Step-by-stepFTPtoABAPProxy

Thnx,

Siva Nagaraju

Former Member
0 Kudos

Hi,

Proxies provide adapter less communication with the JAVA/ABAP business systems.

Proxies are generated from the WSDL description of interface objects.

There are ABAP and JAVA proxies available.

SPROXY is the Transaction code used to generate proxies.

Please go through this link http://wiki.sdn.sap.com/wiki/display/NWTech/ProxiesinSAP

Also search in help.sap.com.

Thanks

Uaruna

former_member191435
Contributor
0 Kudos

Thanx for ur informaion.

Can u tell me how do i start this scenario in PI.

I mean on which case we will goto Proxies.

How do i create data type and messae type and as well as maping.

Can u pllzz explain me.

Thanks,

Seenu.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Thanx for ur informaion.

>

> Can u tell me how do i start this scenario in PI.

>

> I mean on which case we will goto Proxies.

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

>

> How do i create data type and messae type and as well as maping.

>

> Can u pllzz explain me.

>

> Thanks,

> Seenu.

Client Proxy (Sender Proxy)- /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Server Proxy (Receiver Proxy)- /people/siva.maranani/blog/2005/04/03/abap-server-proxies

These links will help you.

Note: there are many more information available on SDN, do a search so that you can find many references that will help you.