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

RFASLD15_F00 SAP ABAP INCLUDE - Include RFASLD15_F00







RFASLD15_F00 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 RFASLD15_F00 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 RFASLD15_F00. "Basic submit
SUBMIT RFASLD15_F00 AND RETURN. "Return to original report after report execution complete
SUBMIT RFASLD15_F00 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 RFASLD15_F00


INCLUDES used within this REPORT RFASLD15_F00

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_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid * it_fieldcat = lt_fieldcat i_structure_name = 'ASLD15_ALV' i_save = 'A' is_layout = l_layout is_variant = l_variant it_events = lt_alv_event * is_print = l_print TABLES t_outtab = itab_alv.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid * it_fieldcat = lt_fieldcat i_structure_name = 'ASLD15_ALV' i_save = 'A' * is_layout = l_layout is_variant = l_variant it_events = lt_alv_event * is_print = l_print TABLES t_outtab = error_itab_alv.

RFASLD15_USER_EXIT CALL FUNCTION 'RFASLD15_USER_EXIT' TABLES ITAB_ALV = itab_alv.

SWA_STRING_TO_TABLE CALL FUNCTION 'SWA_STRING_TO_TABLE' "1419658 EXPORTING "1419658 CHARACTER_STRING = str_tmp "1419658 APPEND = '1' "1419658 LINE_SIZE = '1' "1419658 IMPORTING "1419658 CHARACTER_TABLE = lt_table. "1419658

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' "1419658 EXPORTING "1419658 FILENAME = p_lofile_name_s "1419658 FILETYPE = 'ASC' "1419658 WRITE_LF = SPACE "1419658 TABLES "1419658 DATA_TAB = lt_table. "1419658

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = p_lofile_name filetype = 'ASC' codepage = '4110' *do not append CR/LF write_lf = space *do not append CR/LF trunc_trailing_blanks = space *do not delete any blanks trunc_trailing_blanks_eol = space TABLES data_tab = lt_table.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = p_lofile_name filetype = 'ASC' codepage = '1160' TABLES data_tab = lpc_file EXCEPTIONS file_write_error = 2 invalid_type = 4 no_batch = 5 unknown_error = 6 gui_refuse_filetransfer = 8 OTHERS = 10.

DMEE_HANDLE_XML_DOC_PC CALL FUNCTION 'DMEE_HANDLE_XML_DOC_PC' EXPORTING i_filename = p_lofile_name i_save = 'X' i_display = ' '.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' "Begin of Note 1533447 EXPORTING LOGICAL_FILENAME = gc_filename parameter_1 = sy-cprog CHANGING PHYSICAL_FILENAME = p_sefile_name EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3.

FI_PAYM_FILE_OPEN CALL FUNCTION 'FI_PAYM_FILE_OPEN' EXPORTING i_temse_name = par_tems i_file_name = p_sefile_name EXCEPTIONS others = 1.

FI_PAYM_FILE_WRITE CALL FUNCTION 'FI_PAYM_FILE_WRITE' TABLES t_lines = output.

FI_FILE_CLOSE CALL FUNCTION 'FI_FILE_CLOSE' exceptions others = 1.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = addr_sel * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' IMPORTING ADDRESS_VALUE = addr_val * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = * EXCEPTIONS * PARAMETER_ERROR = 1 * ADDRESS_NOT_EXIST = 2 * VERSION_NOT_EXIST = 3 * INTERNAL_ERROR = 4 * OTHERS = 5 .

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = selection IMPORTING address_value = address_value sadr = stf_itab_sadr EXCEPTIONS address_not_exist = 1 OTHERS = 2.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = selection IMPORTING address_value = address_value sadr = stf_itab_sadr EXCEPTIONS address_not_exist = 1 OTHERS = 2.

READ_KNA1 CALL FUNCTION 'READ_KNA1' EXPORTING XKUNNR = ls_ekpo-kunnr IMPORTING XKNA1 = ls_kna1 EXCEPTIONS OTHERS = 1 .

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING ADDRNUMBER = ls_ekpo-adrnr TABLES ET_ADRC = lt_adrc EXCEPTIONS OTHERS = 1 .

GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = filename filetype = 'BIN' IMPORTING filelength = filelength TABLES data_tab = gt_srctab EXCEPTIONS OTHERS = 1.

GUI_DOWNLOAD





CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = i_ressize filename = filename filetype = 'BIN' TABLES data_tab = restab EXCEPTIONS OTHERS = 1.



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