REXCEPTHAND 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 REXCEPTHAND 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.
Title: Program for Object Type BUS20999 : Financing Contract
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIEH_STATUS_READ CALL FUNCTION 'FIEH_STATUS_READ' EXPORTING ID_COMPONENT = OBJECT-KEY-COMPONENT ID_BUKRS = OBJECT-KEY-BUKRS ID_OBJID = LD_OBJID ID_SUBID = OBJECT-KEY-SUBID * ID_REFRESH = ' ' IMPORTING ED_ERROR_FLAG = LD_ERROR.
FIEH_METHODS_CALL CALL FUNCTION 'FIEH_METHODS_CALL' EXPORTING ID_COMPONENT = OBJECT-KEY-COMPONENT ID_BUKRS = OBJECT-KEY-BUKRS ID_OBJID = LD_OBJID ID_SUBID = OBJECT-KEY-SUBID ID_OBJECTID = OBJECT-KEY-OBJECTID.
FIEH_STATUS_READ CALL FUNCTION 'FIEH_STATUS_READ' EXPORTING ID_COMPONENT = OBJECT-KEY-COMPONENT ID_BUKRS = OBJECT-KEY-BUKRS ID_OBJID = LD_OBJID ID_SUBID = OBJECT-KEY-SUBID IMPORTING ED_ERROR_FLAG = LD_ERROR_FLAG TABLES TE_STATUS = LT_STATUS_VB.
FIEH_STATUS_SAVE CALL FUNCTION 'FIEH_STATUS_SAVE' IN UPDATE TASK TABLES TI_STATUS = LT_STATUS_VB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REXCEPTHAND - Program for Object Type BUS20999 : Financing Contract REXCEPTHAND - Program for Object Type BUS20999 : Financing Contract REW_RELATIONS_CORRECTION - Program for Correcting Object Links REW_RELATIONS_CORRECTION - Program for Correcting Object Links REWW_RSWIOINS - Hierarchical List of Work Items for an Object REWW_RSWIOINS - Hierarchical List of Work Items for an Object