RFVIXCO1 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 RFVIXCO1 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: Allocation of CO Object Number To All Objects Still Without One
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_NUMBER_GET_IW CALL FUNCTION 'OBJECT_NUMBER_GET_IW' EXPORTING BUKRS = VIOB01-BUKRS SWENR = VIOB01-SWENR IMPORTING OBJNR = VIOB01-J_OBJNR EXCEPTIONS NUMBER_ALREADY_EXISTS = 01.
OBJECT_NUMBER_GET_IG CALL FUNCTION 'OBJECT_NUMBER_GET_IG' EXPORTING BUKRS = VIOB02-BUKRS SGRNR = VIOB02-SGRNR SWENR = VIOB02-SWENR IMPORTING OBJNR = VIOB02-J_OBJNR EXCEPTIONS NUMBER_ALREADY_EXISTS = 01.
OBJECT_NUMBER_GET_IB CALL FUNCTION 'OBJECT_NUMBER_GET_IB' EXPORTING BUKRS = VIOB03-BUKRS SGENR = VIOB03-SGENR SWENR = VIOB03-SWENR IMPORTING OBJNR = VIOB03-J_OBJNR EXCEPTIONS NUMBER_ALREADY_EXISTS = 01.
OBJECT_NUMBER_GET_IV CALL FUNCTION 'OBJECT_NUMBER_GET_IV' EXPORTING BUKRS = VIMIMV-BUKRS SMENR = VIMIMV-SMENR SMIVE = VIMIMV-SMIVE SWENR = VIMIMV-SWENR IMPORTING OBJNR = VIMIMV-SNKS EXCEPTIONS NUMBER_ALREADY_EXISTS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIXCO1 - Allocation of CO Object Number To All Objects Still Without One RFVIXCO1 - Allocation of CO Object Number To All Objects Still Without One RFVIXCDV - XPRA for changing incorrect change documents (2.22F3/3.0) RFVIXCDV - XPRA for changing incorrect change documents (2.22F3/3.0) RFVIXBEP - XRPA for Inserting Condition Type into VIBEPP RFVIXBEP - XRPA for Inserting Condition Type into VIBEPP