SAP Reports / Programs

HPLUDELP SAP ABAP Report - For supporting deleting personnel numbers







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


Text pool values


Selection Text: PROTOCOL = Protocol
Selection Text: SELPERNR = Personnel number
Selection Text: TESTX = Test
Title: For supporting deleting personnel numbers
Text Symbol: TE1 = Count of processed personnel numbers:
Text Symbol: TE2 = It was test only.
Text Symbol: TE3 = No data was deleted.
Text Symbol: TE4 = For deleting data set parameter TEST = OFF
Text Symbol: TE5 = Incorrect personnel numbers:
Text Symbol: PRO = Protocol of report
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: ABR = Report was aborted
Text Symbol: BP1 = Selectio
Text Symbol: ER0 = I can not lock personnel number.
Text Symbol: ER3 = Personnel number is locked
Text Symbol: ER9 = Error code
Text Symbol: LST = Personnel numbers processed:
Text Symbol: PQU = Are you sure to delete data for selected personnel numbers?


INCLUDES used within this REPORT HPLUDELP

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_CHECK_AUTHORITY_INFTY call function 'HR_CHECK_AUTHORITY_INFTY' "QICAHRK029467 exporting "QICAHRK029467 pernr = '00000000' "QICAHRK029467 infty = '*' "QICAHRK029467 subty = '*' "QICAHRK029467 level = 'W' "QICAHRK029467 exceptions "QICAHRK029467 no_authorization = 1 "QICAHRK029467 internal_error = 2 "QICAHRK029467 others = 3. "QICAHRK029467

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' "XWSK033018 exporting "XWSK033018 text_question = text-pqu "XWSK033018 text_button_1 = 'TAK'(001) "XWSK033018 icon_button_1 = 'ICON_OKAY' "XWSK033018 text_button_2 = 'Nie'(002) "XWSK033018 icon_button_2 = 'ICON_CANCEL' "XWSK033018 default_button = '2' "XWSK033018 display_cancel_button = ' ' "XWSK033018 importing "XWSK033018 answer = popup_answer "XWSK033018 exceptions "XWSK033018 text_not_found = 1 "XWSK033018 others = 2. "XWSK033018

BAPI_EMPLOYEE_ENQUEUE call function 'BAPI_EMPLOYEE_ENQUEUE' EXPORTING number = pr IMPORTING return = return_struc.

BAPI_EMPLOYEE_DEQUEUE call function 'BAPI_EMPLOYEE_DEQUEUE' EXPORTING number = pr.



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 HPLUDELP or its description.