MF67O400 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 MF67O400 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = FIRSTLINE ENTRY_TO = ENTRY_TO LOOPS = EGT_LOOP OK_CODE = OK_CODE2 IMPORTING ENTRIES_SUM = ENTRIES_SUM ENTRY_NEW = FIRSTLINE PAGES_SUM = PAGES_SUM PAGE_NEW = PAGE_ACT EXCEPTIONS NO_ENTRY_OR_PAGE_ACT = 01 NO_ENTRY_TO = 02 NO_LOOPS = 03 NO_OK_CODE_OR_PAGE_ACT = 04.
PARTNER_MAINTAIN CALL FUNCTION 'PARTNER_MAINTAIN' EXPORTING PARTWA_IN = SPART ANSCHWA_IN = SANSC PROCESSING_STATU = PROZSTAT IMPORTING ADR_RC = FKTRC PARTWA_OUT = SPART ANSCHWA_OUT = SANSC EXCEPTIONS NOT_FOUND = 1 NO_PARTNER_ASSIGNED = 2 INCONSISTENT_DATABASE = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF67O400 - documentation and ABAP source code MF67KTOP - Data Declaration for Manual Debit Position MF67KO15 - Manual Debit Position: F-Key Status and Title of Entry Screen (150) MF67KO10 - Module for Initializing Screen 100 MF67KI10 - Manual Debit Position: Include for PAI Screen 100 MF67KF02 - documentation and ABAP source code