‎2007 Sep 20 12:59 PM
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.
‎2007 Sep 20 1:03 PM
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
‎2007 Sep 20 1:09 PM
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
‎2007 Sep 20 11:55 PM
<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.