RPUCDVW0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report transfers the Check Digit Verification (CDV) details for South Africa (stored in a file) into the SAP system in the table
If you would like to execute this report or see the full code listing simply enter RPUCDVW0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M16_RPUCDVW0 - RPUCDVW0
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.
Selection Text: REAL = Update run
Selection Text: MAX_REC = Maximum number of records
Selection Text: LIST = Detail list
Selection Text: DS_NAME = File path name
Selection Text: DELE = Set deletion flag
Selection Text: BANKS = Bank country
Title: Upload CDV information
Text Symbol: 084 = All files(*.*)|*.*
Text Symbol: 083 = South Africa
Text Symbol: 074 = Not Changed
Text Symbol: 073 = Mark for deletion
Text Symbol: 072 = Change
Text Symbol: 071 = Insert
Text Symbol: 066 = No. of errors when marking for deletion:
Text Symbol: 065 = Number of bank account entries marked for deletion:
Text Symbol: 064 = Number of bank account entries not changed:
Text Symbol: 063 = No. of errors when changing:
Text Symbol: 062 = No. of errors when creating:
Text Symbol: 061 = Number of bank acoount entries changed:
Text Symbol: 060 = Number of bank account entries created:
Text Symbol: 051 = Number of bank account entries:
Text Symbol: 050 = Number of different banks:
Text Symbol: 049 = Number of banks with corrupted records:
Text Symbol: 020 = Data set name:
Text Symbol: 010 = ACB Upload file
Text Symbol: 008 = No bank account entries created changed or marked for deletion:
Text Symbol: 007 = Detail List
Text Symbol: 006 = Error List
Text Symbol: 005 = Corrupted Bank records. Identified by bank code
Text Symbol: 004 = UPDATE RUN
Text Symbol: 003 = T E S T R U N
Text Symbol: 002 = *** E R R O R *** (Upload file contains corrupted data)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_FILENAME_GET *CALL FUNCTION 'WS_FILENAME_GET' * EXPORTING * DEF_FILENAME = SPACE * DEF_PATH = SPACE * MASK = ',all files,*.*.'
HRCA_READ_BANK_ADDRESS_2 CALL FUNCTION 'HRCA_READ_BANK_ADDRESS_2' EXPORTING BANK_COUNTRY = 'ZA' BANK_NUMBER = BANKL IMPORTING BANK_DATA = B_DATA EXCEPTIONS NOT_FOUND = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUCDVW0 - Upload CDV information RPUCDVW0 - Upload CDV information RPUCDSE0 - Mass translation of text tables (OBSOLETE) RPUCDSE0 - Mass translation of text tables (OBSOLETE) RPUCDCU0 - Convert Payroll Results for Conversion to > 2 Decimal Places RPUCDCU0 - Convert Payroll Results for Conversion to > 2 Decimal Places