RFAUDI30 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 RFAUDI30 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.
Evaluation of G/L Account Master Records with Access to Acct.Determin.
Selection Text: XBUKRS = Only Accounts in the Co.Code
Selection Text: P_VARIA = D Layout
Selection Text: KTOPL = D Chart of Accounts
Selection Text: KONTEN = D G/L Account
Selection Text: KOKRS = D Controlling Area
Selection Text: EXCEL = Prepare Download to Excel
Selection Text: BUKRS = D Company Code
Selection Text: ATFIBU = Output FI Account Assignments
Selection Text: AT095X = Output AA Account Assignments
Selection Text: AT030 = Output MM/HR Account Assignmnt
Selection Text: ACXXX = Output SD/EK Account Assignmnt
Selection Text: ACSKB = Output Cost Element Categories
Title: Account Detective
Text Symbol: 11S = Acct Assgt
Text Symbol: 11M = Account Assignment
Text Symbol: 11L = Account Assignment
Text Symbol: 010 = Comment
Text Symbol: 009 = Evaluation of G/L Account Master Records with Access to Account Determination
Text Symbol: 008 = CCtr/PC fxd:
Text Symbol: 007 = CE in
Text Symbol: 006 = CE Typ:
Text Symbol: 005 = in company code
Text Symbol: 004 = Account not created
Text Symbol: 003 = Output Control
Text Symbol: 002 = Account Determination Analysis
Text Symbol: 001 = Database Selections
001 | Number |Description |A|PT|ACGR|CUR|LCB|TXCA|PWT|RAC|OIM|OI |SRT|FSTG|IPO|APA|account assignments |
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gc_repid * i_callback_pf_status_set = 'PF_STATUS' is_layout = ls_layout it_fieldcat = lt_fieldcat i_save = gv_save is_variant = gs_variant it_events = lt_eventstab is_print = ls_print TABLES t_outtab = gt_output_table EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_repid i_structure_name = gc_structname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_repid i_structure_name = 'FAGL_S_RFAUDI30_LIST1' CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
FAGL_BATCH_HEADING_PERFORM CALL FUNCTION 'FAGL_BATCH_HEADING_PERFORM' EXPORTING is_bhdgd = bhdgd.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gv_save CHANGING cs_variant = xs_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = gv_save IMPORTING e_exit = gv_exit es_variant = gs_variant EXCEPTIONS not_found = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gv_save CHANGING cs_variant = xv_variant.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gc_repid * i_callback_pf_status_set = 'PF_STATUS' it_fieldcat = lt_fieldcat i_save = gv_save is_variant = gs_variant it_events = lt_eventstab i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item is_keyinfo = gs_keyinfo is_print = ls_print TABLES t_outtab_header = gt_output_table t_outtab_item = gt_output_item EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_repid i_internal_tabname = g_tabname_header i_structure_name = gc_structname "'FAGL_S_RFAUDI30' CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gc_repid i_internal_tabname = g_tabname_item i_structure_name = gc_structname1 "'FAGL_S_RFAUDI30_LIST' CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 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.
RFAUDI30 - Account Detective RFAUDI30 - Account Detective RFAUDI20_BCE - Where-Used List: Authorization Object->Transaction/Program (from SE84) RFAUDI20_BCE - Where-Used List: Authorization Object->Transaction/Program (from SE84) RFAUDI20 - Where-Used List: Authorization Object->Transaction/Program (from SE84) RFAUDI20 - Where-Used List: Authorization Object->Transaction/Program (from SE84)