SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Dictionary Maintenance(BC-DWB-DIC-ED) SAP BC

MSDXXBAS_FORMS1 SAP ABAP INCLUDE - MSDXXBASFORMS1







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


INCLUDES used within this REPORT MSDXXBAS_FORMS1

No INCLUDES are used within this REPORT code!


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:

SET_DD_STATUS CALL FUNCTION 'SET_DD_STATUS' EXPORTING eutype = rsdxx-eutype class = fct = fct_mod dyn_text = cua_dyntext objname = concname modass = clm_extend_mode TABLES fctab = fctab.

SET_DD_GUI_STATUS CALL FUNCTION 'SET_DD_GUI_STATUS' EXPORTING eutype = rsdxx-eutype class = objname = concname " für den Titel fct = 'T' dynnr = sy-dynnr TABLES fctab = fctab.

SET_DD_GUI_STATUS CALL FUNCTION 'SET_DD_GUI_STATUS' EXPORTING eutype = rsdxx-eutype class = objname = concname fct = fct_mod dynnr = sy-dynnr dyn_text = cua_dyntext TABLES fctab = fctab.

SET_DD_GUI_STATUS CALL FUNCTION 'SET_DD_GUI_STATUS' EXPORTING eutype = rsdxx-eutype class = objname = concname fct = fct_mod dynnr = sy-dynnr TABLES fctab = fctab.

DD_INTERN_STATE_EXPORT CALL FUNCTION 'DD_INTERN_STATE_EXPORT' EXPORTING rsdxx_wa = rsdxx t002t_sptxt = t002t-sptxt modified = show_mdf_txt tc_editable = f_tc_editable devc_text = tdevct-ctext.

RS_DD_CHECK_PACKAGE_OBJ CALL FUNCTION 'RS_DD_CHECK_PACKAGE_OBJ' EXPORTING i_wb_manager = ddic_instance->if_wb_program~wb_manager i_objname = rsdxx-objname i_tadir_type = rsdxx-trobjtype i_check_newest_version = flag IMPORTING e_wb_todo_request = l_wb_todo_request EXCEPTIONS internal_error = 1 OTHERS = 2.



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