SAP Reports / Programs

SAPMSD27 SAP ABAP dialog Program - ABAP Dictionary: Aggregates: Fields for View, Entity View, MC Object







SAPMSD27 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 SAPMSD27 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 SAPMSD27. "Basic submit
SUBMIT SAPMSD27 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSD27 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: Aggregates: Fields for View, Entity View, MC Object
Text Symbol: 003 = View
Text Symbol: 005 = Exit field selection
Text Symbol: 006 = Save changes first?
Text Symbol: 008 = Entity view
Text Symbol: 009 = Data element
Text Symbol: 010 = Short description
Text Symbol: B01 = Save before
Text Symbol: B02 = terminating editing?
Text Symbol: T00 = Exit editing
001 Fld Name Key Text


INCLUDES used within this REPORT SAPMSD27

INCLUDE RADBTMAC.
INCLUDE MSD2XINC .
INCLUDE RDDMCOD1.
INCLUDE MSD27TOP .
INCLUDE MSD2XPRO.


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_ACTIVE_FRKY_SHOW call function 'RS_DD_ACTIVE_FRKY_SHOW' exporting tabname = rsd2x-viewname fieldname = rsd27_tab-viewfield exceptions object_not_found = 01.

DD_TBFK_GET call function 'DD_TBFK_GET' exporting get_state = 'A' tabl_name = tabname fieldname = dd26v_tab-forfield importing got_state = fk_got_state tables dd08v_tab_a = dd08v_tab dd05m_tab_a = dd05m_tab exceptions others = 1.

DD_VIHD_PUT call function 'DD_VIHD_PUT' exporting dd25v_wa = dd25v prid = 0 put_state = 'N' view_name = dd25v-viewname exceptions db_access_failure = 01 illegal_value = 02 object_inconsistent = 03.

DD_VIFD_PUT call function 'DD_VIFD_PUT' exporting prid = 0 put_state = 'N' view_name = dd25v-viewname tables dd27p_tab = dd27p_tab exceptions db_access_failure = 01 illegal_value = 02.

DD_VIBT_GET call function 'DD_VIBT_GET' exporting get_state = 'M' langu = rsd2x-language 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.

DD_VIFD_GET call function 'DD_VIFD_GET' exporting get_state = 'M' langu = rsd2x-language prid = 0 view_name = rsd2x-viewname withtext = ' ' importing got_state = got_state tables dd27p_tab_a = dd27p_dummy dd27p_tab_n = dd27p_tab exceptions illegal_value = 01.

DD_TBFD_GET call function 'DD_TBFD_GET' exporting get_state = 'A' langu = sy-langu prid = 0 tabl_name = af_tabname withtext = 'X' importing got_state = got_state tables dd03p_tab_a = dd03p_tab dd03p_tab_n = dd03p_tab_n exceptions illegal_value = 1 op_failure = 2 others = 3.

RS_DD_DTEL_EDIT call function 'RS_DD_DTEL_EDIT' exporting objname = objname edit_mode = 'S'.

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.

DOCU_PRINT call function 'DOCU_PRINT' exporting id = 'DE' object = dokhl-object langu = rsd2x-language printer = space tables line = line_tab.



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