SAP Reports / Programs

RPUWDRQ0 SAP ABAP Report - ETP summary Infotype withdraw Utility







RPUWDRQ0 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 RPUWDRQ0 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 RPUWDRQ0. "Basic submit
SUBMIT RPUWDRQ0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUWDRQ0 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: FINYR = Financial year
Selection Text: MULREC = Multiple records
Selection Text: SIMU = Simulation
Title: ETP summary Infotype withdraw Utility
Text Symbol: 001 = Update Successful
Text Symbol: 002 = Update Unsuccessful
Text Symbol: 003 = To be Withdrawn
Text Symbol: 004 = Employee Number
Text Symbol: 005 = Start Date
Text Symbol: 006 = End Date
Text Symbol: 007 = ETP date of payment
Text Symbol: 016 = Confirm
Text Symbol: 017 = Do you really want to update?
Text Symbol: 019 = Yes
Text Symbol: 020 = No


INCLUDES used within this REPORT RPUWDRQ0

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TITLEBAR TEXT_QUESTION = QUESTION TEXT_BUTTON_1 = 'Yes'(019) TEXT_BUTTON_2 = 'No'(020) DISPLAY_CANCEL_BUTTON = SPACE START_COLUMN = 18 START_ROW = 6 IMPORTING ANSWER = ANSWER EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

BAPI_EMPLOYEE_ENQUEUE call function 'BAPI_EMPLOYEE_ENQUEUE' EXPORTING number = PERNR-pernr IMPORTING return = return.

HR_INFOTYPE_OPERATION CALL FUNCTION 'HR_INFOTYPE_OPERATION' EXPORTING INFTY = P_INFTY NUMBER = PERNR-PERNR SUBTYPE = P_SUBTY VALIDITYEND = P_ENDDA VALIDITYBEGIN = P_BEGDA RECORD = P_SIMIT OPERATION = P_OPERATION NOCOMMIT = P_COMMIT RECORDNUMBER = P_RECORDNUMBER IMPORTING RETURN = RETURN KEY = INFTYKEY EXCEPTIONS OTHERS = 0.

BAPI_EMPLOYEE_DEQUEUE call function 'BAPI_EMPLOYEE_DEQUEUE' EXPORTING number = PERNR-pernr IMPORTING return = Return.

BAPI_EMPLOYEE_DEQUEUE CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE' EXPORTING NUMBER = PERNR.

BAPI_EMPLOYEE_ENQUEUE CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE' EXPORTING NUMBER = PERNR.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gt_layout it_fieldcat = gt_fieldcat[] it_sort = gt_sort[] i_save = g_save is_variant = g_variant it_events = gt_events[] TABLES T_OUTTAB = IT_GRID.



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