cancel
Showing results for 
Search instead for 
Did you mean: 

problem in proxy generation

Former Member
0 Kudos

HI,

i have created proxy in SAP client, while i tried to use the proxy generated class in my program, it says that this class is unknown, that proxy is activated and that class also got activated, there is no errors in the intergration reposirory and directory. we also deleted and regnerated the proxy no of time, still same error is coming.

Please can any body let me know the reason for this.

Regards,

Tirumal Reddy.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi tirumala,

class doesn't exist ,its not avilable in data dictionary.

can u just click on class instance in the SPROXY and find out the corresponding sub structures for that

.when u genrate proxy 2 structures will be created

one is for MESSAGE TYPE and one is for Data type.

just see the embedded classes are created and act accordingly.

mean just try to create structure variable and see what compiler says about this,if it says "error" then u need to check the naming conventions and the package u r stroing theses classes are viable or not.

Thanks & Regards,

Rama Krishna

Former Member
0 Kudos

Hi,

Which version you are using?

IF you are using XI 3.0, you need to follow the below procedure:

The package structure is the most important.

The following URL’s will help in understanding the package structure in a better manner.

http://help.sap.com/saphelp_nw04/helpdata/en/ea/c05d92f01011d3964000a0c94260a5/frameset.htm

Structure Package(ZXI_PACKAGE)----


Level1

Main Package(ZSCSLSAP)----


Level2

Sub Package(ZSIVA_SCSLCOMP)----


Level3

SubPackages(ZSIVA_SCSLCOMP_PROXY2PROXY)--Level4

IF you are using XI 7.0 you can directly save in Single Package(Directly).

Check you saved and activated the Proxy Generated in SPROXY in your R/3 system.

Thanks,

Kishore.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

what is the version of your system you developed the proxy??

did you assing it to a temp package first and prefix "Z"

later, qhen the proxy is finish, you can assing it to a real package.

Thanks

Rodrigo

Former Member
0 Kudos

Hi Thirumal,

Please check if you have doen all the connection steps according to the following blog

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

Former Member
0 Kudos

hi,

we assigned it to the package and generated,we are using version 7.0.

first created in local object in assigned to the package we tired 2 methods still it says this class is not avaialable and when double click on that class in the program it is going to that class, not knowing the exact reason

Regards,

Tirumal.

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

if u are ussing v7.0 you can assign it directly to a real package, not necessary assisg it to temp package