RVBWSFOR is a standard ABAP INCLUDE 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 RVBWSFOR 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: form routines
INCLUDE RVBWSCOR_SELECTION.
INCLUDE RVBWSCOR_CALCULATION.
INCLUDE RVBWSCOR_CLASS.
INCLUDE RVBWSCOR_LEGEND.
INCLUDE RVBWSCOR_OUTPUT.
INCLUDE RVBWSCOR_OUTPUT_ALV.
INCLUDE RVBWSCOR_ERROR_PROTOCOL.
INCLUDE RVBWSCOR_UPDATE.
INCLUDE RVBWSCOR_FCODE_HANDLING.
INCLUDE RVBWSCOR_FCODE_HANDLING_ALV.
INCLUDE RVBWSCOR_OUTPUT_DETAIL.
INCLUDE RVBWSCOR_OUTPUT_DETAIL_ALV.
No SAP DATABASE tables are accessed within this REPORT code!
VBWS_BSKRF_CONVERSION_EXIT_PBO CALL FUNCTION 'VBWS_BSKRF_CONVERSION_EXIT_PBO' EXPORTING INPUT = P_FLOAT IMPORTING OUTPUT = P_STRING EXCEPTIONS FACTOR_INVALID = 1 OTHERS = 2.
CLSE_SELECT_CABN CALL FUNCTION 'CLSE_SELECT_CABN' TABLES IN_CABN = IN_CABN T_CABN = L_CABN EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
CLSE_SELECT_CABNT CALL FUNCTION 'CLSE_SELECT_CABNT' EXPORTING LANGUAGE = SY-LANGU TABLES IN_CABN = IN_CABN T_CABNT = L_CABNT EXCEPTIONS NO_ENTRY_FOUND = 1 OTHERS = 2.
CLSE_SELECT_USR01 CALL FUNCTION 'CLSE_SELECT_USR01' IMPORTING DECIMAL_SIGN = L_DFLAG EXCEPTIONS OTHERS = 1.
CTCV_PREPARE_VALUES_TO_DISPLAY CALL FUNCTION 'CTCV_PREPARE_VALUES_TO_DISPLAY' EXPORTING SINGLE = 'Y' STRING_WITH_BASEUNIT = 'Y' DECIMALPOINT = L_DFLAG * SHIFT = 'RIGHT' STRUCTURE_CABN = L_CABN STRUCTURE_CAWN = L_CAWN IMPORTING STRING = P_STRING EXCEPTIONS OVERFLOW = 1 OTHERS = 2.
TB_MESSAGE_BUILD_TEXT CALL FUNCTION 'TB_MESSAGE_BUILD_TEXT' EXPORTING LANGU = SY-LANGU MSGID = P_MSGID MSGNO = P_MSGNO MSGV1 = P_MSGV1 MSGV2 = P_MSGV2 MSGV3 = P_MSGV3 MSGV4 = P_MSGV4 IMPORTING TEXT = L_TEXT EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RVBWSFOR - form routines RVBWSCQM - Correcting Purchase Order History in Accordance with Inspection Lot RVBWSCQM - Correcting Purchase Order History in Accordance with Inspection Lot RVBWSCPO - Correcting Purch. Ord. Hist. in acc. with Purch. Ord. w/o Inspect. Lot RVBWSCPO - Correcting Purch. Ord. Hist. in acc. with Purch. Ord. w/o Inspect. Lot RVBWSCOR_UPDATE - RVBWSCORUPDATE