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
Below is a list of transaction codes which are relevant to this SAP report
CNV_TDMS_HCM_SCRAM - Scramble maintainance (Sub-)Projekt
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_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 =
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.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_TDMS_HCM_DEFINE_PROJ_SCRAM - TDMS4HCM: Define Scramble on Project or Subproject level CNV_TDMS_HCM_DEFINE_PROJ_SCRAM - TDMS4HCM: Define Scramble on Project or Subproject level CNV_TDMS_HCM_DEFINE_MOLGA - TDMS4HCM: Define Molga CNV_TDMS_HCM_DEFINE_MOLGA - TDMS4HCM: Define Molga CNV_TDMS_HCM_CUSTOMISING - TDMS4HCM: Program to control calls to customising CNV_TDMS_HCM_CUSTOMISING - TDMS4HCM: Program to control calls to customising