SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MM06BFTE SAP ABAP INCLUDE - documentation and ABAP source code







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

INCLUDE MM06BFTE_INLINE_TEXT_PBO . " INLINE_TEXT_PBO
INCLUDE MM06BFTE_INLINE_TEXT_PAI . " INLINE_TEXT_PAI
INCLUDE MM06BFTE_SEARCH_CHAR . " SEARCH_CHAR
INCLUDE MM06BFTE_TXIT_LESEN . " TXIT_LESEN
INCLUDE MM06BFTE_TEXT_LESEN . " TEXT_LESEN
INCLUDE MM06BFTE_LANGTEXT_KENNZEICHEN_ . " LANGTEXT_KENNZEICHEN_SETZE
INCLUDE MM06BFTE_TINLINETAB_LESEN . " TINLINETAB_LESEN
INCLUDE MM06BFTE_TINLINETAB_FUELLEN . " TINLINETAB_FUELLEN
INCLUDE MM06BFTE_TEXT_INITIALISIEREN . " TEXT_INITIALISIEREN
INCLUDE MM06BFTE_TEXT_EDITIEREN . " TEXT_EDITIEREN
INCLUDE MM06BFTE_THEADTAB_FUELLEN . " THEADTAB_FUELLEN
INCLUDE MM06BFTE_TEXTE_UMBENENNEN . " TEXTE_UMBENENNEN
INCLUDE MM06BFTE_TXID_LESEN_POSITION . " TXID_LESEN_POSITION
INCLUDE MM06BFTE_NEXT_TEXT . " NEXT_TEXT
INCLUDE MM06BFTE_POSITIONS_TEXTE_SELEK . " POSITIONS_TEXTE_SELEKTIERE
INCLUDE MM06BFTE_THEADTAB_UPDATE . " THEADTAB_UPDATE
INCLUDE MM06BFTE_POSITIONS_TEXTE_BEARB . " POSITIONS_TEXTE_BEARBEITEN
INCLUDE MM06BFTE_UNFIXIERTE_TEXTE_LOES . " UNFIXIERTE_TEXTE_LOESCHEN
INCLUDE MM06BFTE_POSITIONS_TEXTE_LOESC . " POSITIONS_TEXTE_LOESCHEN
INCLUDE MM06BFTE_POSITIONSTEXT_UEBER04 . " POSITIONSTEXT_UEBERNAHME
INCLUDE MM06BFTE_ICDTXT_BANF_UPDATE . " ICDTXT_BANF_UPDATE
INCLUDE MM06BFTE_POSITIONSTEXT_UEBERNA . " POSITIONSTEXT_UEBERNAHME_2
INCLUDE MM06BFTE_TEXT_FCODE_POSITION . " TEXT_FCODE_POSITION
INCLUDE MM06BFTE_TEXT_LOESCHEN . " TEXT_LOESCHEN
INCLUDE MM06BFTE_TEXT_MARKIERUNG . " TEXT_MARKIERUNG
INCLUDE MM06BFTE_TEXT_POPUP . " TEXT_POPUP
INCLUDE MM06BFTE_TEXT_BLOCK . " TEXT_BLOCK
INCLUDE MM06BFTE_REFERENZ_KEY_SETZEN . " REFERENZ_KEY_SETZEN
INCLUDE MM06BFTE_CHECK_CHANGES . " CHECK_CHANGES
INCLUDE MM06BFTE_MPN_PRUEFEN . " MPN_PRUEFEN
INCLUDE MM06BFTE_EMATN . " EMATN
INCLUDE MM06BFTE_TEXTFLAG . " TEXTFLAG
INCLUDE MM06BFTE_READ_ITEM_TEXTS . " READ_ITEM_TEXTS
INCLUDE MM06BFTE_TEXT_REFRESH.


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:

No SAP FUNCTION MODULES are executed within this report code!



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