cancel
Showing results for 
Search instead for 
Did you mean: 

Abap proxy - Package?

Former Member
0 Kudos

Hi,

I'm trying to create/use an Abap proxy but the package that I have created are not sufficient.

Anybody knows the needed "Use access"?

These one ?

SAI_PROXY_GENTIME_PIF

SAI_PROXY_GENTIME_PIF_RESTRICT

SAI_PROXY_PUBLIC_PIF

SAI_PROXY_RUNTIME_PIF

Regards.

Mickael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U need to add "SAI_TOOLS" in Use Access tab.

Cheers,

Siva Maranani.

Answers (4)

Answers (4)

Former Member
0 Kudos

ok.

It seems that everybody knows it but me...

I'll read your links after my lunch.

THANKS to all.

Mickael.

Former Member
0 Kudos

hi Mickael,

To know more about "use access" try the following link -

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

And in order to make your proxy work add "SAI_TOOLS" as mentioned by siva.

Cheers,

Divya

Message was edited by: Divya Vidyanandan Prabhu

former_member187339
Active Contributor
0 Kudos

Hi Mickael,

"SAI_PROXY_GENTIME_PIF

SAI_PROXY_GENTIME_PIF_RESTRICT

SAI_PROXY_PUBLIC_PIF

SAI_PROXY_RUNTIME_PIF"

These are known as <b>package interfaces</b>.

You can go through this link for more knowledge on Package Interface :

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

and for Use Access, go through this link :

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

You have to create a four layer package structure for your Abap proxies.

For eg.

ZFIRST (Structure Package --- Level I)

---ZSECOND (Main Package --- Level II)

-


ZTHIRD (Not a Main Package --- Level III)

-


ZFOURTH(Not a Main Package --- Level IV)

Hope this will be helpful.

Regards

Suraj

Former Member
0 Kudos

Hi Suraj

I picked up this weblog rather late.

I am trying to generate an outbound ( client ) abap proxy in our WAS 640 based ERP system by pointing to a XI message interface on the XI integration repository. I have a single package ZPROXY ( not a main or a structure package ) created in our ERP system to hold the proxy structures ( classes, interfaces ). I have this package assigned to a transport layer ( a common transport layer through which other ABAP objects are to be transported ). Is it really necessary to have a four layer package structures for proxies to be transported and work in the QA/Production system ?

Former Member
0 Kudos

Hi,

U need to add "SAI_TOOLS" in Use Access tab.

Cheers,

Siva Maranani.