SCMA_CHECK_VARIANT_VALUES 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 SCMA_CHECK_VARIANT_VALUES 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_ABAP = ABAP-List
Selection Text: P_ALL_R = All Variants
Selection Text: P_ALL_V = All Variant Values
Selection Text: P_ALV = ALV-Output
Selection Text: P_SCMA = Task List
Selection Text: P_TVARV = Only TVARV-Values
Selection Text: P_WF = Only Workflow Variants
Title: Report SCMA_CHECK_VARIANT_VALUES
Text Symbol: 001 = Choose variable values
Text Symbol: 002 = Choose variants
Text Symbol: 003 = Outputlist
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SM_TVARV_GET_ALL_WF_TASKS CALL FUNCTION 'SM_TVARV_GET_ALL_WF_TASKS' EXPORTING WF_ID = ld_witem TABLES REPORTS = gt_vari.
RS_VARIANT_VALUES_TECH_DATA CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' EXPORTING REPORT = ls_out-REPORT VARIANT = ls_out-VARIANT MOVE_OR_WRITE = 'M' TABLES VARIANT_VALUES = LT_VALUES EXCEPTIONS VARIANT_NON_EXISTENT = 1 VARIANT_OBSOLETE = 2 OTHERS = 3.
RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING REPORT = ls_out-report VARIANT = ls_out-variant EXCEPTIONS NOT_AUTHORIZED = 1 NO_REPORT = 2 REPORT_NOT_EXISTENT = 3 REPORT_NOT_SUPPLIED = 4 OTHERS = 5.
RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING REPORT = ls_out-report VARIANT = ls_out-variant TABLES L_PARAMS = lt_params VALUTAB = lt_valutab EXCEPTIONS VARIANT_NON_EXISTENT = 1 VARIANT_OBSOLETE = 2 OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING IS_LAYOUT = ls_layout IT_FIELDCAT = gt_fieldcat TABLES T_OUTTAB = gt_out EXCEPTIONS PROGRAM_ERROR = 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.
SCMA_CHECK_VARIANT_VALUES - Report SCMA_CHECK_VARIANT_VALUES SCMA_CHECK_VARIANT_VALUES - Report SCMA_CHECK_VARIANT_VALUES SCMA_CHECK_SCMATREE - Analysis of Inconsistencies in Table SCMATREE (SAP Note 562904) SCMA_CHECK_SCMATREE - Analysis of Inconsistencies in Table SCMATREE (SAP Note 562904) SCMAMAIL - Schedule Manager: Send Information Mail SCMAMAIL - Schedule Manager: Send Information Mail