RGULIST0 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 RGULIST0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GCD2 - List of FI-SL Direct Posting Tables
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: LEDGERT = To ledger
Selection Text: LEDGERF = From ledger
Selection Text: GESELLT = To global company
Selection Text: GESELLF = From global company
Selection Text: DETAIL = Level of Detail
Selection Text: BUCHT = To Company Code
Selection Text: BUCHF = From Company Code
Selection Text: ALL = List all settings
Title: Contents of FI-SL Direct Posting Tables
Text Symbol: 082 = Version
Text Symbol: 083 = Actual
Text Symbol: 084 = Manual plan.
Text Symbol: 085 = Name
Text Symbol: 086 = BalShtAcct
Text Symbol: 087 = Field grouping code
Text Symbol: 088 = ActGrCde
Text Symbol: 089 = Name
Text Symbol: 090 = Activity
Text Symbol: 091 = Name
Text Symbol: 092 = Act.grouping code
Text Symbol: 093 = Line Items
Text Symbol: 094 = AcctGrp
Text Symbol: 095 = ItemGrpCode
Text Symbol: 081 = Req.pstng
Text Symbol: 080 = Line Items
Text Symbol: 079 = Always check
Text Symbol: 078 = Posting ind.
Text Symbol: 077 = FldMvmnt
Text Symbol: 075 = Possible selections -------------------------------------------------------
Text Symbol: 074 = No Entries
Text Symbol: 073 = AcctGrpCd ItemGrpCode Acct debit Acct credit Trans.type ;;
Text Symbol: 072 = Bal. c/f standard accounts
Text Symbol: 071 = Transaction Type
Text Symbol: 070 = Account credit
Text Symbol: 069 = Account Debit
Text Symbol: 068 = Item group. code
Text Symbol: 067 = Account modification
Text Symbol: 304 = Layout
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING ACTIVITY = '05'.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = GF_TABLE LANGU = SY-LANGU FTYPE = 'A' LENGTH24 = ' '.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = RC.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = DFIES-FIELDNAME TABLE = GF_TABLE TEXT_FLAG = 'X' IMPORTING FIELD_ATTR = ATTRIBUTES.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = RC.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = DFIES-FIELDNAME TABLE = GF_TABLE TEXT_FLAG = 'X' IMPORTING FIELD_ATTR = ATTRIBUTES.
DD_DOMA_GET CALL FUNCTION 'DD_DOMA_GET' EXPORTING DOMAIN_NAME = 'CURTP' TABLES DD07V_TAB_A = DD07V_TAB DD07V_TAB_N = UDD07V_TAB EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.
DD_DOMA_GET CALL FUNCTION 'DD_DOMA_GET' EXPORTING DOMAIN_NAME = 'VALUTYP' TABLES DD07V_TAB_A = UDD07V_TAB1 DD07V_TAB_N = UDD07V_TAB2 EXCEPTIONS ILLEGAL_VALUE = 1 OP_FAILURE = 2 OTHERS = 3.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING TABLE = TABLES-TAB LANGU = SY-LANGU FTYPE = 'K' LENGTH24 = ' '.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = RC.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = DFIES-FIELDNAME TABLE = TABLES-TAB TEXT_FLAG = 'X' IMPORTING FIELD_ATTR = ATTRIBUTES.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING FIELD_ATTR = DFIES SUBRC = RC.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING FIELDNAME = DFIES-FIELDNAME TABLE = TABLES-TAB TEXT_FLAG = 'X' IMPORTING FIELD_ATTR = ATTRIBUTES.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = lt_fieldcat it_events = lt_eventtab i_callback_pf_status_set = gc_setpfstatus is_layout = ls_layout I_SAVE = gc_save IS_VARIANT = gs_variant TABLES t_outtab = xt_table EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = g_repid I_INTERNAL_TABNAME = IC_STRUCTURE I_INCLNAME = g_repid CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab_list EXCEPTIONS list_type_wrong = 1 OTHERS = 2.
INITIALIZE_STRUCTURE CALL FUNCTION 'INITIALIZE_STRUCTURE' EXPORTING i_n_fill = 0 I_I_FILL = 0 CHANGING c_workarea = is_table_layout.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = lt_fieldcat i_save = gc_save is_variant = gs_variant TABLES t_outtab = xt_table EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_save CHANGING cs_variant = ls_variant.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = gc_save IMPORTING e_exit = l_exit es_variant = l_variant_help.
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 RGULIST0 or its description.
RGULIST0 - Contents of FI-SL Direct Posting Tables RGULIST0 - Contents of FI-SL Direct Posting Tables RGULED00 - Check and Correct Customizing Entries in the General Ledger RGULED00 - Check and Correct Customizing Entries in the General Ledger RGULDB00 - Display Structure of the Logical Database GLG RGULDB00 - Display Structure of the Logical Database GLG