SAPMFKM8 is a standard Module pool for a dialog screen ABAP Program 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 SAPMFKM8 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OBY0 - C FI Copy CoCde with Ctry Chrt/Accts
OBY7 - C FI Copy Chart of Accounts
OBY9 - C FI Transport Chart of Accounts
OBY8 - C FI Delete Chart of Accounts
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.
Title: Copy / Delete Chart of Accounts (FI)
Text Symbol: T1C = Controlling
Text Symbol: T1A = Asset Management
Text Symbol: SWE = Bank subaccounts for bill of exchange usage
Text Symbol: SHS = Other
Text Symbol: SHO = Other special G/L transactions ;;
Text Symbol: SHK = Vendor special G/L transactions ;;
Text Symbol: SHD = Customer special G/L transactions ;;
Text Symbol: PTI = Copy ;;
Text Symbol: PT1 = Do you still want to copy? ;;
Text Symbol: PD3 = prior to copying. ;;
Text Symbol: PD2 = list yet. It can only be printed ;; -->
Text Symbol: PD1 = You have not printed the proposal ;; -->
Text Symbol: M15 = In company code xxxx, local currency with type && exists
Text Symbol: M14 = currencies afterwards. ;;
Text Symbol: M13 = target company code, you must maintain the ledger for the additional local ;;-->M14
Text Symbol: M12 = copied. To ensure that figures are updated in all local currencies in the ;;-->M13
Text Symbol: M11 = While company code is copied, additional local currencies will also be ;;-->M12
Text Symbol: LK2 = Copy accounts from source chart of accounts to target chart of accounts ;;
Text Symbol: LK1 = Create target chart of accounts ;;
Text Symbol: LF1 = Copy & account determination ;;--> T1A, T1C, ...
Text Symbol: LBI = Copy target financial statement version from source version ;;
Text Symbol: LB6 = Copy accounts to target company code according to reference ;;
Text Symbol: LB2 = Copy accounts from source company code to target company code ;;
Text Symbol: LB1 = Create target company code
Text Symbol: L50 = The following activities will be carried out: ;;
Text Symbol: L3Z = Target fin. stmt version ;;
Text Symbol: L3Q = Source fin. stmt version ;;
Text Symbol: L2Z = Target chart of accounts ;;
Text Symbol: L2Q = Source chart of accounts ;;
Text Symbol: L1Z = Target company code ;;
Text Symbol: T1F = Financial Accounting
Text Symbol: WFR = Read data
Text Symbol: WFD = Delete data
Text Symbol: WFC = Save data
Text Symbol: WBK = Accounts
Text Symbol: WBF = Account determ.
Text Symbol: WBB = Fin.stmnt.vers.
INCLUDE MFKM8TOP.
INCLUDE MFKM8O00. "ALLGEMEIN
INCLUDE MFKM8O01. "KOPIEREN (0100)
INCLUDE MFKM8O02. "LÖSCHEN (0110)
INCLUDE MFKM8O03. "TRANSPORTIEREN (0120)
INCLUDE MFKM8O04. "LANDESKONTENPL.(0200)
INCLUDE MFKM8O05. "TSAKR (0300)
INCLUDE MFKM8I00. "ALLGEMEIN
INCLUDE MFKM8I01. "KOPIEREN (0100)
INCLUDE MFKM8I02. "LÖSCHEN (0110)
INCLUDE MFKM8I03. "TRANSPORTIEREN (0120)
INCLUDE MFKM8I04. "LANDESKONTENPL.(0200)
INCLUDE MFKM8I05. "TSAKR (0300)
INCLUDE MFKM8F00. "ALLGEMEIN
INCLUDE MFKM8F01. "KOPIEREN
INCLUDE MFKM8F02. "LÖSCHEN
INCLUDE MFKM8F03. "TRANSPORTIEREN
INCLUDE MFKM8F04. "LANDESKONTENPLAN
INCLUDE MFKM8F05. "TSAKR
INCLUDE MFKM8F04_COPY_ADET.
INCLUDE MFKM8F01_DISPLAY_LIST.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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 SAPMFKM8 or its description.