SAP Reports / Programs

PULEGACY_UPLOADIN4 SAP ABAP INCLUDE - Include PULEGACY_UPLOADIN4







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


Text pool values


Title: Include PULEGACY_UPLOADIN4


INCLUDES used within this REPORT PULEGACY_UPLOADIN4

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:

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = l_logicalpath EXCEPTIONS file_not_found = 1 OTHERS = 2.

FILE_GET_NAME CALL FUNCTION 'FILE_GET_NAME' EXPORTING logical_filename = p_log_flname IMPORTING file_name = g_phy_flname EXCEPTIONS file_not_found = 1 OTHERS = 2.

AUTHORITY_CHECK_DATASET CALL FUNCTION 'AUTHORITY_CHECK_DATASET' EXPORTING program = g_repid activity = c_read filename = p_phy_flname EXCEPTIONS no_authority = 1 activity_unknown = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = g_log_flname CHANGING physical_filename = p_fname EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = g_log_flname CHANGING physical_filename = p_fname EXCEPTIONS logical_filename_not_found = 1 validation_failed = 2 OTHERS = 3.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = c_plvar otype = c_otype_r objid = gs_rp-objid enqueue_once = c_abap_true EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

RH_OBJECT_CREATE CALL FUNCTION 'RH_OBJECT_CREATE' EXPORTING langu = sy-langu plvar = c_plvar otype = c_otype_rp stext = l_stext begda = l_begda endda = l_endda ostat = c_ostat vtask = c_vtask_d IMPORTING objid = g_roster_point EXCEPTIONS text_required = 1 invalid_otype = 2 invalid_date = 3 error_during_insert = 4 error_ext_number = 5 undefined = 6 OTHERS = 7.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = c_plvar otype = c_otype_rp objid = g_roster_point enqueue_once = c_abap_true EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

RH_RELATION_MAINTAIN CALL FUNCTION 'RH_RELATION_MAINTAIN' EXPORTING act_fcode = c_fcode act_plvar = c_plvar act_otype = c_otype_rp act_objid = l_rospt act_istat = c_ostat act_rsign = 'A' act_relat = c_rtorp act_sclas = c_otype_r act_sobid = p_roster act_begda = l_begda act_endda = l_endda EXCEPTIONS maintainance_failed = 1 OTHERS = 2.

HR_DEQUEUE_OBJECT CALL FUNCTION 'HR_DEQUEUE_OBJECT' EXPORTING plvar = c_plvar otype = c_otype_r objid = p_roster EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = c_plvar otype = c_otype_rp objid = l_rospt enqueue_once = c_abap_true EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

RH_RELATION_MAINTAIN CALL FUNCTION 'RH_RELATION_MAINTAIN' EXPORTING act_fcode = c_fcode act_plvar = c_plvar act_otype = c_otype_p act_objid = gs_rel-pernr act_istat = c_ostat act_rsign = 'A' act_relat = l_relat act_sclas = c_otype_rp act_sobid = p_roster_point act_begda = l_begda act_endda = l_endda EXCEPTIONS maintainance_failed = 1 OTHERS = 2.

HR_DEQUEUE_OBJECT CALL FUNCTION 'HR_DEQUEUE_OBJECT' EXPORTING plvar = c_plvar otype = c_otype_rp objid = p_roster_point EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = gs_log IMPORTING e_log_handle = g_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = l_log_handle_t EXCEPTIONS OTHERS = 1.

RH_INSERT_INFTY CALL FUNCTION 'RH_INSERT_INFTY' EXPORTING fcode = c_fcode vtask = c_vtask_d TABLES innnn = p_gt_rosterpoint_attr EXCEPTIONS no_authorization = 1 error_during_insert = 2 repid_form_initial = 3 corr_exit = 4 begda_greater_endda = 5 OTHERS = 6.

HR_DEQUEUE_OBJECT CALL FUNCTION 'HR_DEQUEUE_OBJECT' EXPORTING plvar = c_plvar otype = c_otype_rp objid = p_roster_point EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.

MESSAGE_TEXTS_READ





CALL FUNCTION 'MESSAGE_TEXTS_READ' EXPORTING msg_log_imp = g_s_msg IMPORTING msg_text_exp = l_msg_text.

HR_IN_ADD_MSG_TO_LOG CALL FUNCTION 'HR_IN_ADD_MSG_TO_LOG' EXPORTING msg_type = p_msgty msg_var1 = p_message msg_level = p_level log_handle = p_log_handle EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 OTHERS = 3.

ENQUEUE_READ CALL FUNCTION 'ENQUEUE_READ' EXPORTING gclient = sy-mandt garg = p_garg TABLES enq = lt_seqg3 EXCEPTIONS communication_failure = 1 system_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 PULEGACY_UPLOADIN4 or its description.