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

CNV_TDMS_HCM_DEFINE_PROJ_SCRAM SAP ABAP Report - TDMS4HCM: Define Scramble on Project or Subproject level







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_TDMS_HCM_SCRAM - Scramble maintainance (Sub-)Projekt


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_HCM_DEFINE_PROJ_SCRAM. "Basic submit
SUBMIT CNV_TDMS_HCM_DEFINE_PROJ_SCRAM AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_HCM_DEFINE_PROJ_SCRAM 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_LP = Project
Selection Text: P_LS = Subproject
Selection Text: P_PROJ = D Project
Selection Text: P_SENDER = RFC Destination Sender
Selection Text: P_SPRO = D Subproject
Title: TDMS4HCM: Define Scramble on Project or Subproject level
Text Symbol: CPY = copy from other Project
Text Symbol: LVL = Maintenance level
Text Symbol: MAI = Maintenance
Text Symbol: RUL = Create only Standard Rules
Text Symbol: SSP =


INCLUDES used within this REPORT CNV_TDMS_HCM_DEFINE_PROJ_SCRAM

INCLUDE CNV_MBT_AUTH_MACROS.
INCLUDE CNV_MBT_REG_MACROS .
INCLUDE CNV_TDMS_HCM_GEN_DATA.
INCLUDE CNV_MBT_SM_CONSTANTS .
INCLUDE CNV_MBT_SM_MACROS.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_copy_object text = text-cpy IMPORTING RESULT = btt_cpy EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_change text = text-mai IMPORTING RESULT = maintain EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_create text = text-rul IMPORTING RESULT = rules EXCEPTIONS OTHERS = 0.

CNV_MBT_RFC_TEST CALL FUNCTION 'CNV_MBT_RFC_TEST' EXPORTING destination_id = p_sender EXCEPTIONS rfc_connection_failure = 1 OTHERS = 2.

DOCU_GET CALL FUNCTION 'DOCU_GET' EXPORTING id = 'TX' langu = sy-langu object = 'CNV_TDMS_SCRAM_OVERVW' TABLES line = lt_docu_lines EXCEPTIONS no_docu_on_screen = 1 no_docu_self_def = 2 no_docu_temp = 3 ret_code = 4 OTHERS = 5.

HELP_DOCULINES_SHOW CALL FUNCTION 'HELP_DOCULINES_SHOW' EXPORTING help_infos = l_help_infos TABLES excludefun = lt_excl helplines = lt_docu_lines.

CNV_TDMS_HCM_CCK_SCRAM_DEF_CNT CALL FUNCTION 'CNV_TDMS_HCM_CCK_SCRAM_DEF_CNT' EXPORTING i_project = p_proj i_subproject = p_spro i_proc_type = space i_pack_id = space * { C5074340 20090629 * i_rfc_4_scdb = p_sender i_rfc_4_scdb = lv_control * C5074340 20090629 } i_rfc_4_snd = p_sender IMPORTING ex_message = gs_message CHANGING it_global_def_code = gt_global_def_code EXCEPTIONS endless_loop = 1 cd_generation_error = 2 fd_generation_error = 3 scrl_generation_error = 4 OTHERS = 5.



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