SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_SCR_UTILITY_PROGRAM SAP ABAP Report - Scrambling Utility Report







CNV_TDMS_SCR_UTILITY_PROGRAM 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 CNV_TDMS_SCR_UTILITY_PROGRAM 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 CNV_TDMS_SCR_UTILITY_PROGRAM. "Basic submit
SUBMIT CNV_TDMS_SCR_UTILITY_PROGRAM AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_SCR_UTILITY_PROGRAM 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_CLU = Display Cluster data
Selection Text: P_FMID = Get Missing Fmid's
Selection Text: P_MAP = Get Mapping Values
Selection Text: P_PACK = Package No.
Selection Text: P_RULEID = Rule Id
Selection Text: P_SCR = Scrambling Activities
Selection Text: P_STAT = Set Mapping Status
Selection Text: P_STATE = State tec
Selection Text: P_TABLE = Table Name
Selection Text: S_RULE = Rule Id
Title: Scrambling Utility Report
Text Symbol: 001 = Options
Text Symbol: 002 = Display Cluster Data
Text Symbol: 003 = Get Mapping Values
Text Symbol: 004 = Set Mapping Status
Text Symbol: 005 = Package
Text Symbol: 006 = Table:
Text Symbol: 007 = Cluster Id:
Text Symbol: 008 = Missing Final Mapping Id's
Text Symbol: 009 = Mapping Values of Rule:
Text Symbol: 010 = Cluster Id's of Table


INCLUDES used within this REPORT CNV_TDMS_SCR_UTILITY_PROGRAM

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:

CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' DESTINATION gv_dest_to_control EXPORTING packid = p_pack IMPORTING mtid = gv_mtid EXCEPTIONS packid_does_not_exist = 1 OTHERS = 2.

CNV_TDMS_SCR_GET_CONVOBJ CALL FUNCTION 'CNV_TDMS_SCR_GET_CONVOBJ' DESTINATION gv_dest_to_control EXPORTING iv_packid = p_pack iv_tabname = p_table IMPORTING ev_object = gv_object EXCEPTIONS convobj_not_found = 1.

CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = gv_dest_to_control EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.

CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' EXPORTING packid = p_pack IMPORTING project = gv_proj.

CNV_TDMS_SCR_UTILITY_FM CALL FUNCTION 'CNV_TDMS_SCR_UTILITY_FM' EXPORTING iv_packid = p_pack iv_mapping_reset = 'X' iv_state_tec = p_state TABLES it_rule_guids = lt_rule_guids EXCEPTIONS no_state_entries = 1.

CNV_TDMS_SCR_UTILITY_FM CALL FUNCTION 'CNV_TDMS_SCR_UTILITY_FM' DESTINATION gv_dest_to_control EXPORTING iv_packid = p_pack iv_mapping_reset = 'X' iv_state_tec = p_state TABLES it_rule_guids = lt_rule_guids EXCEPTIONS no_state_entries = 1.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'P_RULEID' dynpprog = sy-repid dynpnr = '1000' dynprofield = 'P_RULEID' TABLES value_tab = lt_rule field_tab = lt_fields dynpfld_mapping = lt_mapping EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = p_tabname fieldname = p_fieldname lfieldname = p_fieldname IMPORTING dfies_wa = c_field_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CNV_TDMS_SCR_UTILITY_FM * CALL FUNCTION 'CNV_TDMS_SCR_UTILITY_FM' * DESTINATION gv_dest_to_control * EXPORTING * iv_packid = p_pack * iv_act_status = 'X' * TABLES * it_state = lt_state.



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