cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with Activating ABAP proxy

Former Member
0 Kudos

Hi All,

When trying to activate a newly created ABAP proxy (in SPROXY transaction) I just get a message "Activity terminated because errors occurred during package checks"

I have read 838836 note, but for me all ABAP names looks good, there are no special characters:

ZABAPPROXY_CO_MI_TIMESTAMP_OB

ZABAPPROXY_DT_TIMESTAMP

ZABAPPROXY_MT_TIMESTAMP

So where is the error? What is the way to activate it?

thanks in advance for any help

Best Regards,

Artsiom Anichenka

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The package in which you are trying to add proxy objects.. did you add SAI_TOOS.

Else what you can do is...create the proxy objects as local objects and see if it is working or not. In the package name enter as $tmp.

Regards,

Sumit

ps : award points if that helped u.

Former Member
0 Kudos

Hi Sumit,

Can you please explain a little bit, what do you mean to add SAI_TOOS? What is SAI_TOOS?

Best Regards,

Artsiom Anichenka

Former Member
0 Kudos

Hi Artsiom,

Check the following link..

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

Basically when you create the package, you need to include SAP_TOOLS package in use access.

Regards,

Sumit

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks to All! Problem solved, points assigned.

prateek
Active Contributor
0 Kudos

U would have forgotten assigning the package "SAI_TOOLS" to to all Main and NonMainPackages via the "use access" tab.

Also check this

Regards,

Prateek