RPCUIDW3 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 RPCUIDW3 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_TS_OPEN call function 'RP_TS_OPEN' exporting tsobj = tsobj empfg = empfg importing objin = objin exceptions no_object = 05.
RSTS_CLOSE call function 'RSTS_CLOSE' exceptions fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Reading TemSe ...'(002).
RSTS_READ call function 'RSTS_READ' tables datatab = record exceptions fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = 'Converting certificates ...'(001).
HR_ZA_UIF_DOWNLOAD_LOCK call function 'HR_ZA_UIF_DOWNLOAD_LOCK' exporting creator = orig_uif.
HR_ZA_UIF_RUN_LOCK call function 'HR_ZA_UIF_RUN_LOCK' exporting taxyr = p_txyr uifmonth = p_month runnr = p_runnr.
FILE_GET_NAME call function 'FILE_GET_NAME' exporting logical_filename = lds_name parameter_1 = p_fileno importing file_name = physfil exceptions file_not_found = 01.
HR_ZA_UIF_ATTRIB_SET call function 'HR_ZA_UIF_ATTRIB_SET' exporting runnr = p_runnr taxyr = p_txyr uifmonth = p_month runst = f_stat repid = f_repid exceptions status_not_allowed = 3.
HR_ZA_UIF_ATTRIB_SET call function 'HR_ZA_UIF_ATTRIB_SET' exporting runnr = p_runnr taxyr = p_txyr uifmonth = p_month repid = f_repid.
HR_ZA_UIF_RUN_UNLOCK call function 'HR_ZA_UIF_RUN_UNLOCK' exporting taxyr = p_txyr uifmonth = p_month runnr = p_runnr.
HR_ZA_UIF_DOWNLOAD_UNLOCK call function 'HR_ZA_UIF_DOWNLOAD_UNLOCK' exporting creator = orig_uif.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = 'HR_ZA_UIF' CHANGING PHYSICAL_FILENAME = outfil EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = 'HR_ZA_UIF' CHANGING PHYSICAL_FILENAME = outfil EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = text-o02 diagnosetext2 = outfil textline1 = text-o03 titel = text-o01 importing answer = answer.
FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING LOGICAL_FILENAME = 'HR_ZA_UIF' CHANGING PHYSICAL_FILENAME = outfil EXCEPTIONS LOGICAL_FILENAME_NOT_FOUND = 1 VALIDATION_FAILED = 2 OTHERS = 3 .
WS_QUERY call function 'WS_QUERY' exporting filename = outfil query = 'FE' "File Exist ? importing return = return.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = text-o02 diagnosetext2 = outfil textline1 = text-o03 titel = text-o01 importing answer = answer.
call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'UIFREF' value_org = 'S' tables value_tab = helptab return_tab = returnval exceptions parameter_error = 1 no_values_found = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'p_txyr' value_ORG = 'S' dynpprog = dynpprog dynpnr = dynpnr dynprofield = 'P_TXYR' TABLES value_tab = itax_year return_tab = returnval EXCEPTIONS others = 1.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = l_text2 diagnosetext2 = l_text3 textline1 = text-e04 textline2 = text-e05 titel = text-e01 importing answer = answer.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'N' diagnosetext1 = l_text2 diagnosetext2 = l_text3 textline1 = text-f04 titel = text-f01 importing answer = answer.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'CERT_TEMSE' value_org = 'S' tables value_tab = helptab return_tab = returnval exceptions parameter_error = 1 no_values_found = 2 others = 3.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = 'J' diagnosetext1 = l_text textline1 = text-n13 titel = text-n11 importing answer = answer.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = dyname dynumb = dynumb tables dynpfields = dynpfields exceptions invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 others = 11.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = cl_hr99b_pal=>c_root_node i_node_txt = l_title_text i_categ_id = c_pal_categids-header IMPORTING e_node_key = obj_pal_log->g_node_key EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = obj_pal_log->g_node_key i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = obj_pal_log->g_node_key i_node_txt = l_title_text i_categ_id = c_pal_categids-header IMPORTING e_node_key = l_node_uif EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_uif i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_uif i_row_data = l_data EXCEPTIONS program_error = 1 others = 2.
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 RPCUIDW3 or its description.