Purpose This report performs the following functions:
- Imports roster point and roster point relationships data from the legacy
system.
- Creates roster points for valid roster IDs imported from the legacy
system. It creates a record for each roster point in Object>infotype (1000).
- Assigns employees to roster points. The report updates the Object>
infotype (1000) records with these assignments.Features The roster point and roster point relationships data in the legacysystem has to be maintained in form of flat files. You maintain one filefor storing details of roster points and another for roster pointrelationships. The report imports the data from the flat files to theSAP system. To enable the report to import legacy data from flat file, you have toperform the following steps: Maintain data for roster points in the following format, where a row hasthe following fields: Field 1 - Roster ID (Numerical character field, Length 8) Field 2 - Begin Date (YYYYMMDD) Field 3 - End Date (YYYYMMDD) Field 4 - Sequence Number (Numerical character field, Length 8) Field 5 - Reservation Category (Character field, Length 5) Field 6 - De-Reservation Indicator (Character field, Length 1) Field 7 - De-Reservation Reason (Character field, Length 5) Field 8 - Remark (Character field, Length 5) Save the file in a local folder, in a tab delimited format as a Text(*.txt) file. Maintain data for roster points relationships in the following format,where a row has the following fields: Field 1 - Roster ID (Numerical character field, Length 8) Field 2 - Begin Date (YYYYMMDD) Field 3 - End Date (YYYYMMDD) Field 4 - Sequence Number (Numerical character field, Length 8) Field 5 - Employee ID (Numerical character field, Length 8) Save the file in a local folder, in a tab delimited format as a Text(*.txt) file. Selection
|