SAP Reports / Programs

CNV_20551_RPUDELPN SAP ABAP Report - Delete PerNo via PERSB







CNV_20551_RPUDELPN 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 CNV_20551_RPUDELPN 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 CNV_20551_RPUDELPN. "Basic submit
SUBMIT CNV_20551_RPUDELPN AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20551_RPUDELPN 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: TEST = Test run:
Selection Text: SELPERSB = Personnel area :
Selection Text: SELPERNR = Personnel no.:
Selection Text: PROTOCOL = Log:
Title: Delete PerNo via PERSB
Text Symbol: ER1 = Cannot unlock personnel number
Text Symbol: ER2 = Cannot delete integration
Text Symbol: ER3 = Personnel number locked
Text Symbol: ER9 = Error code
Text Symbol: LST = Personnel numbers processed:
Text Symbol: ORD = No entry in ASSHR although REFEX = "X"
Text Symbol: PRO = Report log
Text Symbol: ER0 = Cannot lock personnel number
Text Symbol: 001 = RH_DEL_DATA_AFTER_INTEGRATION
Text Symbol: 060 = _PERNR
Text Symbol: 379 = TEVEN/_MORE: Personnel number set to "00000000" for:
Text Symbol: BP1 = Selection
Text Symbol: BP2 = Procedure
Text Symbol: D04 = Error deleting IT0121
Text Symbol: D05 = Error updating IT0031
Text Symbol: U04 = Error updating IT0121
Text Symbol: U05 = Error deleting IT0031
Text Symbol: TE8 = No. of PerNos which were not deleted via Customer-Exit:
Text Symbol: TE1 = No. of personnel numbers processed:
Text Symbol: TE2 = This was only a test run.
Text Symbol: TE3 = No data was deleted
Text Symbol: TE4 = To delete, set Test parameter to OFF
Text Symbol: TE5 = No. of PerNos which were not deleted:
Text Symbol: TE6 = Personnel nos with errors :
Text Symbol: TE7 = Number of processed PerNos via Customer-Exit:


INCLUDES used within this REPORT CNV_20551_RPUDELPN

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:

RH_FETCH_PLOG CALL FUNCTION 'RH_FETCH_PLOG' EXPORTING infty = '1001' objid = plog_objid otype = 'P' plvar = space * SUBTY = ' ' TABLES plogtab = plog_tab EXCEPTIONS OTHERS = 1.

RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'D'"DIALOG * ORDER_FLG = 'X' * COMMIT_FLG = 'X' * AUTHY = 'X' * PPPAR_IMP = TABLES innnn = plog_tab EXCEPTIONS * error_during_delete = 1 * no_authorization = 2 * delete_first_record = 3 * corr_exit = 4 OTHERS = 5.



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