OMIS_CHECK_VTYPE_MAPPING 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 OMIS_CHECK_VTYPE_MAPPING 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: P_BPXX = Budgets (BPXX_VTYPE)
Selection Text: P_COSB = Variances (COSB_VTYPE)
Selection Text: P_COSP = Costs (COSP_VTYPE)
Title: BW Extractors CO-OM: Checks on Mapping Tables for Value Type
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING NAME = 'ABKAT' * LANGU = SY-LANGU * TEXTS_ONLY = ' ' TABLES DD07V_TAB = lt_DD07V EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
OMIS_CHECK_VTYPE_MAPPING - BW Extractors CO-OM: Checks on Mapping Tables for Value Type OMIS_CHECK_VTYPE_MAPPING - BW Extractors CO-OM: Checks on Mapping Tables for Value Type OMBGBNNN - Customer specific logic for Sub/base Prod Determination OLR3_CALL_PDOC - Program OLR3_CALL_PDOC OLR3_CALL_PDOC - Program OLR3_CALL_PDOC OLR3_CALL_PB - Direct Entry to Project Builder for cProjects Object Links