Description HR-US: Conversion Program for EEO-1 Reporting Unit Numbers (3.1H) Precondition This XPRA program should run during upgrades of releases 3.1G or earlier to 3.1H or higher. The program will convert the existing data in T5U0P-REPUN and T5U0E-REPUN to table T5URU, which is a new check table for T5U0P and T5U0E. First, the program checks whether the target system is an HR-US user or not, by checking whether T001P-MOLGA is 10(US).
If the system is an HR-US user, then this conversion program will be executed.
Example This is to convert the following tables: 1. T5U0P -> T5URU EEO Reporting Unit Numbers moving T5U0P-REPUN to T5URU-REPUN. since T5URU is new table, it will be INSERTed. 2. T5U0E -> T5URU EEO Reporting Unit Numbers moving T5U0E-REPUN to T5URU-REPUN. since T5URU is new table, it will be INSERTed. The conversions were necessary since the structures were revised in release 3.1H. |