SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

RFCLLIB00_PE_SL SAP ABAP INCLUDE - Include RFCLLIB00_PE_SL







RFCLLIB00_PE_SL is a standard ABAP INCLUDE 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 RFCLLIB00_PE_SL into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFCLLIB00_PE_SL. "Basic submit
SUBMIT RFCLLIB00_PE_SL AND RETURN. "Return to original report after report execution complete
SUBMIT RFCLLIB00_PE_SL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFCLLIB00_PE_SL


INCLUDES used within this REPORT RFCLLIB00_PE_SL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant i_save = g_save * it_default_fieldcat = XXXXXXXXX IMPORTING e_exit = g_exit es_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_save CHANGING cs_variant = gx_variant.

ADDR_GET_COMPLETE CALL FUNCTION 'ADDR_GET_COMPLETE' EXPORTING
addrnumber = t001-adrnr * ADDRHANDLE = * ARCHIVE_HANDLE = * IV_CURRENT_COMM_DATA = 'X' IMPORTING
addr1_complete = wa_addr1 * EXCEPTIONS * PARAMETER_ERROR = 1 * ADDRESS_NOT_EXIST = 2 * INTERNAL_ERROR = 3 * WRONG_ACCESS_TO_ARCHIVE = 4 * OTHERS = 5 .

FAGL_CHECK_GLFLEX_ACTIVE CALL FUNCTION 'FAGL_CHECK_GLFLEX_ACTIVE' IMPORTING e_glflex_active = ld_glflex_active EXCEPTIONS error_in_setup = 1 OTHERS = 2.

FAGL_GET_LEADING_LEDGER CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = ld_leading_ledger.

BAPI_GL_GETGLACCPERIODBALANCES * CALL FUNCTION 'BAPI_GL_GETGLACCPERIODBALANCES' * EXPORTING * companycode = SD_BUKRS-LOW * glacct = glnum-HKONT * fiscalyear = SD_GJAHR-LOW * currencytype = '00' ** IMPORTING ** BALANCE_CARRIED_FORWARD = ** RETURN = * tables * account_balances = acc_balance.

FAGL_GET_ACCOUNT_BALANCE CALL FUNCTION 'FAGL_GET_ACCOUNT_BALANCE' EXPORTING ID_RYEAR = SD_GJAHR-LOW ID_RBUKRS = SD_BUKRS-LOW ID_RACCT = GLNUM-HKONT ID_RLDNR = SD_RLDNR-LOW ID_POPER = COUNT IMPORTING ES_BALANCE = WA_BALANCE.

BAPI_GL_GETGLACCPERIODBALANCES *CALL FUNCTION 'BAPI_GL_GETGLACCPERIODBALANCES' * EXPORTING * companycode = SD_BUKRS-LOW * glacct = glnum-HKONT * fiscalyear = SD_GJAHR-LOW * currencytype = '10' ** IMPORTING ** BALANCE_CARRIED_FORWARD = ** RETURN = * tables * account_balances = acc_balance.

FAGL_GET_ACCOUNT_BALANCE CALL FUNCTION 'FAGL_GET_ACCOUNT_BALANCE' EXPORTING ID_RYEAR = SD_GJAHR-LOW ID_RBUKRS = SD_BUKRS-LOW ID_RACCT = GLNUM-HKONT ID_RLDNR = SD_RLDNR-LOW ID_POPER = COUNT ID_RTCUR = company_codes-waers IMPORTING ES_BALANCE = WA_BALANCE.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' i_save = g_save is_variant = g_variant it_events = gt_events[] * IT_EVENT_EXIT = i_tabname_header = g_tabname_header i_tabname_item = g_tabname_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = gs_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = output_header_table t_outtab_item = output_item_table EXCEPTIONS program_error = 1 OTHERS = 2 .

REUSE_ALV_HIERSEQ_LIST_DISPLAY *CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' * EXPORTING ** I_INTERFACE_CHECK = ' ' * I_CALLBACK_PROGRAM = G_REPID * I_CALLBACK_PF_STATUS_SET = 'SET_STATUS' * I_CALLBACK_USER_COMMAND = 'USER_COMMAND' * IS_LAYOUT = GS_LAYOUT * IT_FIELDCAT = GT_FIELDCAT[] ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = ** IT_SORT = ** IT_FILTER = ** IS_SEL_HIDE = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 ** I_DEFAULT = 'X' * I_SAVE = G_SAVE * IS_VARIANT = G_VARIANT * IT_EVENTS = GT_EVENTS[] ** IT_EVENT_EXIT = * I_TABNAME_HEADER = G_TABNAME_HEADER * I_TABNAME_ITEM = G_TABNAME_ITEM ** I_STRUCTURE_NAME_HEADER = ** I_STRUCTURE_NAME_ITEM = * IS_KEYINFO = GS_KEYINFO ** IS_PRINT = ** IS_REPREP_ID = ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = ** ES_EXIT_CAUSED_BY_USER = * TABLES * T_OUTTAB_HEADER = OUTPUT_HEADER_TABLE * T_OUTTAB_ITEM = OUTPUT_ITEM_TABLE * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 * .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_STATUS' i_callback_user_command = 'USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat[] i_save = 'A' is_variant = g_variant is_print = l_print it_events = gt_events[] TABLES t_outtab = output_item_table.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.



Contribute (Add Comments)

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 RFCLLIB00_PE_SL or its description.