SAP Reports / Programs

RPUAVDD0 SAP ABAP Report - Delete Actuarial Data Record







RPUAVDD0 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 RPUAVDD0 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 RPUAVDD0. "Basic submit
SUBMIT RPUAVDD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUAVDD0 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: PA_TEST = D Test
Selection Text: PBLSTG = D Balance Sheet Date
Selection Text: PLTRGR = D Benefits Provider
Selection Text: PPERNR = D Personnel number
Selection Text: PVMGRD = D Reason for Interface
Title: Delete Actuarial Data Record
Text Symbol: A03 = No.of Ind.Pensions
Text Symbol: A04 = No. of Surv. Dep. Pensions
Text Symbol: A05 = No. of Curr. Entitlements
Text Symbol: A06 = No. of Vested Entitlements
Text Symbol: E01 = Data records already exist for a later balance sheet date
Text Symbol: FT0 = Selection
Text Symbol: FT1 = Test Options
Text Symbol: S03 = New Notifications
Text Symbol: S04 = Change Notifications
Text Symbol: S05 = Non-Relevant Notifications
Text Symbol: S06 = Total Number of Records:
Text Symbol: S07 = The following data was not deleted:
Text Symbol: S08 = The following data was deleted:


INCLUDES used within this REPORT RPUAVDD0

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:

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = DOMAIN_NAME IMPORTING RC = DD07V_SUBRC TABLES DD07V_TAB = DD07V_TABLE EXCEPTIONS WRONG_TEXTFLAG = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = DOMAIN_NAME IMPORTING RC = DD07V_SUBRC TABLES DD07V_TAB = DD07V_TABLE EXCEPTIONS WRONG_TEXTFLAG = 1 OTHERS = 2.

ENQUEUE_E_TABLEE CALL FUNCTION 'ENQUEUE_E_TABLEE' EXPORTING TABNAME = ENQ_BAVDB EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_TABLEE CALL FUNCTION 'DEQUEUE_E_TABLEE' EXPORTING TABNAME = DEQ_BAVDB EXCEPTIONS OTHERS = 1.

HR_CHECK_AUTHORITY_INFTY CALL FUNCTION 'HR_CHECK_AUTHORITY_INFTY' EXPORTING * TCLAS = 'A' PERNR = LT_PERNR-PERNR INFTY = '0202' SUBTY = ' ' BEGDA = SY-DATUM ENDDA = SY-DATUM * LEVEL = 'R' * TABLES * I0001 = EXCEPTIONS NO_AUTHORIZATION = 1 INTERNAL_ERROR = 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 RPUAVDD0 or its description.