RIXPRA10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for
If you would like to execute this report or see the full code listing simply enter RIXPRA10 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: LP_LIST = List of Registration Errors
Selection Text: LP_TEST = Test mode (no DB updates)
Selection Text: LR_EQUNR = D Equipment
Title: Program for Registering Configuration References: EQUI Object
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CUCB_REGISTER_INSTA_OBSERVER CALL FUNCTION 'CUCB_REGISTER_INSTA_OBSERVER' EXPORTING INSTANCE = LT_EQUI-CUOBJ BUSINESS_OBJECT = LS_OBJECT_EQUI importing MARC_REG_NOT_REQUIRED = MARC_REG_NOT_REQUIRED EXCEPTIONS INSTANCE_NOT_FOUND = 1 ALREADY_REGISTERED = 2 INSTANCE_IS_A_CLASSIFICATION = 3 INSTANCE_LOCKED = 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.
RIXPRA10 - Program for Registering Configuration References: EQUI Object RIXPRA10 - Program for Registering Configuration References: EQUI Object RIXPRA08 - XPRA for filling table IMPH. This table is new in 4.6A. RIXPRA08 - XPRA for filling table IMPH. This table is new in 4.6A. RIXPRA07 - XPRA for Filling a Search Help Field in Upper Case: Table IRLOTX RIXPRA07 - XPRA for Filling a Search Help Field in Upper Case: Table IRLOTX