SAP Reports / Programs | Cross-Application Components | General Application Functions | Schedule Manager(CA-GTF-SCM) SAP CA

SCMA_CHECK_VARIANT_VALUES SAP ABAP Report - Report SCMA_CHECK_VARIANT_VALUES







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


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 SCMA_CHECK_VARIANT_VALUES. "Basic submit
SUBMIT SCMA_CHECK_VARIANT_VALUES AND RETURN. "Return to original report after report execution complete
SUBMIT SCMA_CHECK_VARIANT_VALUES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT SCMA_CHECK_VARIANT_VALUES

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:

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.



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 SCMA_CHECK_VARIANT_VALUES or its description.