ML_ADJUST_FI is a standard Executable ABAP Report 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 ML_ADJUST_FI into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CKMADJUST - Reconcil. with Bal. Sheet Acct in FI
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.
Selection Text: P_TEST = D .
Selection Text: P_KONTO = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BTCHRQ = D .
Title: Reconciliation of Material Subledger and General Ledger
Text Symbol: 032 = Balance :
Text Symbol: 034 = No Variances Exist
Text Symbol: 040 = Stock Accounts From a Materials Management View
Text Symbol: 041 = Variance from Financial Accounting
Text Symbol: 048 = Currency in Material Ledger :
Text Symbol: 050 = (Cur.type
Text Symbol: 051 = )
Text Symbol: 054 = CryType;;
Text Symbol: 058 = Reconciliation of Material Subledger and Gen. Ledger
Text Symbol: 059 = (Test Run)
Text Symbol: 070 = Program Parameter Values
Text Symbol: 071 = Background :;;
Text Symbol: 073 = Company Code :;;
Text Symbol: 075 = Test Run :;;
Text Symbol: 099 = Differences in Local Currency 1
Text Symbol: 100 = Parameters
Text Symbol: 101 = Processing Options
Text Symbol: 102 = Ignore Business Area
Text Symbol: 104 = CoCode/BP
Text Symbol: 031 = Business Area:
Text Symbol: 001 = Reconcil. ML/FI
Text Symbol: 002 = Reconcil. with FI Completed
Text Symbol: 003 = Reconciliation with FI can be Completed
Text Symbol: 004 = Following Valuation Areas Will Be Processed:
Text Symbol: 005 = Valuation Area :
Text Symbol: 006 = Bal. ;;
Text Symbol: 007 = Crcy ;;
Text Symbol: 008 = Bal. ;;
Text Symbol: 009 = Crcy ;;
Text Symbol: 010 = Bal. ;;
Text Symbol: 011 = Crcy ;;
Text Symbol: 012 = Error Analysing Stock Accounts:
Text Symbol: 013 = Inconsistency in Local Crcy:
INCLUDE ML_ADJUST_FI_TOP.
INCLUDE LCKM4TOP_PERIODENARTEN.
INCLUDE ML_ADJUST_FI_F01.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'ADJUST' TABLES p_exclude = t_excluding.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout it_fieldcat = lt_fcat it_events = lt_events is_print = ls_print TABLES t_outtab = it_output EXCEPTIONS program_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ML_ADJUST_FI - Reconciliation of Material Subledger and General Ledger ML_ADJUST_FI - Reconciliation of Material Subledger and General Ledger MLXPRA46A_ACTIVATE_INDEX - Subsequent activation of indices in case of error with XPRA MLXPRA46A MLXPRA46A_ACTIVATE_INDEX - Subsequent activation of indices in case of error with XPRA MLXPRA46A MLXPRA46A - Program MLXPRA46A MLXPRA46A - Program MLXPRA46A