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

RFASLD15_F02 SAP ABAP INCLUDE - Include RFASLD15_F02







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


INCLUDES used within this REPORT RFASLD15_F02

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' EXPORTING * COPIES = C_NUM3_UNKNOWN destination = p_f1pr * IMMEDIATELY = C_CHAR_UNKNOWN * list_text = h_cover_text no_dialog = 'X' IMPORTING * OUT_ARCHIVE_PARAMETERS = out_parameters = h_out_parameters * VALID = EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4 .

SSF_FUNCTION_MODULE_NAME CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME' EXPORTING formname = h_formname * VARIANT = ' ' * DIRECT_CALL = ' ' IMPORTING fm_name = h_fmname EXCEPTIONS no_form = 1 no_function_module = 2 OTHERS = 3.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_t001-adrnr TABLES et_adrc = lt_adrc.

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = par_trty i_tree_id = par_trid item = epost uparam = xml_details TABLES * file_output = lt_dme_file file_output = output sort_fields = lt_dme_sortfields.

TAX_REP_SORT_DMEE_TABLE CALL FUNCTION 'TAX_REP_SORT_DMEE_TABLE' TABLES t_item = t_epost t_dme_sortfields = lt_dme_sortfields.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = epost param = param uparam = xml_details TABLES file_output = output.

DMEE_END CALL FUNCTION 'DMEE_END' TABLES * file_output = lt_dme_file.

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = par_trty i_tree_id = par_trid item = epost uparam = ls_sappar "1166083 TABLES * file_output = lt_dme_file file_output = output sort_fields = lt_dme_sortfields.

TAX_REP_SORT_DMEE_TABLE CALL FUNCTION 'TAX_REP_SORT_DMEE_TABLE' TABLES t_item = t_epost t_dme_sortfields = lt_dme_sortfields.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = epost param = param * uparam = formatspec TABLES file_output = output.

DMEE_END CALL FUNCTION 'DMEE_END' IMPORTING e_xml = lv_xml TABLES * file_output = lt_dme_file.

ADDR_SELECT_ADRC_SINGLE CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_t001-adrnr TABLES et_adrc = lt_adrc.

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = PAR_TRTY "1894863 i_tree_id = par_trid "1894863 item = epost uparam = xml_details TABLES file_output = output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = epost param = param uparam = xml_details TABLES file_output = output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = epost param = param uparam = xml_details TABLES file_output = output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = epost param = param uparam = xml_details TABLES file_output = output.

DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING ITEM = epost PARAM = param UPARAM = xml_details TABLES file_output = output.

DMEE_HANDLE_XML_DOCUMENT CALL FUNCTION 'DMEE_HANDLE_XML_DOCUMENT' EXPORTING i_display = 'X'.

ADDR_SELECT_ADRC_SINGLE





CALL FUNCTION 'ADDR_SELECT_ADRC_SINGLE' EXPORTING addrnumber = ls_t001-adrnr TABLES et_adrc = lt_adrc.

DMEE_START CALL FUNCTION 'DMEE_START' EXPORTING i_tree_type = PAR_TRTY "1894863 i_tree_id = par_trid "1894863 item = LT_FINAL_DMEE uparam = xml_details TABLES file_output = output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = LT_FINAL_DMEE * param = param uparam = xml_details TABLES file_output = output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = LT_FINAL_DMEE * param = param uparam = xml_details TABLES file_output = output.

DMEE_PUT_ITEM CALL FUNCTION 'DMEE_PUT_ITEM' EXPORTING item = LT_FINAL_DMEE * param = param uparam = xml_details TABLES file_output = output.

DMEE_END CALL FUNCTION 'DMEE_END' EXPORTING ITEM = LT_FINAL_DMEE * PARAM = param UPARAM = xml_details TABLES file_output = output.

DMEE_HANDLE_XML_DOCUMENT CALL FUNCTION 'DMEE_HANDLE_XML_DOCUMENT' EXPORTING i_display = 'X'.



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