Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

sap note

former_member581561
Discoverer
0 Likes
764

hi,

i do not have access to use sap notes. so some body explain what is sap note

" 863822".

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING', was

not caught and

therefore caused a runtime error.

The reason for the exception is:

A PERFORM was used to call the routine "AUTHORITY_BEGIN" of the program

"RSAQEXCE".

The current call contains 0 actual parameter(s),

but the routine "AUTHORITY_BEGIN" expects 1 parameters.

3 REPLIES 3
Read only

Former Member
0 Likes
614

Hi,

For this you should have a valid id.

the website is www.service.sap.com

Here you can click the sap support portal during which you will be asked to enter the user id and password.

Once that is entered, it will take you to sap market place or in sap support, you can do a Notes search and you can find the notes you want.

If you want an id for viewing notes, you can ask your basis guy. Using your installation number, SAP would have provided an id to the project .

Thanks,

<b><REMOVED BY MODERATOR></b>

Message was edited by:

Alvaro Tejada Galindo

Read only

Former Member
0 Likes
614

just run transaction SNOTE and download the same from sap help as above mentioned and you can see all details for any note through SNOTE implemented in your org.

amit singla

Read only

Former Member
0 Likes
614

<b>authority_begin</b> is called on report <b>J_1IDEPOTSTOCK1</b>, like this on ECC 6.0...


  PERFORM authority_begin(rsaqexce) USING
          'CL_QUERY_TAB_ACCESS_AUTHORITY' .

You should implement the note, because they might be an error in you standard code...

Greetings,

Blag.