RBUS2142 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 RBUS2142 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 BUS2127: REM Backflush
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_REPMANCONF1_EXIST_CHK CALL FUNCTION 'BAPI_REPMANCONF1_EXIST_CHK' EXPORTING CONFIRMATION = OBJECT-KEY-CONFIRMATION IMPORTING RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_REPMANCONF1_CANCEL CALL FUNCTION 'BAPI_REPMANCONF1_CANCEL' EXPORTING CANC_PDCOLLNR = CANCPDCOLLNR POSTDATE = POSTDATE CONFIRMATION = OBJECT-KEY-CONFIRMATION IMPORTING CANCCONFIRMATION = CANCCONFIRMATION RETURN = RETURN EXCEPTIONS OTHERS = 01.
BAPI_REPMANCONF1_CREATE_MTO CALL FUNCTION 'BAPI_REPMANCONF1_CREATE_MTO' EXPORTING BFLUSHFLAGS = BFLUSHFLAGS BFLUSHDATAGEN = BFLUSHDATAGEN BFLUSHDATAMTO = BFLUSHDATAMTO IMPORTING CONFIRMATION = OBJECT-KEY-CONFIRMATION RETURN = RETURN TABLES SERIALNR = SERIALNR GOODSMOVEMENTS = GOODSMOVEMENTS EXCEPTIONS OTHERS = 01.
BAPI_REPMANCONF1_CREATE_MTP CALL FUNCTION 'BAPI_REPMANCONF1_CREATE_MTP' EXPORTING BFLUSHFLAGS = BFLUSHFLAGS BFLUSHDATAGEN = BFLUSHDATAGEN BFLUSHDATAMTP = BFLUSHDATAMTP IMPORTING CONFIRMATION = OBJECT-KEY-CONFIRMATION RETURN = RETURN TABLES SERIALNR = SERIALNR GOODSMOVEMENTS = GOODSMOVEMENTS EXCEPTIONS OTHERS = 01.
BAPI_REPMANCONF1_CREATE_MTS CALL FUNCTION 'BAPI_REPMANCONF1_CREATE_MTS' EXPORTING BFLUSHFLAGS = BFLUSHFLAGS BFLUSHDATAGEN = BFLUSHDATAGEN BFLUSHDATAMTS = BFLUSHDATAMTS IMPORTING CONFIRMATION = OBJECT-KEY-CONFIRMATION RETURN = RETURN TABLES SERIALNR = SERIALNR GOODSMOVEMENTS = GOODSMOVEMENTS EXCEPTIONS OTHERS = 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.
RBUS2142 - Program for Object Type BUS2127: REM Backflush RBUS2142 - Program for Object Type BUS2127: REM Backflush RBUS2140 - Program for Object Type BUS2140 : Travel Expense Document RBUS2140 - Program for Object Type BUS2140 : Travel Expense Document RBUS2137 - Program for object type BUS2137 : Template RBUS2137 - Program for object type BUS2137 : Template