SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Activation Program, Conversion Program, DB Utility, MC, SPDD(BC-DWB-DIC-AC) SAP BC

SAPMSD24 SAP ABAP dialog Program - ABAP Dictionary: Aggregate: Fields for Matchcode ID







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


Text pool values


Title: ABAP Dictionary: Aggregate: Fields for Matchcode ID
Text Symbol: T00 = Exit editing
Text Symbol: B02 = terminating editing?
Text Symbol: B01 = Save before
Text Symbol: 003 = Table
Text Symbol: 002 = Save changes first?
Text Symbol: 001 = Exit field maintenance
001 MC Field Type Length L Table Field


INCLUDES used within this REPORT SAPMSD24

INCLUDE MSD2XINC.
INCLUDE RDDMCOD1.


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:

DD_MCID_GET CALL FUNCTION 'DD_MCID_GET' EXPORTING GET_STATE = MCID_GET_STATE MCO_NAME = MCONAME MCID_NAME = MCID IMPORTING GOT_STATE = MCID_GOT_STATE TABLES DD21V_TAB_N = DD21V_TAB DD24V_TAB_N = DD24V_TAB EXCEPTIONS OTHERS = 1.

DD_VIFD_GET CALL FUNCTION 'DD_VIFD_GET' EXPORTING GET_STATE = 'A' VIEW_NAME = VIEW_NAME IMPORTING GOT_STATE = VIFD_GOT_STATE TABLES DD27P_TAB_A = FIELD_TAB EXCEPTIONS OTHERS = 1.

DD_MCID_PUT CALL FUNCTION 'DD_MCID_PUT' EXPORTING CTRL_MCID_PUT = CTRL_MCID_PUT MCO_NAME = RSD2X-MCONAME MCID_NAME = RSD2X-MCID DD23V_WA = DD23V TABLES DD24V_TAB = DD24V_TAB EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'J' TEXTLINE1 = TEXT-B01 TEXTLINE2 = TEXT-B02 TITEL = TEXT-T00 IMPORTING ANSWER = CQ_ANSWER.



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