SAP Reports / Programs

SAPMSD20 SAP ABAP dialog Program - Matchcode Object: Attribute







SAPMSD20 is a standard Module pool for a dialog screen ABAP Program 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 SAPMSD20 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OQ49 - Routing matchcode
AD21 - Matchcode maintenance (for IMG)
OVS0 - C SD Matchcodes Product Proposals
OVS1 - SD Matchcodes Materials
OVS2 - C SD Matchcodes Customers
OVS3 - C SD matchcode for contact person
OVS4 - C SD Matchcodes Vendors
OVS5 - C SD Matchcodes Sales Personnel
OIAC - Matchcode notifications
OIEM - Matchcode for Equipment
OILG - Standard Task List Matchcode
OIPM - Matchcode for Functional Locations
OIZ7 - Work Center Matchcode


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


Text pool values


Title: Matchcode Object: Attribute
Text Symbol: T11 = Call Version Management
Text Symbol: T10 = Call Translation
Text Symbol: T00 = Exit editing
Text Symbol: B02 = terminating editing?
Text Symbol: B01 = Save before
Text Symbol: A15 = calling tool?
Text Symbol: A14 = Save before
Text Symbol: A13 = translating?
Text Symbol: A12 = Save before
Text Symbol: A11 = Matchcode object was changed
Text Symbol: 019 = to
Text Symbol: 018 = From
Text Symbol: 017 = Transfer matchcode object
Text Symbol: 016 = Matchcode object
Text Symbol: 014 = There are still MC IDs for MC object $. They will be deleted.
Text Symbol: 013 = Delete matchcode pool
Text Symbol: 012 = Delete matchcode pool $ ?
Text Symbol: 011 = All elements dependent on the primary table will be deleted
Text Symbol: 010 = Change primary table
Text Symbol: 009 = Save changes first?
Text Symbol: 008 = Exit attribute maintenance
Text Symbol: 007 = Edit Next Matchcode Object
Text Symbol: 006 = Save the MC object $ first?
Text Symbol: 005 = Reset MC object $?
Text Symbol: 004 = Reset MC object
Text Symbol: 003 = Delete MC object
Text Symbol: 002 = Delete MC object $?
Text Symbol: 001 = Matchcodes will no longer be supported with the next release. Do you wish to continue?


INCLUDES used within this REPORT SAPMSD20

INCLUDE MSD20DIA.


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_DD_CHECK call function 'RS_DD_CHECK' "Prüffunktion mit Protokollausgabe exporting objname = mco_agg_name objtype = 'M'.

INTERN_LIST_DIALOG call function 'INTERN_LIST_DIALOG' exporting listtype = '5' objname = mco_agg_name fct = fct malangu = rsd2x-language importing fcode = fcode.

RS_DD_ACTIVATE call function 'RS_DD_ACTIVATE' exporting objname = mco_agg_name objtype = 'M'.

DB_COMMIT call function 'DB_COMMIT'. " DB-COMMIT wg CATT-Abläufen

RS_DD_ACTIVATE_INTERN call function 'RS_DD_ACTIVATE_INTERN' exporting objname = mco_agg_name objtype = 'M'.

RS_DD_ACT_PROT call function 'RS_DD_ACT_PROT' exporting objname = rsdeo-objname objtype = 'M' trtype = rsdeo-objtype exceptions invalid_parameter = 1. "#EC * Meldung unterdrücken

RS_NAVIGATION_BREAK call function 'RS_NAVIGATION_BREAK'.

RS_TOOL_ACCESS call function 'RS_TOOL_ACCESS' exporting operation = 'CROSSREF' object_name = rsd2x-mconame object_type = nodetype monitor_activation = 'X' exceptions others = 01.

RS_NAVIGATION_BREAK_RESET call function 'RS_NAVIGATION_BREAK_RESET'.

RS_TASK_OVERVIEW call function 'RS_TASK_OVERVIEW'.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = text-a11 textline1 = text-a12 textline2 = text-a13 titel = text-t10 importing answer = rsd2x-confirmer.

RS_TEXTLOG_TRANSLATION_TOOL call function 'RS_TEXTLOG_TRANSLATION_TOOL' exporting master_language = masterlg transport_key = transp_key exceptions incompatible_method = 01.

RS_DD_PRINT_INTERN call function 'RS_DD_PRINT_INTERN' exporting objname = rsd2x-mconame tadir_type = rsdeo-objtype.

RS_DD_PRINT call function 'RS_DD_PRINT' exporting objname = rsd2x-mconame objtype = 'M'.

RS_DD_DEQUEUE call function 'RS_DD_DEQUEUE' exporting objtype = rsdeo-objtype objname = mco_agg_name.

DD_MOHD_GET call function 'DD_MOHD_GET' exporting mco_name = rsd2x-mconame withtext = 'X' importing dd20v_wa_n = dd20v_wa got_state = rsd2x-state exceptions others = 1.

DD_VIBT_GET call function 'DD_VIBT_GET' exporting get_state = vibt_get_state view_name = view_name importing got_state = vibt_got_state tables dd26v_tab_a = dd26v_tab_a dd26v_tab_n = dd26v_tab_n exceptions others = 1.

POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'Y' diagnosetext1 = text-a11 textline1 = text-a14 textline2 = text-a15 titel = text-t11 importing answer = rsd2x-confirmer.

RS_DD_VERSION





call function 'RS_DD_VERSION' exporting objectname = objectname * SECNAME = objtype = 'M' display = 'X' lock = ' '.

SVRS_AFTER_CHANGED_ONLINE call function 'SVRS_AFTER_CHANGED_ONLINE' exporting client = sy-mandt date = sy-datum e071_entry = e071 mode = 'U' "Temporäre Version time = sy-uzeit user = sy-uname importing version_was_created = version_created.

RS_TREE_OBJECT_PLACEMENT call function 'RS_TREE_OBJECT_PLACEMENT' exporting object = dd20v_wa-mconame operation = 'TEXT' type = t_maco.

DD_MCOB_PUT call function 'DD_MCOB_PUT' exporting ctrl_mcob_put = mc_put_state dd20v_wa = dd20v_wa mco_name = dd20v_wa-mconame tables dd26v_tab = dd26v_tab exceptions others = 1.

RS_TREE_OBJECT_PLACEMENT call function 'RS_TREE_OBJECT_PLACEMENT' exporting object = dd20v_wa-mconame operation = 'INSERT' type = t_maco.

RS_TEXTLOG_CHANGE call function 'RS_TEXTLOG_CHANGE' exporting language = rsd2x-language "Mastersprache transport_key = transp_key tables text = txt_tab.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-001 display_cancel_button = space userdefined_f1_help = 'DDDOK_MATCHCODES' importing answer = answer exceptions others = 1.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting titel = 'Nächstes MC-Objekt bearbeiten'(007) text_before = popup_textline1 text_after = space objectvalue = space importing answer = rsd2x-confirmer.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'J' textline1 = text-b01 textline2 = text-b02 titel = text-t00 importing answer = rsd2x-confirmer.

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting titel = 'Primärtabelle ändern'(010) text_before = 'Alle von der Primärtabelle abhängigen Elemente werden gelöscht.'(011)

DOCU_PRINT call function 'DOCU_PRINT' exporting id = 'NA' object = dokhl-object langu = rsd2x-language form = 'HELP' tables line = dline.

RS_DD_F4_OBJECT call function 'RS_DD_F4_OBJECT' exporting objname = mco_agg_name objtype = 'M' importing selobjname = f4_field.



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