SAP Reports / Programs | Payroll | Non Profit Organizations(PY-NPO) SAP PY

HUNUAAP_CLEANUP SAP ABAP Report - Cleanup PAAP management tables (use with care)







HUNUAAP_CLEANUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Delete all existing records and entries from PAAP Environment,,,, HR Master Data and Personnel Actions Approval Process PAAP is installed and Mainswitch is on...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter HUNUAAP_CLEANUP into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRPADUN_AAP_CLEANUP - Delete existing PAAP records


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 HUNUAAP_CLEANUP. "Basic submit
SUBMIT HUNUAAP_CLEANUP AND RETURN. "Return to original report after report execution complete
SUBMIT HUNUAAP_CLEANUP 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: PASSWORD = D .
Selection Text: PERNR = Copied Personnel number
Selection Text: SW_DALV = Display in ALV
Selection Text: SW_TESTE = Test! No Database Update
Title: Cleanup PAAP management tables (use with care)
Text Symbol: 001 = All PAAP table entries for PERNR
Text Symbol: 002 = will be deleted now.
Text Symbol: D01 = Deleted records from table T7UNAAP_CO_PERN
Text Symbol: D02 = Deleted records from PAAP Cluster T7UNAAP_CLUST
Text Symbol: DIS = Display
Text Symbol: H01 = Text
Text Symbol: H02 = Value
Text Symbol: L01 = result =
Text Symbol: L02 = count =
Text Symbol: PNR = Please use F4-Help for PERNR select-option
Text Symbol: S01 = Selected records for delete from table T7UNAAP_CO_PERN
Text Symbol: S02 = Selected records for delete from PAAP Cluster T7UNAAP_CLUST
Text Symbol: SEL = Select-Options
Text Symbol: T01 = Result
Text Symbol: T02 = Count


INCLUDES used within this REPORT HUNUAAP_CLEANUP

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = GUI_TEXT PERCENTAGE = 25 EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = GUI_TEXT PERCENTAGE = 25 EXCEPTIONS OTHERS = 0.



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