cancel
Showing results for 
Search instead for 
Did you mean: 

Can anybody tell how to generate ABAP client proxy

Former Member
0 Kudos

Can anybody tell how to generate ABAP client proxy with snapshot...

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI,

Initially create the oubound interface and go to the logon to R3

Use the Sproxy transaction, select the outbound interface .

generate the proxy.

now

ABAP proxy will generate 3 objects :

1. ABAP Class

2. Structure for the message type in ABAP Data Dictionary

3. Structure for the data type in ABAP Data Dictionary

activate all objects.. you can see in se24.

now to call the abap proxy you need to write the ABAp report.

....

In the below blog clearly explained about client proxy create procedure..

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

See the below links other..

ABAP proxyies..

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

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

/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

Regards

Chilla..

<i>points rewarded if it is usefull...</i>

Former Member
0 Kudos

Ref

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

Regards,

Jai Shankar

Former Member
0 Kudos

Thanx Shankar.... Can u give more details....

Former Member
0 Kudos

>>Can u give more details

Hemant, that is a nice blog to start with. Just follow the steps in the blog and incase, you have problem let us know the problem and you will get more help.

Regards,

Jai Shankar

Former Member
0 Kudos

hemant,

check the blogs for step by step with screen shots

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

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

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

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

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hi HemanthGupta,

Please refer this below link..

http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

Hope this link will give you more idea..how to ahcieve clietn abap proxy.

Please let me know if you need any help regardig this.

Thanks and Regards,

Chandu.

Former Member
0 Kudos

I know this.....but i need specific steps to create client proxy....