cancel
Showing results for 
Search instead for 
Did you mean: 

Abap Proxy

Former Member
0 Kudos

Hello Guru's,

I am trying to create an ABAP proxy (Client) and I have read this blog:

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

Now when I want to create the proxy it ask me for a package and a prefix. Which package do I need to use???

Best regards,

Guido

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please go through this Disscussion that had earlier

Regards

Seshagiri

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

U have to store this in a package...as u create a package in se80 or in a template...

prefix means give some 2 words like ab

U can give any wordsa as prexiz,,

then it genarate 3 strucrs automatically

interface: abco_mi

sturcrue:ab_MT

structure:ab_dt

thnaq

krishna

Former Member
0 Kudos

Krishna,

you cant give the prefix as anything you want..

the prefix cannot be a. It should begin either with Y or Z.

btw.. Did you ever give prefix as A and did it work?

Thanks,

Sumit

Former Member
0 Kudos

Hi,

Its an ABAP class it will ask,u can create ur own package or use $temp as a package.

the prefix u can give nay thing and the prefix has to start with ZXXX.

after giving the package and prefix details the proxy will be create as ZXXX_Interfacename.

Regards,

Phani

former_member859847
Active Contributor
0 Kudos

Hi,

Package is nothing but development class.. for testing purpose you can give $tmp( temporory package).

prefix importance- proxy class will generate with specified prefix i.e ur choice ex:ZXxxx.

regards

mahesh.