cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy

Former Member
0 Kudos

Hi ,

Iam doing File to ABAP Proxy scenario .when iam crating message interface in ABAP Proxy ( T.Code SPROXY ) . It will ask package , prefix

i given PACKAGE NAME YPRASAD ,

PREFIX NAME HTTP://http://isg.com/xi/training/FILE2ABAPPROXY31

it will shows error package yprasad has no use access to package interface SAI_TOOL.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi phani

give prefix as 'z' alone and try

Answers (6)

Answers (6)

Former Member
0 Kudos

u have to Create

Four Level Package

The package structure is the most important.

Level 1

Level 2

Level 3

Level 4

(Proxy class should be assigned to level 4 )

Each Package Level,Create Use Access for SAI_SXMS,SAI_TOOLS

Former Member
0 Kudos

hi panni

give 'z' for prefix and try...

Former Member
0 Kudos

Phani,

You can create use access to SAI_TOOLS in SE80.

Go to SE80 & open your package. On second tab Use Access make an entry for SAI_TOOLS.

Regards

Sushil

former_member529475
Active Contributor
0 Kudos

HI Kumar

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

Cheers..

Vasu

<i>** Reward Points if found useful **</i>

Former Member
0 Kudos

Phani

Why dont you use $temp instead of Yprasad

regards

krishna

Former Member
0 Kudos

Hi phani,

You have to create 4 level package for your scenario.