cancel
Showing results for 
Search instead for 
Did you mean: 

Packages and Use Access in Proxy development

Former Member
0 Kudos

Hi everybody.

I am desperately trying to generate an ABAP Proxy on my XI System. According to my documentation I should start by creating a new package and declaring a Use Access to the package interface SAI_PROXY_PIF.

However, everytime I try to do this, I get the error message "Package interface SAI_PROXY_PUBLIC_PIF points to a package that is too deeply nested".

Ok. So I create another package, include my first package in this package and try to declare a Use Access to package interface SAI_TOOLS_PIF, in order to mimic the package hierarchy in the SAI proxy runtime. But I get the same error message there...

Unfortunately I am not familiar with the new 6.40 package concept and Use Access relationships. Could somebody please explain to me what I am doing wrong?

Thanks in advance,

Joerg

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you need SAI_TOOLS in the user access tab

for your package that's all

this is the documentaion:

http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/content.htm

Regards,

michal