BusinessObjects Board

/BODS/UPLOAD function authorization error

Attempting to use the “Generate ABAP Code” and “upload generated programs” in designer, version 4.2

We can execute ABAP data flows using Generate and Execute execution option

4.2 Functions has been installed
Datastore
ABAP Execution option - Execute Preloaded
Upload attributes
Status - T
Application - S
Development Class = $TMP

User has been given the ZDAUTH permission

The ABAP program for ABAP data flow (datastore ) was not uploaded: < Function /BODS/UPLOAD: RFC_ABAP_MESSAGE- You do not have authorization for this function[SAP NWRFC 720][SAP Partner 701 ][DEV][xxxxx][xxxxxx][4102] >.

Has anyone encountered and found a solution for this?
thanks in advance!


melbrng (BOB member since 2007-10-30)

With 4.2, authorizations changed a bit.

authorization class
ZSDS --> BODS

authorization objects
ZDSAUTH --> S_DSAUTH
ZSDS --> S_SDS
ZDSDEV --> S_DSDEV
ZPGMCHK --> S_DSPGMCHK

Also, in SAPDEV box take a look at SU53 to see which other authorizations you are missing.


ScSi :belgium: (BOB member since 2013-10-08)