SAP Reports / Programs | Distributor-Reseller-Management | Industry Solution High Tech | Distributor-Reseller-Management(IS-HT-DRM) SAP IS

/SAPHT/RDRM_CNTCND_MSF01 SAP ABAP INCLUDE - Include /SAPHT/RDRM_INVRPT_MSF01







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


Text pool values


Title: Include /SAPHT/RDRM_INVRPT_MSF01


INCLUDES used within this REPORT /SAPHT/RDRM_CNTCND_MSF01

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING * I_BUFFER_ACTIVE = i_structure_name = '/SAPHT/DRMS_CNTCND_DSP' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = 'X' CHANGING ct_fieldcat = p_fieldcatalog EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_CUSTOMER' * TEXT = ' ' * INFO = ' ' add_stdinf = ' ' IMPORTING result = l_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_HEADER' * TEXT = ' ' * INFO = ' ' add_stdinf = ' ' IMPORTING result = l_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_POSITION' * TEXT = ' ' * INFO = ' ' add_stdinf = ' ' IMPORTING result = l_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3 .

/SAPHT/DRM_PARTNERFN_GET CALL FUNCTION '/SAPHT/DRM_PARTNERFN_GET' EXPORTING iv_endcusttype = c_trackpart IMPORTING ev_parvw = l_parvw * TABLES * ET_PARVW = * IT_ENDCUSTTYPE = EXCEPTIONS partner_function_notfound = 1 * OTHERS = 2 .

EDI_PARTNER_APPL_READ_OUT CALL FUNCTION 'EDI_PARTNER_APPL_READ_OUT' EXPORTING rec_edk13 = l_edk13 IMPORTING rec_edp13 = l_edp13 EXCEPTIONS partner_is_inactive = 1 partner_is_template = 2 partner_not_found = 3 OTHERS = 4.

/SAPHT/IDOC_OUTPUT_CNTCND CALL FUNCTION '/SAPHT/IDOC_OUTPUT_CNTCND' EXPORTING object = l_object control_record_in = l_mast_edidc IMPORTING object_type = l_objtype control_record_out = l_mast_edidc TABLES int_edidd = lt_edidd EXCEPTIONS error_message_received = 1 OTHERS = 2.

MGV_ALE_ADD_EXTERNAL_MATNR CALL FUNCTION 'MGV_ALE_ADD_EXTERNAL_MATNR' TABLES idoc_data = lt_edidd CHANGING idoc_header = l_mast_edidc.

MASTER_IDOC_DISTRIBUTE CALL FUNCTION 'MASTER_IDOC_DISTRIBUTE' EXPORTING master_idoc_control = l_mast_edidc obj_type = l_objtype * CHNUM = '' TABLES communication_idoc_control = lt_edidc master_idoc_data = lt_edidd EXCEPTIONS error_in_idoc_control = 1 error_writing_idoc_status = 2 error_in_idoc_data = 3 sending_logical_system_unknown = 4 OTHERS = 5 .

/SAPHT/DRM_APPLOG_CREATE CALL FUNCTION '/SAPHT/DRM_APPLOG_CREATE' EXPORTING i_object = c_applog_object i_subobject = c_applog_subobj_idocproc i_recordno = 0 i_tabname = 'NOCONTEXT' * I_EXTERNALNO = * I_EXPDATE = IMPORTING e_loghandle = g_loghandle EXCEPTIONS create_failed = 1 OTHERS = 2 .

/SAPHT/DRM_APPLOG_DISPLAY CALL FUNCTION '/SAPHT/DRM_APPLOG_DISPLAY' EXPORTING i_loghandles = lt_loghandles i_title = 'Processing Log'(001) * I_ROOT_TEXT = i_col_text = 'Agreement Number'(002) * I_DISPLAY_PROFILE = * I_HEADER = ' ' .

/SAPHT/DRM_APPLOG_MSG_ADD CALL FUNCTION '/SAPHT/DRM_APPLOG_MSG_ADD' EXPORTING i_loghandle = g_loghandle i_errortab = lt_err i_tabname = '/SAPHT/DRMS_LOGCONTEXT' i_recordno = l_recno.

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING p_submit_info = l_submit_info EXCEPTIONS OTHERS = 1.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = l_gui_status_sel_screen TABLES p_exclude = lt_exclude EXCEPTIONS OTHERS = 1.

RV_HELP CALL FUNCTION 'RV_HELP' EXPORTING * DESCRIPTION_IN = ' ' field_in = uv_auart * KEY = ' ' * KEY2 = ' ' * KEY3 = ' ' key4 = '4' * KEY5 = ' ' number = '008' * TRTYP = 'V' IMPORTING * DESCRIPTION = field = uv_auart .



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 /SAPHT/RDRM_CNTCND_MSF01 or its description.