SAP Reports / Programs | Financial Accounting | General Ledger Accounting | Information System(FI-GL-IS) SAP FI

RFASLI00 SAP ABAP INCLUDE - documentation and ABAP source code







RFASLI00 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 RFASLI00 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 RFASLI00. "Basic submit
SUBMIT RFASLI00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFASLI00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFASLI00

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:

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' "766359 EXPORTING "766359 IN_ARCHIVE_PARAMETERS = GS_ARPARAMS "766359 IN_PARAMETERS = GS_PRPARAMS "766359 LIST_TEXT = hlp_prtxt "766359 MODE = 'PARAMS' "766359 IMPORTING "766359 OUT_ARCHIVE_PARAMETERS = GS_ARPARAMS "766359 OUT_PARAMETERS = GS_PRPARAMS "766359 VALID = GS_VALID "766359 EXCEPTIONS "766359 ARCHIVE_INFO_NOT_FOUND = 1 "766359 INVALID_PRINT_PARAMS = 2 "766359 INVALID_ARCHIVE_PARAMS = 3 "766359 OTHERS = 4. "766359

MAINTAIN_TEXT_PRINT_PARAMETERS CALL FUNCTION 'MAINTAIN_TEXT_PRINT_PARAMETERS' EXPORTING i_title_text = sy-title CHANGING c_itcpo = pri_form EXCEPTIONS parameters_not_valid = 1 OTHERS = 2.

TAX_REP_UMKRS_AUTHORITY_CHECK CALL FUNCTION 'TAX_REP_UMKRS_AUTHORITY_CHECK' EXPORTING i_database = 'B' TABLES t_ran_umkrs = sel_ukrs.

BUKRS_AUTHORITY_CHECK CALL FUNCTION 'BUKRS_AUTHORITY_CHECK' EXPORTING xdatabase = 'B' TABLES xbukreis = br_bukrs.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' DESTINATION par_dest EXPORTING funcname = 'FKK_REPZM_READ_FOR_FI' EXCEPTIONS function_not_exist = 1 system_failure = 2 MESSAGE msg_text communication_failure = 3 MESSAGE msg_text ressource_failure = 4.

CHECK_TEXT_PRINT_PARAMETERS CALL FUNCTION 'CHECK_TEXT_PRINT_PARAMETERS' EXPORTING i_title_text = sy-title i_itcpo = pri_form IMPORTING e_itcpo = gs_form EXCEPTIONS parameters_not_valid = 1 OTHERS = 2.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "1736708 EXPORTING "1736708 local_currency = ld_loccurr "1736708 foreign_currency = bkpf-waers "1736708 foreign_amount = bseg-wrbtr "1736708 date = ld_date "1736708 type_of_rate = gd_par_exty "1736708 IMPORTING "1736708 local_amount = tab_bseg-dmshb. "1736708

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING local_currency = t005-waers foreign_currency = bkpf-waers foreign_amount = bseg-wrbtr date = date type_of_rate = t005-kurst IMPORTING local_amount = tab_bseg-dmshb.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' "1736708 EXPORTING "1736708 local_currency = ld_loccurr "1736708 foreign_currency = bkpf-waers "1736708 foreign_amount = bset-fwbas "1736708 date = ld_date "1736708 type_of_rate = gd_par_exty "1736708 IMPORTING "1736708 local_amount = bset-hwbas. "1736708

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING local_currency = t005-waers foreign_currency = bkpf-waers foreign_amount = bset-fwbas date = date type_of_rate = t005-kurst IMPORTING local_amount = bset-hwbas.

POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST' EXPORTING force = 'X'.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = addr1_sel address_group = 'CA01' IMPORTING sadr = sadr EXCEPTIONS OTHERS = 1. "SADR40A

RSPO_RID_SPOOLREQ_LIST CALL FUNCTION 'RSPO_RID_SPOOLREQ_LIST' EXPORTING id_list = up_list[] EXCEPTIONS OTHERS = 0.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = ls_addr1_sel IMPORTING sadr = ls_sadr EXCEPTIONS OTHERS = 4.

GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = ls_bukrs-bukrs date = ls_fica_param-date_to IMPORTING curry = ld_gjahr currm = ld_monat EXCEPTIONS OTHERS = 4.

FKK_REPZM_READ_FOR_FI CALL FUNCTION 'FKK_REPZM_READ_FOR_FI' "#EC EXISTS DESTINATION par_dest EXPORTING is_param = ps_fica_param TABLES it_mwskz = pt_fica_mwskz et_result = pt_fica_out et_return = lt_return EXCEPTIONS system_failure = 2 MESSAGE ld_msg_text communication_failure = 3 MESSAGE ld_msg_text ressource_failure = 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_BUKRS_ACTIVE_IN_CLIENT CALL FUNCTION 'FAGL_BUKRS_ACTIVE_IN_CLIENT' IMPORTING e_glflex_active = ld_glflex_active.

FAGL_GET_LEADING_LEDGER





CALL FUNCTION 'FAGL_GET_LEADING_LEDGER' IMPORTING e_rldnr = ld_lead_rldnr EXCEPTIONS not_found = 1 others = 2.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = ld_chk_bukrs i_rldnr = ld_lead_rldnr i_actvt = '03'.

FAGL_AUTHORITY_LEDGER CALL FUNCTION 'FAGL_AUTHORITY_LEDGER' EXPORTING i_bukrs = ld_chk_bukrs i_rldnr = ld_lead_rldnr i_actvt = '03'.



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