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

/SAPHT/RDRM_AGR_RECONF01 SAP ABAP INCLUDE - Include /SAPHT/RDRM_AGR_RECONF01







/SAPHT/RDRM_AGR_RECONF01 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_AGR_RECONF01 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_AGR_RECONF01. "Basic submit
SUBMIT /SAPHT/RDRM_AGR_RECONF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPHT/RDRM_AGR_RECONF01 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_AGR_RECONF01


INCLUDES used within this REPORT /SAPHT/RDRM_AGR_RECONF01

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:

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 = 'STATUS_SELSCREEN' TABLES p_exclude = lt_exclude EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPHT/DRMAGRWL' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'TTXID' CHANGING ct_fieldcat = gt_fieldcat_lvc[].

CONVERT_STREAM_TO_ITF_TEXT CALL FUNCTION 'CONVERT_STREAM_TO_ITF_TEXT' TABLES text_stream = gt_text_table itf_text = tlinetab.

READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = g_id language = sy-langu name = l_wlno object = c_agrnegot IMPORTING header = wa_thead TABLES lines = lt_tlinetab EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.

/SAPHT/DRM_APPLOG_MSG_REFRESH CALL FUNCTION '/SAPHT/DRM_APPLOG_MSG_REFRESH' EXPORTING i_loghandle = gt_worklist-loghandle EXCEPTIONS event_failed = 1 log_not_found = 2 OTHERS = 3.

/SAPHT/DRM_APPLOG_MSG_ADD CALL FUNCTION '/SAPHT/DRM_APPLOG_MSG_ADD' EXPORTING i_loghandle = gt_worklist-loghandle i_errortab = lt_wlerror EXCEPTIONS log_not_found = 1 event_failed = 2 OTHERS = 3.

/SAPHT/DRM_APPLOG_DB_SAVE CALL FUNCTION '/SAPHT/DRM_APPLOG_DB_SAVE' EXPORTING i_loghandles = lt_loghandle i_in_update_task = 'X' EXCEPTIONS event_failed = 1 log_not_found_mem = 2 numbering_error = 3 OTHERS = 4.



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