/SAPHT/RDRM_PART_MAP_ERROR 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 /SAPHT/RDRM_PART_MAP_ERROR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/SAPHT/DRMPEMS - Partner Validation Report
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: S_XM_NO = Transmission Number
Selection Text: S_TK = Tracking Partner
Selection Text: S_SORG = Sales Organization
Selection Text: S_DIV = Division
Selection Text: S_DISTC = Distribution Channel
Selection Text: S_DATE = Transmission date
Selection Text: PA_IEC = IntermediateResaleCustomer
Selection Text: PA_EC = EndCustomer
Selection Text: PA_BR = Branch
Title: Validation Report against Reported Partners
Text Symbol: A03 = Transmission Data
Text Symbol: A02 = Partner Data
Text Symbol: A01 = Organizational Data
Text Symbol: 029 = Correct partner reported but mapping missing for Distributor's partner.
Text Symbol: 028 = Percentage Closeness
Text Symbol: 027 = Country
Text Symbol: 026 = Post Code
Text Symbol: 025 = City
Text Symbol: 024 = House Number
Text Symbol: 023 = Street
Text Symbol: 022 = Partner
Text Symbol: 021 = Intermediate Resale Customer
Text Symbol: 020 = Partner Type
Text Symbol: 016 = Display
Text Symbol: 015 = Tracking Partner
Text Symbol: 014 = Error Message in DRM Validation Report
Text Symbol: 013 = Error Message
Text Symbol: 012 = Derived Internal Partner in MS-System
Text Symbol: 011 = Dervd. Internal Ptnr
Text Symbol: 010 = Internal Partner as in MS System
Text Symbol: 009 = Internal Partner
Text Symbol: 008 = External Partner in DR System
Text Symbol: 007 = External Partner
Text Symbol: 006 = Mismatch in reported & derived partner
Text Symbol: 005 = Mapping missing for Distributor's partner
Text Symbol: 004 = Incorrect Partner Reported
Text Symbol: 003 = EC & Branch
Text Symbol: 002 = Branch
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'GT_HEADER' i_bypassing_buffer = 'X' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = g_repid CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'GT_VAL_REPPARTNER' i_bypassing_buffer = 'X' * I_STRUCTURE_NAME = * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = g_repid CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = c_callback_pfstatus i_callback_user_command = c_callback_user_command is_layout = ls_layout it_fieldcat = gt_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_VAL_REPPARTNER' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = l_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = gt_header t_outtab_item = gt_val_reppartner EXCEPTIONS program_error = 1 OTHERS = 2.
/SAPHT/DRM_CORR_MAPPING_ERRORS CALL FUNCTION '/SAPHT/DRM_CORR_MAPPING_ERRORS' EXPORTING i_partner_map_err = l_partner_map_err IMPORTING e_partner_map_err = n_partner_map_err EXCEPTIONS stag_locking_failed = 1 not_able_to_lock_mapping_table = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/SAPHT/RDRM_PART_MAP_ERROR - Validation Report against Reported Partners /SAPHT/RDRM_PART_MAP_ERROR - Validation Report against Reported Partners /SAPHT/RDRM_OUTPUT_PROCESSTOP - global variables, constants for the report /SAPHT/RDRM_OUTPUT_PROCESSF0S - Include /SAPHT/RDRM_OUTPUT_PROCESSF0S /SAPHT/RDRM_OUTPUT_PROCESSF0R - Invoice Receipt Processing /SAPHT/RDRM_OUTPUT_PROCESSF0P - Production Goods Issue Processing