SAP Reports / Programs

LFPTXF02 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RFC_CALCULATE_TAXES_DOC CALL FUNCTION 'RFC_CALCULATE_TAXES_DOC' DESTINATION l_ttxd-rfcdest EXPORTING i_sap_control_data = l_sap_control_data i_tax_cal_head_in = l_cal_head_in IMPORTING o_ext_control_data = l_ext_control_data o_com_err_doc = l_com_err_doc TABLES i_tax_cal_item_in = lt_cal_item_in_s o_tax_cal_item_out = lt_cal_item_out o_tax_cal_jur_level_out = lt_cal_level_out EXCEPTIONS system_failure = 1 communication_failure = 2.

RFC_UPDATE_TAXES_DOC CALL FUNCTION 'RFC_UPDATE_TAXES_DOC' DESTINATION l_ttxd-rfcdest EXPORTING i_sap_control_data = l_sap_control_data i_tax_upd_head_in = l_upd_head_in IMPORTING o_ext_control_data = l_ext_control_data o_com_err_doc = l_com_err_doc TABLES i_tax_upd_item_in = lt_upd_item_in EXCEPTIONS system_failure = 1 communication_failure = 2.

RFC_FORCE_TAXES_DOC CALL FUNCTION 'RFC_FORCE_TAXES_DOC' DESTINATION l_ttxd-rfcdest EXPORTING i_sap_control_data = l_sap_control_data i_tax_frc_head_in = l_frc_head_in IMPORTING o_ext_control_data = l_ext_control_data o_com_err_doc = l_com_err_doc TABLES i_tax_frc_item_in = lt_frc_item_in i_tax_frc_jur_level_in = lt_frc_level_in EXCEPTIONS system_failure = 1 communication_failure = 2.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.

FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = l_tfk033d IMPORTING e_tfk033d = l_tfk033d EXCEPTIONS error_in_input_data = 1 nothing_found = 2 OTHERS = 3.

FKK_ACCOUNT_DETERMINE_0018 CALL FUNCTION 'FKK_ACCOUNT_DETERMINE_0018'.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = lv_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = lv_applk i_fbeve = '0178' TABLES t_fbstab = lt_fbstab_0178.

FKK_SAMPLE_0178 CALL FUNCTION 'FKK_SAMPLE_0178'.



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