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

SAPMSD26 SAP ABAP dialog Program - DD:Aggregate: Base tables for MC object







SAPMSD26 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 SAPMSD26 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 SAPMSD26. "Basic submit
SUBMIT SAPMSD26 AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMSD26 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: Base tables for MC object
Text Symbol: 701 = Dependent on
Text Symbol: 702 = Check field
Text Symbol: 705 = Cross-referenced by
Text Symbol: B01 = Save before
Text Symbol: B02 = terminating editing?
Text Symbol: T00 = Exit editing
Text Symbol: 001 = Matchcode object
Text Symbol: 002 = Lock object
Text Symbol: 003 = View
Text Symbol: 008 = Entity view
Text Symbol: 022 = Foreign key fields
Text Symbol: 100 = Table
Text Symbol: 101 = Field name


INCLUDES used within this REPORT SAPMSD26

INCLUDE MSD2XINC.
INCLUDE MSD2XUDA.
INCLUDE MSD2XDIA."IST FÜR DIE NAVIGATION ZWISCHEN TEILOBJEKTEN NOTWENDIG
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:

RS_DD_ACTIVE_FRKY_SHOW CALL FUNCTION 'RS_DD_ACTIVE_FRKY_SHOW' EXPORTING TABNAME = RSD26_TAB-TABNAME FIELDNAME = RSD26_TAB-FIELDNAME.

DD_TBFK_GET CALL FUNCTION 'DD_TBFK_GET' EXPORTING FIELDNAME = G05_FIELDNAME GET_STATE = 'A' LANGU = RSD2X-LANGUAGE TABL_NAME = G05_TABNAME WITHTEXT = 'X' IMPORTING GOT_STATE = STATE TABLES DD05M_TAB_A = DD05M_TAB EXCEPTIONS ILLEGAL_VALUE = 01.

DD_VIBT_GET CALL FUNCTION 'DD_VIBT_GET' EXPORTING GET_STATE = 'M' VIEW_NAME = RSD2X-VIEWNAME IMPORTING GOT_STATE = GOT_STATE TABLES DD26V_TAB_A = DD26V_TAB_A DD26V_TAB_N = DD26V_TAB_N EXCEPTIONS OTHERS = 1.

DD_VIBT_PUT CALL FUNCTION 'DD_VIBT_PUT' EXPORTING PRID = 0 PUT_STATE = 'N' VIEW_NAME = DD25V-VIEWNAME TABLES DD26V_TAB = DD26V_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 = CB_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 SAPMSD26 or its description.