RPCSVDD2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RPCSVDD1 creates notifications for the BVV pension, which has to be sent to the BVV by data medium every month...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 RPCSVDD2 into the relevant SAP transactions such as SE38 or SE80
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.
&0................&1................&2................&3............
Selection Text: SW_PEV = Live Run
Selection Text: SEQ-OUT = Output
Selection Text: PROTO = Test Log
Selection Text: MHRAB = Multiple Payroll
Selection Text: LISTE = Contribution Statement
Selection Text: ARCHIVNR = Archive No. of File
Title: Create BVV Notifications
Text Symbol: M65 = Total Relief Funds
Text Symbol: ML1 = ....+....1....+....2....+....3....+....4....+....5
Text Symbol: ML2 = ....+....6....+....7....+....8....+....9....+....0
Text Symbol: S01 = Current Month:
Text Symbol: S02 = Number of Employees:
Text Symbol: S03 = Ret.Accntng:
Text Symbol: S04 = Total:
Text Symbol: S05 = Add.payment
Text Symbol: S06 = Number of EEs with PF Recs:
Text Symbol: S07 = No. of EEs with RF Records:
Text Symbol: S08 = Total for Current Mth:
Text Symbol: S09 = Total No. of Records:
Text Symbol: S10 = Pension Fund :
Text Symbol: S11 = Relief Fund:
Text Symbol: M64 = Number of Relief Funds
Text Symbol: M63 = Total Pension Funds
Text Symbol: M62 = Number of Pension Funds
Text Symbol: M61 = Sum of Contribtns
Text Symbol: M60 = No.of Rec.Type B
Text Symbol: M42 = Multiple Payroll
Text Symbol: M41 = Payroll Date
Text Symbol: M40 = BVV Company No.
Text Symbol: M21 = Sorting/Group Change
Text Symbol: M20 = Processing
Text Symbol: M19 = Leaving
Text Symbol: M18 = Entry
Text Symbol: M17 = Address Street
Text Symbol: M16 = Add. City
Text Symbol: U35 = BVV Total
Text Symbol: U34 = BVV Risk Insur.
INCLUDE RPC2RX01.
INCLUDE RPC2RX02.
INCLUDE RPC2RDD1.
No SAP DATABASE tables are accessed within this REPORT code!
RSTS_WRITE #R3 CALL FUNCTION 'RSTS_WRITE' #R3 TABLES #R3 DATATAB = BVV_OUTPUT.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' " TABLES " DATATAB = BVV_OUTPUT. "
RP_TS_CREATE_OBJECT #R3 CALL FUNCTION 'RP_TS_CREATE_OBJECT' #R3 EXPORTING #R3 OBJKN = 'CSVDD1' #R3 OBJNR = TS_BVV_D #R3 EMPFG = 'RPUTSVDD'.
RSTS_CLOSE #R3 CALL FUNCTION 'RSTS_CLOSE' #R3 EXCEPTIONS #R3 FB_CALL_HANDLE = 01 #R3 FB_ERROR = 02 #R3 FB_RSTS_OTHER = 03.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING MOLGA = MOLGA * TRFAR = * TRFGB = * TRFKZ = BEGDA = $DATE * ENDDA = IMPORTING WAERS = $WAERS * VALID_BEGDA = * VALID_ENDDA = * RETURN = * CURRENCY_SOURCE = * TABLES * CURRENCY_TABLE = EXCEPTIONS MOLGA_NOT_IN_T001P = 1 NO_ENTRY_FOUND_IN_TABLE_T001 = 2 NO_ENTRY_FOUND_IN_TABLE_T500P = 3 NO_ENTRY_FOUND_IN_TABLE_T500C = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = P_DATUM FOREIGN_AMOUNT = P_BETRG * FOREIGN_CURRENCY = P_WAERS "QALK033171 * LOCAL_CURRENCY = WAERS " FOREIGN_CURRENCY = from_WAERS " LOCAL_CURRENCY = to_WAERS "QALK033171 IMPORTING LOCAL_AMOUNT = P_BETRG EXCEPTIONS OTHERS = 1.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'ADDRS' struc_content = pme36 kind_of_error = space IMPORTING back = $subty * STATUS = EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.
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 RPCSVDD2 or its description.