SAP Reports / Programs | Basis Components | Basis Components | Implementation Guide(BC-CUS-TOL-IMG) SAP BC

MDSYSFXX SAP ABAP INCLUDE - documentation and ABAP source code







MDSYSFXX 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 MDSYSFXX 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 MDSYSFXX. "Basic submit
SUBMIT MDSYSFXX AND RETURN. "Return to original report after report execution complete
SUBMIT MDSYSFXX 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 MDSYSFXX

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:

DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING OUTLINE = SHOW_OUTLINE DOKLANGU = SY-LANGU DOKCLASS = SHOW_DOKCLASS DOKNAME = SHOW_DOKNAME.

OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING FORM = 'HELP' DEVICE = 'SCREEN' MEMORY = MEMORY_ID-KEY.

WRITE_FORM_LINES CALL FUNCTION 'WRITE_FORM_LINES' EXPORTING HEADER = HEADER TABLES LINES = LLINES.

CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING PAGES = PAGES.

DOCU_GET CALL FUNCTION 'DOCU_GET' "muench EXPORTING "muench * EXTEND_EXCEPT = E01 "muench ID = 'HY' "muench LANGU = SY-LANGU "muench OBJECT = OBJECT "muench TYP = 'E' "muench VERSION = VERSION "muench * VERSION_ACTIVE_OR_LAST = E07 "muench IMPORTING "muench * DOKTITLE = TITLE "muench * DOKSTATE = I01 "muench HEAD = HEADER "muench TABLES "muench LINE = LLINES. "muench

DSYS_READ * CALL FUNCTION 'DSYS_READ' * EXPORTING * DOKLANGU = SY-LANGU * DOKCLASS = DSYS_DOKCLASS * DOKNAME = DSYS_DOKNAME * DOKASPCT = 'E' * DOKVERSION = VERSION * IMPORTING * HEAD = HEADER * TABLES * LINE = LLINES.

DOCU_INIT CALL FUNCTION 'DOCU_INIT' EXPORTING ID = ID OBJECT = OBJECT LANGU = SDSYS-SPRAS TYP = 'E' IMPORTING XDOKIL = XDOKIL.

DOCU_READ CALL FUNCTION 'DOCU_READ' EXPORTING ID = ID LANGU = SDSYS-SPRAS OBJECT = OBJECT TYP = 'E' * VERSION = VERSION VERSION = XDOKIL-VERSION IMPORTING HEAD = HEADER TABLES LINE = LLINES.

DSYS_GET_TITLE CALL FUNCTION 'DSYS_GET_TITLE' EXPORTING DOKCLASS = DSYS_TITLE_DOKCLASS DOKNAME = DSYS_TITLE_DOKNAME DOKLANGU = SDSYS-SPRAS DOKASPCT = ASPCT DOKVERSION = VERSION IMPORTING DOKTITLE = DSYS_TITLE_DOKTITLE EXCEPTIONS NO_TITLE = 1.

DOCU_GET_SHORTTEXT CALL FUNCTION 'DOCU_GET_SHORTTEXT' EXPORTING LANGU = SDSYS-SPRAS ID = ID OBJECT = OBJECT IMPORTING SHORTTXT = DOCU_TITLE_DOKTITLE.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING HEADER = HEADER SAVE = SPACE IMPORTING NEWHEADER = HEADER TABLES LINES = SLINES EXCEPTIONS OBJECT = 1 ID = 2 LANGUAGE = 3 NAME = 4.

DOCU_GET CALL FUNCTION 'DOCU_GET' "muench EXPORTING "muench * EXTEND_EXCEPT = E01 "muench ID = 'HY' "muench LANGU = SY-LANGU "muench OBJECT = OBJECT "muench TYP = ASPCT "muench VERSION = VERSION "muench * VERSION_ACTIVE_OR_LAST = E07 "muench IMPORTING "muench * DOKTITLE = TITLE "muench * DOKSTATE = I01 "muench HEAD = IHEAD "muench TABLES "muench LINE = LINES. "muench

DSYS_READ * CALL FUNCTION 'DSYS_READ' * EXPORTING * DOKLANGU = SY-LANGU * DOKCLASS = SDSYS-DOKCLASS * DOKNAME = SDSYS-DOKNAME * DOKASPCT = ASPCT * DOKVERSION = VERSION * IMPORTING * HEAD = IHEAD * TABLES * LINE = LINES.

EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING HEADER = IHEAD DISPLAY = DISPLAY IMPORTING NEWHEADER = IHEAD TABLES LINES = LINES EXCEPTIONS OBJECT = 1 ID = 2 LANGUAGE = 3 NAME = 4.



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