RFAGL_LEDGER_OIM 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 RFAGL_LEDGER_OIM into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FAGL_LEDGER_OIM - Special Ledger for OIM
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: Maintain Special Ledger for Open Item Management
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = lv_glflex_active EXCEPTIONS OTHERS = 1.
FAGL_SET_GET_LEDGER_OIM CALL FUNCTION 'FAGL_SET_GET_LEDGER_OIM' EXPORTING i_get = 'X' IMPORTING e_ledger = fagl_sp_ldgr_oim-rldnr EXCEPTIONS OTHERS = 0.
FAGL_SET_GET_LEDGER_OIM CALL FUNCTION 'FAGL_SET_GET_LEDGER_OIM' EXPORTING i_set = 'X' i_ledger = fagl_sp_ldgr_oim-rldnr EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFAGL_LEDGER_OIM - Maintain Special Ledger for Open Item Management RFAGL_LEDGER_OIM - Maintain Special Ledger for Open Item Management RFAGL_IMG_MENU_SET_OLD - Program RFAGL_IMG_MENU_SET_OLD RFAGL_IMG_MENU_SET_OLD - Program RFAGL_IMG_MENU_SET_OLD RFAGL_IMG_MENU_SET_NEW - Set IMG and Menu for: New General Ledger is active RFAGL_IMG_MENU_SET_NEW - Set IMG and Menu for: New General Ledger is active