SAP Program RPURACU1 - Conversion of Entries in PREL for New Ethnic Category Keys (T505R/S)

Description
In release 2.2A, a new EEO-1 report is delivered (RPSEEOU1) whichreplaces the old EEO-1 report (RPSEEOU0). This new program uses theFEATURE EEOCL to categorize the race of each employee. In addition, newentries have been delivered to the standard (client 000) for Race table(T505S). This program converts existing infotype 0077 records for allclients using the pre-2.2A SAP delivered standard.

Precondition
Before executing this program, you should confirm that the currentstandard which you are using is, in fact, the old SAP standard. Thiscan be done by checking the T505R table. The entries should read asfollows:
01 American indian/alaskan native
02 Caucasion
03 Black
04 Asian or pacific islander
05 Hispanic
If this is the case, you will need to copy the new T505S entries intoyour customer client from the standard (client 000).
Run this report without updating the database to confirm that the datafor infotype 0077 is consistent. If you do not get any error messages,you can then execute the report and update the database
If you are not using the pre-2.2A released SAP standard as shown above,you can still use this report to convert your data by changing theFORM CONVERT_DATA to accomodate your current entries.
Remember that this report will convert ALL active clients, not onlythe client in which the report is executed.

Output
The output of this report depends upon whether you have requested thedetail to be printed. If so, you will get a list of all personnelrecords for which an infotype 0077 record exists. This means that ifan employee has more than one infotype 0077 record, they will appearmore than once on the list.
Regardless of the "Print detail" parameter setting, the report willdisplay each active client, the number of personnel numbers in eachclient (regardless of whether an infotype 0077 record exists), andthe count of the number of the infotype 0077 records which have beenencountered.
The report will also display information if any infotype 0077 recordwas encountered with a value other than those allowed ('01'-'05')