SAP Program SRT_SEQ_XPRA_OLD_TO_NEW_HEADER - Move data from srt_seq_herder / srt_seq_state to srt_seq_hdr_stat

Prerequisites
Due to optimize performance, the database model of the logical sequencewas shrinked. This report moves all data from the previous tables intothe new one an deletes the content of the previous tables.
With SP3 the database tables of the logical sequence moves from tablesSRT_SEQ_HEADER / SRT_SEQ_STATE to SRT_SEQ_HDR_STAT, to inreaseperformance by reducing database access.
This report selects all sequences from the old tables, insert them intothe new table and delete the old ones. If the report runs successfullyto the end, the tables SRT_SEQ_HEADER / SRT_SEQ_STATE are empty and willstay empty. If the report is interrupted, it can be started again. Ifthis report did not run during the upgrade phasis or was interrupted,each sequence, that will be attached within a later production phasis,will be automatically moved from the old to the new table.
It's possible to start the report later. It must run before starting theproduction phasis. It's strictly permitted to run it within theproduction phasis. It's absoutely recommended to stop the productionphasis before running the report.