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

J_3RFPROPTAX_EXTR SAP ABAP INCLUDE - Include J_3RFPROPTAX_EXTR







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


INCLUDES used within this REPORT J_3RFPROPTAX_EXTR

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_EXTRACT_AT_INIT call function 'REUSE_ALV_EXTRACT_AT_INIT' changing cs_extract1 = gs_extract1 cs_extract2 = gs_extract2.

REUSE_ALV_EXTRACT_AT_SELSCREEN call function 'REUSE_ALV_EXTRACT_AT_SELSCREEN' exporting i_p_save = p_save i_p_load = p_load changing c_p_ex1 = p_ex1 c_p_ex2 = p_ex2 c_p_ext1 = p_ext1 c_p_ext2 = p_ext2 cs_extract1 = gs_extract1 cs_extract2 = gs_extract2.

REUSE_ALV_EXTRACT_AT_F4_P_EX1 call function 'REUSE_ALV_EXTRACT_AT_F4_P_EX1' * EXPORTING * I_PARNAME_P_EXT1 = 'P_EXT1' changing c_p_ex1 = p_ex1 c_p_ext1 = p_ext1 cs_extract1 = gs_extract1.

REUSE_ALV_EXTRACT_AT_F4_P_EX2 call function 'REUSE_ALV_EXTRACT_AT_F4_P_EX2' * EXPORTING * I_PARNAME_P_EXT2 = 'P_EXT2' changing c_p_ex2 = p_ex2 c_p_ext2 = p_ext2 cs_extract2 = gs_extract2.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_NOEX' doktitle = text-e01 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_NOEX' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_SAVE' doktitle = text-e02 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_SAVE' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_EX1' doktitle = text-e03 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_EX1' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_EXT1' doktitle = text-e04 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_EXT1' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_LOAD' doktitle = text-e05 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_LOAD' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.

HELP_OBJECT_SHOW call function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' doklangu = sy-langu dokname = 'J_3RF_P_EX2' doktitle = text-e03 called_by_program = sy-cprog called_by_dynp = sy-dynnr called_for_tab_fld_btch_input = 'P_EX2' called_by_cuaprog = sy-cprog called_by_cuastat = sy-pfkey tables links = links exceptions object_not_found = 1 sapscript_error = 2 others = 3.



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