cancel
Showing results for 
Search instead for 
Did you mean: 

What is package structure for Client ABAP Proxy?

Former Member
0 Kudos

1. What is the package structure need to be followed for creating abap client proxy.

2. I read some where in the form, it need to be 4 levels. Why is it?

Thank you

Ganges Leaves

Accepted Solutions (1)

Accepted Solutions (1)

former_member187339
Active Contributor
0 Kudos

Hi,

Refer this thread

Regards

Suraj

Former Member
0 Kudos

Suraj,

1. Where should i need to define the Class that calls abap proxy?

2. Can i simply create on package, create a class in it, and add code to call the proxy?

3. Or Does my class need to be at 4 th level.(Means create a package, again create a sub package init? again crate a sbpackage init, again create a sub package in it. an then create a class in it?

Thank you

Ganges leaves

Former Member
0 Kudos

Hi Ganges,

1. The class gets create when you generate a proxy.

2. you have to call the class that gets created during generation of proxy. You can call the class from a report.

eg.

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

Regards

Vijaya

Message was edited by: vijaya kumari

former_member187339
Active Contributor
0 Kudos

Hi,

>>Where should i need to define the Class that calls abap proxy?

No need it created automatically when the proxy is created.

>>Can i simply create on package, create a class in it, and add code to call the proxy?

No you have to follow the four level architecture...

>>Or Does my class need to be at 4 th level.(Means create a package, again create a sub package init? again crate a sbpackage init, again create a sub package in it. an then create a class in it?

Refer this blogs:

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

Regards

Suraj

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

U hav to create a 4 level package structure for client ABAP proxy.

U can create ur on packages

1st level-structure package.

2nd level-main package.

3rd and 4th level-sub packages.

To the 4th level only u hav to create proxy.

The classes and code wil be automatically generated at the time of proxy creation.

I think the 4 level structure bcz while in r/3 everythin in integration builder like software component version and all wil be takin as different levels.

Also u can go through the weblogs in the above replies u got.

Regards

Victoria.

Former Member
0 Kudos

Hi,

Refer to following weblogs for details on ABAP Proxy.

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

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

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

Thanks,

Prateek