RFKK_ENH_USTPD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program you can add fields, which the SAP standard interface transfers to an external tax system for calculating U...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFKK_ENH_USTPD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FQ_ENH_USTPD - Create Enhancement: U.S. Taxes
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: Check and Create Enhancement: U.S. Taxes with Interface per Document
Text Symbol: 006 = Enhancement &1 for U.S. Tax (per Document)
Text Symbol: 011 = Test Run for Standard Enhancement 'U.S. Tax (per Document)'
Text Symbol: 012 = Update Run for Standard Enhancement 'U.S. Tax (per Document)'
Text Symbol: M00 = No enhancement necessary
Text Symbol: M01 = Customer Include &1 Must Be Created
Text Symbol: M02 = Customer include &1 does not need to be created
Text Symbol: M03 = Customer include &1 created
Text Symbol: M04 = Customer Include &1 Must Be Enhanced
Text Symbol: M05 = Customer include &1 doea not need to be enhanced
Text Symbol: M06 = Customer include &1 enhanced
Text Symbol: M10 = Activation of customer include &1 ended with return code &2
Text Symbol: T01 = Active
Text Symbol: T02 = Field Active
FORM READ_INCLUDE USING U_INCNA TYPE STRING
FORM ENHANCE_INCLUDE USING U_INCNA TYPE STRING
No SAP DATABASE tables are accessed within this REPORT code!
HELP_OBJECT_SHOW_FOR_FIELD CALL FUNCTION 'HELP_OBJECT_SHOW_FOR_FIELD' EXPORTING called_for_tab = 'FKK_ENH_USTPD_ALL' called_for_field = g_dfies-fieldname.
DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FKK_ENH_USTPD_ALL' TABLES dfies_tab = gt_dfies.
HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = l_help_infos TABLES dynpselect = l_dynpselect dynpvaluetab = l_dynpvaluetab.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = l_incna state = 'A' langu = sy-langu IMPORTING dd02v_wa = w02v dd09l_wa = w09l TABLES dd03p_tab = t03p dd05m_tab = t05m dd08v_tab = t08v dd12v_tab = t12v dd17v_tab = t17v dd35v_tab = t35v dd36m_tab = t36m EXCEPTIONS illegal_input = 1 OTHERS = 2.
DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = l_incna dd02v_wa = l_w02v TABLES dd03p_tab = lt_t03p EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.
DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = l_incna TABLES dd03p_tab = lt_t03p EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.
DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = l_incna auth_chk = 'X' prid = -1 IMPORTING rc = loc_rc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.
RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = u_object object_class = 'DICT' mode = u_mode global_lock = 'X' devclass = c_devclass korrnum = c_korrnum master_language = sy-langu genflag = ' ' program = ' ' IMPORTING devclass = c_devclass korrnum = c_korrnum EXCEPTIONS cancelled = 01 permission_failure = 02 unknown_objectclass = 03.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = loc_tadir-obj_name wi_read_only = 'X' IMPORTING new_tadir_entry = loc_tadir EXCEPTIONS OTHERS = 4.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_structure_name = 'FKK_COMMENT' is_layout = gs_layout_log it_fieldcat = gt_fieldcat_log[] it_events = gt_events[] i_save = 'A' TABLES t_outtab = g_comments.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = g_tabname i_structure_name = 'FKK_COMMENT' CHANGING ct_fieldcat = ut_fieldcat EXCEPTIONS OTHERS = 0.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = gt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKK_ENH_USTPD - Check and Create Enhancement: U.S. Taxes with Interface per Document RFKK_ENH_USTPD - Check and Create Enhancement: U.S. Taxes with Interface per Document RFKK_ENH_STATUS_RESET - Redetermine Status of All Enhancements RFKK_ENH_STATUS_RESET - Redetermine Status of All Enhancements RFKK_ENH_REFKY - Check and Create Enhancement: Classification Key RFKK_ENH_REFKY - Check and Create Enhancement: Classification Key