cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with activating Proxys

Former Member
0 Kudos

Hi,

i have a problem with acticating a proxy. i did everthing like in WL /people/siva.maranani/blog/2005/04/03/abap-server-proxies

and i can create the proxy for the msg interface. But when I try to activate the proxy I get two times the errors:

Object not(yet) activated (DDIC log => detail Button).

So it seems, that the msg and data types cannot be activated. when i try to activated this objects via se11 i get a package check error:

Package Check for Table/Structure ZZ uses TTYPE PRXCTRLTAB

When i create a type with exactle the same configuration by hand, i can activate the type!!! really strange!

anyone has an idee?

Thangs J.

Message was edited by: Jörg Pieper

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

The ABAP proxies use a type PRXCTRLTAB. This is in the package SAI_GLOBAL.

Look here for further instructions:

http://help.sap.com/saphelp_nw04/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm

"The packages that contain or use proxy objects must have a use declaration for the package interface SAI_TOOLS. In addition, the corresponding structure package must contain a use declaration for the package interface SAPPINT.

For the proxy runtime, a use declaration must be available for the package interface SAI_SXMS."

Regards

Stefan

Shabarish_Nair
Active Contributor
0 Kudos

just check if u have given your package and prefix with a Z or Y prefix !!!

Former Member
0 Kudos

Hi

my package is named z_test and my prefix is ZZ

Regards J.

Shabarish_Nair
Active Contributor
0 Kudos

just delete the proxy and generate it again. and right click the new proxy and activate it (just a try) !!!

Former Member
0 Kudos

Hi

i already tried this

if i activate with button or right click makes no differenz.

I deleted a regenerate everything but nothing worked ...

Regards J.

udo_martens
Active Contributor
0 Kudos

Hi Jörg,

plz control the behaviours of your package.

Regards,

Udo

Former Member
0 Kudos

Hi

I found something strang in SE80. When i look for the package i used i find under classes:

ZZCL_<messages interface>

there i have under interfaces:

ZZII_<messages interface>

then i find under Implementing Classes:

ZZCL_<messages interface> again.

from here ZZCL and ZZII apparing recusiv

???

Regards J.