SAP Reports / Programs

SAPMSD28 SAP ABAP dialog Program - DD: Aggregate: Sel. cond. for MC ID







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


Text pool values


Title: DD: Aggregate: Sel. cond. for MC ID
Text Symbol: T00 = Exit editing
Text Symbol: B02 = terminating editing?
Text Symbol: B01 = Save before
Text Symbol: 003 = Exit MC restriction
Text Symbol: 002 = Exit selection condition
001 MC Field Table Field Name Type Length Key


INCLUDES used within this REPORT SAPMSD28

INCLUDE RADBTMAC.
INCLUDE MSD2XINC.
INCLUDE MSD2XUDA.
INCLUDE MSD23DIA.
INCLUDE MSD2XF01.


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_MIBT_GET call function 'DD_MIBT_GET' exporting get_state = 'M' mcid_name = rsd2x-mcid mco_name = rsd2x-mconame importing got_state = gotstate tables dd21v_tab_a = dd21v_tab_a dd21v_tab_n = dd21v_tab exceptions illegal_state = 1 others = 2.

DD_VIFD_GET call function 'DD_VIFD_GET' "EB04 exporting get_state = 'A' view_name = mco_agg_name withtext = 'X' tables dd27p_tab_a = dd27p_tab exceptions illegal_value = 1 others = 2.

DD_VISC_GET call function 'DD_VISC_GET' exporting get_state = g28_state view_name = rsd2x-condname importing got_state = got_state tables dd28v_tab_a = dd28v_dummy_tab dd28v_tab_n = dd28v_tab exceptions others = 1.

DD_VISC_PUT call function 'DD_VISC_PUT' exporting view_name = rsd2x-condname tables dd28v_tab = dd28v_tab exceptions db_access_failure = 1 illegal_value = 2 others = 3.

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.

INTERN_LIST_DIALOG call function 'INTERN_LIST_DIALOG' exporting listtype = '2' objname = tabname fct = 'S' malangu = sy-langu * IMPORTING * SELOBJNAME = * FCODE = tables selobj_tab = fieldnames exceptions not_executed = 01 invalid_parameter = 02 object_not_found = 03.



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