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

CNV_TDMS_HCM_GEN_FORMS SAP ABAP INCLUDE - TDMS4HCM: General Transfer FORM routines







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


Text pool values


Title: TDMS4HCM: General Transfer FORM routines


INCLUDES used within this REPORT CNV_TDMS_HCM_GEN_FORMS

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' EXPORTING packid = gv_packid IMPORTING project = gv_project subproject = gv_subproject EXCEPTIONS packid_does_not_exist = 1 OTHERS = 2.

CNV_MBT_PC_ACTPARAMS_GET CALL FUNCTION 'CNV_MBT_PC_ACTPARAMS_GET' DESTINATION gv_cnvmbtdest_cnt EXPORTING packid = gv_packid activity_id = p_activity variant = 'TRANSFER' TABLES t_ex_act_params = gt_actparams EXCEPTIONS communication_failure = 1 MESSAGE gv_message system_failure = 2 MESSAGE gv_message no_actparams = 3 OTHERS = 4.

CNV_MBT_PC_ACTPARAMS_SET CALL FUNCTION 'CNV_MBT_PC_ACTPARAMS_SET' DESTINATION gv_cnvmbtdest_cnt EXPORTING packid = gv_packid activity_id = gv_act_id variant = 'TRANSFER' TABLES t_im_act_rsparams = gt_seltab EXCEPTIONS communication_failure = 1 MESSAGE gv_message system_failure = 2 MESSAGE gv_message modify_actparams_error = 3 calling_of_function_error = 4 delete_actparams_error = 5 OTHERS = 6.

CNV_MBT_L_STATE_INSERT CALL FUNCTION 'CNV_MBT_L_STATE_INSERT' EXPORTING im_packid = gv_packid im_phase = gv_phase im_activity = gv_act_id * IM_EXEC_NUM = im_only_initial = gc_yes EXCEPTIONS insert_failed = 1 connection_failed = 2 OTHERS = 3.

CNV_TDMS_HCM_CHECK_PROD_CNT CALL FUNCTION 'CNV_TDMS_HCM_CHECK_PROD_CNT' DESTINATION gv_cnvmbtdest_cnt EXPORTING im_packid = gv_packid IMPORTING ex_message = gs_message EXCEPTIONS communication_failure = 1 MESSAGE gv_message system_failure = 2 MESSAGE gv_message productive = 3 OTHERS = 4.

RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = p_dest EXCEPTIONS destination_not_open = 1 OTHERS = 2.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' DESTINATION p_exec_dest EXPORTING packid = gv_packid exec_target = p_target all_as_table = space none_at_local_dest = space IMPORTING destination_id = p_dest EXCEPTIONS communication_failure = 1 MESSAGE gv_message system_failure = 2 MESSAGE gv_message no_destinations_for_packid = 2 no_specific_destination_type = 3 get_system_info_failure = 4 rfc_failure = 5 system_info_has_changed = 6 login_not_possible = 7 OTHERS = 8.

CNV_MBT_L_STATE_INSERT CALL FUNCTION 'CNV_MBT_L_STATE_INSERT' EXPORTING im_packid = gv_packid im_phase = gv_phase im_activity = gv_act_id im_only_initial = gc_yes EXCEPTIONS insert_failed = 1 connection_failed = 2 OTHERS = 3.

CNV_MBT_RFC_COPY_DEST_FOR_HCM CALL FUNCTION 'CNV_MBT_RFC_COPY_DEST_FOR_HCM' DESTINATION gv_cnvmbtdest_cnt EXPORTING ip_packid = gv_packid EXCEPTIONS copy_dest_error = 1 pack_and_dest_do_not_match = 2 sender_dest_not_found = 3 communication_failure = 4 MESSAGE gv_message system_failure = 5 MESSAGE gv_message OTHERS = 6.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = gv_report variant = gv_variant IMPORTING r_c = gv_subrc.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = gv_report TABLES selection_table = gt_seltab.

CNV_TDMS_HCM_SET_TIMESTAMPS CALL FUNCTION 'CNV_TDMS_HCM_SET_TIMESTAMPS' DESTINATION gv_cnvmbtdest_cnt EXPORTING im_packid = p_pack im_timestamp_function = p_tfunc EXCEPTIONS communication_failure = 1 MESSAGE gv_message system_failure = 2 MESSAGE gv_message OTHERS = 3.



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