Existing reports are migrated as classes with the Report stereotype. Frame 00 is loaded as the report’s Main method and all other frames are loaded as classes with the frame stereotype.
Report Frame Data Items are migrated and appear as attributes of the relevant frame.
The following also occurs in migrated reports:
Report Frame Screens are migrated and converted to Print presentations.
Report Frame Logic is migrated into the frame Main method.
Qualified Frame Data Items that refer to Ispec database items (For example, SALE.AMOUNT) are migrated as a local frame attribute with the name “<ispec>_<dataitem>”(For example, “SALE_AMOUNT”). And some logic is included in the frame Main method to move data from the ispec attribute to the local frame attribute (For example, SALE_AMOUNT := SALE.AMOUNT).