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
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.
Title: Tax hierarchy editor subroutines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.