SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Editor(BC-DWB-TOO-ABA) SAP BC

MSEDTF12 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = edit-buf_name text_after = ' wurde verändert. Vor Beenden des Editors sichern?'(va3)

POPUP_TO_CONFIRM_WITH_VALUE call function 'POPUP_TO_CONFIRM_WITH_VALUE' exporting defaultoption = 'J' objectvalue = edit-buf_name text_after = ' wurde verändert. Vor Beenden des Editors sichern?'(va3)

DOCU_CALL * CALL FUNCTION 'DOCU_CALL' * EXPORTING * ID = 'RE' * DISPL = EDIT-APP_DISP * OBJECT = DOCU_OBJECT * TYP = 'E' * LANGU = SY-LANGU * USE_SEC_LANGU = 'X'.

PROLOG_SYNTAX_CHECK * CALL FUNCTION 'PROLOG_SYNTAX_CHECK' * EXPORTING * I_PROGRAM = SY-REPID * IMPORTING ** O_ERROR_SUBRC = SUBRC * O_ERROR_LINE = CURSOR-NEW_INDEX * O_ERROR_OFFSET = CURSOR-NEW_OFFSET * O_ERROR_MESSAGE = ERROR_MESSAGE * TABLES * I_SOURCE = CONTENT.

POPUP_TO_CONFIRM_WITH_VALUE ** CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' ** EXPORTING ** DEFAULTOPTION = 'J' ** OBJECTVALUE = EDIT-BUF_NAME ** TEXT_AFTER = ** ' wurde verändert. Vor Beenden des Editors sichern?'(PR3)

RS_NAVIGATION_TOP * CALL FUNCTION 'RS_NAVIGATION_TOP' * IMPORTING * OBJEKTINF = OBJEKTINF * OBJEKTTYP = TYPE * TEXT1 = TEXT1 * TEXT2 = TEXT2 * TEXT3 = TEXT3.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_EDTR_TREFFERLISTE * CALL FUNCTION 'RS_EDTR_TREFFERLISTE' * EXPORTING * TREFFSTRUC = OBJEKTINF.

RS_NAVIGATION_POP * CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_EU_CROSSREF_LIST_REFRESH ** CALL FUNCTION 'RS_EU_CROSSREF_LIST_REFRESH' ** EXPORTING ** MEMOID = CROSSINF-MEMOID ** IMPORTING ** O_FCODE = FCODE.

RS_EUIN_CALL_SYSTEM * CALL FUNCTION 'RS_EUIN_CALL_SYSTEM' * EXPORTING * EXTERN = INFO_NAVI-EXTERN * INFO = INFO_NAVI * IMPORTING * FCODE = SPEC_FCODE.

POPUP_TO_CONFIRM_WITH_VALUE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'J' * OBJECTVALUE = EDIT-BUF_NAME * TEXT_AFTER = * ' wurde verändert. Vor Beenden des Editors sichern?'(PR3)

POPUP_TO_CONFIRM_WITH_VALUE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'N' * OBJECTVALUE = RSTXP-TDNPROGRAM * TEXT_AFTER = ' existiert bereits. Überschreiben?'(F03)

RS_CORR_INSERT * CALL FUNCTION 'RS_CORR_INSERT' * EXPORTING * GLOBAL_LOCK = IS_NOT_INCLUDE * OBJECT = RSTXP-TDNPROGRAM * OBJECT_CLASS = 'ABAP' ** PROGRAM = E04 ** IMPORTING ** KORRNUM = I01 * EXCEPTIONS * CANCELLED = 01 * PERMISSION_FAILURE = 02 * UNKNOWN_OBJECTCLASS = 03.

RS_ACCESS_PERMISSION * CALL FUNCTION 'RS_ACCESS_PERMISSION' * EXPORTING * MODE = 'FREE' * OBJECT = RSTXP-TDNPROGRAM * OBJECT_CLASS = 'ABAP'.

POPUP_TO_CONFIRM_WITH_VALUE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'J' * OBJECTVALUE = X_INCLNAME * TEXT_AFTER = * ' wurde verändert. Vor Beenden des Editors sichern?'(G03)

RS_CORR_INSERT * CALL FUNCTION 'RS_CORR_INSERT' * EXPORTING ** GLOBAL_LOCK = IS_NOT_INCLUDE * OBJECT = X_INCLNAME * OBJECT_CLASS = 'ABAP' * EXCEPTIONS * CANCELLED = 01 * PERMISSION_FAILURE = 02 * UNKNOWN_OBJECTCLASS = 03.

POPUP_TO_CONFIRM_WITH_VALUE





* CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' * EXPORTING * DEFAULTOPTION = 'J' * OBJECTVALUE = X_INCLNAME * TEXT_AFTER = * ' wurde verändert. Vor Version-Ziehen sichern?'(O03)

RS_NOTATION_DELETE call function 'RS_NOTATION_DELETE' exporting index = sy-index exceptions others = 1.

RS_NOTATION_DELETE_ALL call function 'RS_NOTATION_DELETE_ALL' exceptions others = 1.



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