SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

UP50RU01 SAP ABAP INCLUDE - SAPUP50R: Update routines







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


Text pool values


Title: SAPUP50R: Update routines


INCLUDES used within this REPORT UP50RU01

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:

HR_T777D_READ CALL FUNCTION 'HR_T777D_READ' "ANDUNI EXPORTING infty = prelp-infty IMPORTING t777d = l_t777d EXCEPTIONS entry_not_found = 1 OTHERS = 2.

RH_PERSON_REGISTER_AS_ORIGINAL CALL FUNCTION 'RH_PERSON_REGISTER_AS_ORIGINAL' EXPORTING otype = 'P' pernr = psoper-pernr.

RH_PERSON_REGISTER_AS_ORIGINAL CALL FUNCTION 'RH_PERSON_REGISTER_AS_ORIGINAL' EXPORTING otype = 'AP' pernr = psoper-pernr.

RH_IDOCSEG_TYP_OF_INFTY_GET CALL FUNCTION 'RH_IDOCSEG_TYP_OF_INFTY_GET' "QDOK000494 EXPORTING "QDOK000494 act_infty = psoper-infty "QDOK000494 act_subty = psoper-subty "QDOK000494 EXCEPTIONS "QDOK000494 idoc_seg_name_not_found = 1 "QDOK000494 OTHERS = 2. "QDOK000494

RH_INFTY_CHANGE_PROT CALL FUNCTION 'RH_INFTY_CHANGE_PROT' TABLES changed_objects = changed_objects EXCEPTIONS OTHERS = 0.

HR_EVENT_CREATE CALL FUNCTION 'HR_EVENT_CREATE' "VAPP30K046386 EXPORTING "VAPP30K046386 entity = pspar-tclas "VAPP30K046386 no_commit_for_queue = no_commit_for_queue"note738482 TABLES "VAPP30K046386 db_operations = l_prelo_tab "note702290 before_image_when_update = before_image "VAPP30K046386 EXCEPTIONS "VAPP30K046386 no_potential_businessobject = 1 "VAPP30K046386 no_infotype_operation = 2 "VAPP30K046386 OTHERS = 3. "VAPP30K046386

RH_HRPOBJECT_CORR_AT_SAVE CALL FUNCTION 'RH_HRPOBJECT_CORR_AT_SAVE' "VWMTRSP TABLES "VWMTRSP plogtab = plog_tab "VWMTRSP hrttab = trsp_tb_plog_tab "VWMTRSP EXCEPTIONS "VWMTRSP corr_insert_canceled = 01 "VWMTRSP error_during_corr_insert = 02 "VWMTRSP custplvar_equal_actplvar = 03 "VWMTRSP client_not_valid = 04. "VWMTRSP

CO_RU_CONFIRMATION * CALL FUNCTION 'CO_RU_CONFIRMATION' "XLCK002270 * EXPORTING "XLCK002270 * ADD_ONLY_FLG = 'X' "XLCK002270 * AKTYP_IMP = AKTYP. "XLCK002270

PLANT_DATA_ANALYZE * CALL FUNCTION 'PLANT_DATA_ANALYZE' "XLCK038341 * EXPORTING "XLCK038341 * DIALOG_FLAG = 'X' "XLCK038341 * EXTERN_FLAG = 'X' "XLCK038341 * TRANS_TYP = AKTYP "XDES11K126352 "XLCK038341 * TABLES "XLCK038341 * IPDCOM = OPDCOM. "XLCK038341

RP_INSERT_COIFT * call function 'RP_INSERT_COIFT' "XQPK037348 * tables "XQPK037348 * in_coift = i_coift. "XQPK037348

HR_INSERT_MMSRVIF CALL FUNCTION 'HR_INSERT_MMSRVIF' "XQPK037348 TABLES "XQPK037348 in_coift = i_coift. "XQPK037348

HR_INFOTYPE_DATABASETABLE_GET CALL FUNCTION 'HR_INFOTYPE_DATABASETABLE_GET' EXPORTING infty = p_infty tclas = p_tclas IMPORTING dbname = p_dbname dbname_short = p_dbname_short.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING object = object nr_range_nr = range quantity = quantity IMPORTING returncode = retcode number = nummer EXCEPTIONS object_not_found = 1 interval_not_found = 2 number_range_not_intern = 3.

RP_PLANT_DATA_UPDATE_TABLES CALL FUNCTION 'RP_PLANT_DATA_UPDATE_TABLES' EXPORTING * IPDCOM = HR_PDC "XLCK029158 ipdsnr = p_pdsnr "XLCK029158 ipref = ls_pref "XLCK029158 iopera = p_pref-opera "XLCK029158 * DPDSNR = PDSNR_DEL"AHRK000494 PH9K012246 EXCEPTIONS insert_asshr_not_possible = 1 insert_coift_not_possible = 2 insert_assob_not_possible = 3 insert_pdsnr_not_possible = 4 delete_asshr_not_possible = 5 delete_assob_not_possible = 6 delete_coift_not_possible = 7 delete_pdsnr_not_possible = 8 update_assob_not_possible = 9 insert_teven_more_not_possible = 10 "AHRK000494 delete_teven_more_not_possible = 11 "AHRK000494 OTHERS = 12.

HRCA_PAYR_EXCHANGE_PAY_RESULT CALL FUNCTION 'HRCA_PAYR_EXCHANGE_PAY_RESULT' EXPORTING i_payr_fi = local_payr i_new_pernr = payr_buffer-pernr i_new_seqnr = payr_buffer-seqnr i_new_btznr = payr_buffer-btznr EXCEPTIONS incomplete_data = 1 no_records_found = 2 OTHERS = 3.

HR_UPDATE_QUODED_BUFFER CALL FUNCTION 'HR_UPDATE_QUODED_BUFFER' EXPORTING memory_pernr = l_pernr.

HR_UPDATE_QUODED_BUFFER * CALL FUNCTION 'HR_UPDATE_QUODED_BUFFER'.

HR_DELETE_T52MCW CALL FUNCTION 'HR_DELETE_T52MCW' EXPORTING imp_pernr = -pernr.

HR_SET_MATCHCODE_W





CALL FUNCTION 'HR_SET_MATCHCODE_W' EXPORTING imp_pernr = -pernr.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = infty_badi_name flt_val = space "MELN1633153 IMPORTING is_implemented = is_implemented CHANGING instance = infty_badi_exit.

HR_READ_INFOTYPE_AUTHC_DISABLE CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = p_tclas pernr = l_pernr infty = l_infty * BEGDA = '18000101' * ENDDA = '99991231' bypass_buffer = 'X' "XYVN0361522 * importing * subrc = TABLES infty_tab = l_prelp_tab.

HCM_P_BP_INTEGRATION CALL FUNCTION 'HCM_P_BP_INTEGRATION' DESTINATION lv_dest EXPORTING psoper_tab = psoper[] iv_commit = lv_commit EXCEPTIONS "MELN1638812 system_failure = 1 communication_failure = 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 UP50RU01 or its description.