SAP Reports / Programs | Logistics - General | Batches(LO-BM) SAP LO

RVBWSUOM_FORM SAP ABAP INCLUDE - RVBWSUOMFORM







RVBWSUOM_FORM 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 RVBWSUOM_FORM into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RVBWSUOM_FORM. "Basic submit
SUBMIT RVBWSUOM_FORM AND RETURN. "Return to original report after report execution complete
SUBMIT RVBWSUOM_FORM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RVBWSUOM_FORM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = G_VARIANT I_SAVE = G_SAVE I_TABNAME_HEADER = G_TABNAME_HEADER I_TABNAME_ITEM = G_TABNAME_ITEM IMPORTING E_EXIT = G_EXIT ES_VARIANT = GX_VARIANT EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = G_SAVE CHANGING CS_VARIANT = GX_VARIANT.

FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING DECIM = VALUE_TAB-ANZDZ INPUT = VALUE_TAB-ATFLV IMPORTING FLSTR = VALUE_CHAR EXCEPTIONS OTHERS = 1.

VBWS_VALUE_CHECK CALL FUNCTION 'VBWS_VALUE_CHECK' EXPORTING I_VALUE = VALUE_TAB-ATFLV I_ATINN = VALUE_TAB-ATINN I_MSEHI = UOM_TAB-MSEHI I_MEINH = UOM_TAB-MEINH I_MEINS = UOM_TAB-MEINS I_ATWRT = L_ATWRT I_CHECK_USE_OF_UOM = ' ' IMPORTING O_ZAEHLER = UMREZ O_NENNER = UMREN EXCEPTIONS VALUE_NOT_VALID = 1 IMPROPER_INPUT_PARAMETERS = 2 NO_UNIT = 3 MATERIAL_NOT_FOUND = 4 CONVERSION_NOT_FOUND = 5 INPUT_LE_ZERO = 6 MSEHI_NOT_DEFINED = 7 MEINH_NOT_DEFINED = 8 CONVERSION_NOT_ALLOWED = 9 OTHERS = 10.

VBWS_GET_VALUE_FROM_FACTORS CALL FUNCTION 'VBWS_GET_VALUE_FROM_FACTORS' EXPORTING I_UMREN = UOM_TAB-UMREN I_UMREZ = UOM_TAB-UMREZ I_MSEHI = UOM_TAB-MSEHI I_MEINH = UOM_TAB-MEINH I_MEINS = UOM_TAB-MEINS IMPORTING OUTPUT_VALUE = VALUE_F EXCEPTIONS CONVERSION_NOT_FOUND = 1 OUTPUT_LE_ZERO = 2 MSEHI_NOT_DEFINED = 3 MEINH_NOT_DEFINED = 4 CONVERSION_NOT_ALLOWED = 5 OTHERS = 6.

FLTP_CHAR_CONVERSION CALL FUNCTION 'FLTP_CHAR_CONVERSION' EXPORTING DECIM = VALUE_TAB-ANZDZ INPUT = VALUE_F IMPORTING FLSTR = VALUE_CHAR EXCEPTIONS OTHERS = 1.

CHAR_FLTP_CONVERSION CALL FUNCTION 'CHAR_FLTP_CONVERSION' EXPORTING STRING = VALUE_CHAR IMPORTING FLSTR = L_VALUE_F EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_LUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LUNIT_OUTPUT' EXPORTING INPUT = P_UNIT IMPORTING OUTPUT = P_MSEH6 EXCEPTIONS UNIT_NOT_FOUND = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING ET_FIELDCAT = L_ALV_FIELDCAT ET_SORT = L_ALV_SORT ET_FILTER = L_ALV_FILTER ES_LIST_SCROLL = L_ALV_LIST_SCROLL EXCEPTIONS OTHERS = 0.

REUSE_ALV_LIST_LAYOUT_INFO_SET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_SET' EXPORTING IT_FIELDCAT = L_ALV_FIELDCAT IT_SORT = L_ALV_SORT IT_FILTER = L_ALV_FILTER IS_LIST_SCROLL = L_ALV_LIST_SCROLL.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RVBWSUOM_FORM or its description.