RSAPSCRIPT_ERROR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSAPSCRIPT_ERROR into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_DOKTAB = Last changed by
Selection Text: P_ID_TAB = Document ID
Selection Text: P_OBJTAB = Document Name
Title: Search for SAPScript Error in Documents
Text Symbol: 001 = No errors found
Text Symbol: 002 = Documents are being searched
Text Symbol: 003 = Documents contain potential errors
Text Symbol: 004 = Errors by Author
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING * EXTEND_EXCEPT = ' ' ID = I_DOKHL-ID LANGU = SY-LANGU OBJECT = I_DOKHL-OBJECT * TYP = 'E' * VERSION = 0 * VERSION_ACTIVE_OR_LAST = 'L' * PRINT_PARAM_GET = 'X' * IMPORTING * DOKSTATE = * DOKTITLE = * HEAD = * DOKTYP = TABLES LINE = ITSLINES EXCEPTIONS NO_DOCU_ON_SCREEN = 1 NO_DOCU_SELF_DEF = 2 NO_DOCU_TEMP = 3 RET_CODE = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSAPSCRIPT_ERROR - Search for SAPScript Error in Documents RSAPSCRIPT_ERROR - Search for SAPScript Error in Documents RSAPPL_CONVERT_OBJVERS - RSAPPL_CONVERT_OBJVERS; Insert A Object version. RSAPPL_CONVERT_OBJVERS - RSAPPL_CONVERT_OBJVERS; Insert A Object version. RSAPO_SYBASE_UPDATE_TMPL - APO BW Interface: UPDATE Template (Sybase ASE) RSAPO_SYBASE_UPDATE_NEW_TMPL - Include RSAPO_SYBASE_UPDATE_NEW_TMPL