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

J_3RF_TAX_EDITOBJLISTF02 SAP ABAP INCLUDE - Tax hierarchy editor subroutines







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


Text pool values


Title: Tax hierarchy editor subroutines


INCLUDES used within this REPORT J_3RF_TAX_EDITOBJLISTF02

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:

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = j_3rftax_objedit-id IMPORTING node_info = node_info EXCEPTIONS OTHERS = 1.

RS_TREE_GET_NODE CALL FUNCTION 'RS_TREE_GET_NODE' EXPORTING node_id = j_3rftax_objedit-parent_id IMPORTING node_info = pred_info EXCEPTIONS id_not_found = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = tabname TABLES dfies_tab = dfies_tab EXCEPTIONS OTHERS = 1.

G_BOOL_F4_SUBRULE CALL FUNCTION 'G_BOOL_F4_SUBRULE' EXPORTING rule_event = rule_event rule_user = rule_user id_fld = 'J_3RFTAX_OBJEDIT-RULE_ID' prog_name = g_repid IMPORTING rule = rule EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = sy-dynnr translate_to_upper = 'X' TABLES dynpfields = dynpfields EXCEPTIONS OTHERS = 1.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING fieldname = fieldname input_value = input_value tabname = tabname IMPORTING select_value = input_value EXCEPTIONS OTHERS = 1.

RS_SET_SELECT_OPTIONS_OPTIONS CALL FUNCTION 'RS_SET_SELECT_OPTIONS_OPTIONS' EXPORTING high = p_high low = p_low olength = '30' olength_high = '30' option = option option_set = option_set selcname = selcname selctext = selctext sign = 'I' IMPORTING option = option EXCEPTIONS delete_line = 1 not_executed = 2 OTHERS = 3.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = l_tabname fieldname = l_fieldname TABLES return_tab = val_tab[] EXCEPTIONS field_not_found = 1 no_help_for_field = 2 inconsistent_help = 3 no_values_found = 4 OTHERS = 5.



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