SRT_SEQ_XPRA_OLD_TO_NEW_HEADER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Due to optimize performance, the database model of the logical sequence was shrinked...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter SRT_SEQ_XPRA_OLD_TO_NEW_HEADER into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Move data from srt_seq_herder / srt_seq_state to srt_seq_hdr_stat
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' ACCEPT_NOT_INIT = 'X' "list messages if rep runs out of upgrade phasis * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = l_t_xmsg EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3 .
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING * OPEN_FILE = 'X' * CLOSE_FILE = 'X' * CONDENSE = 'X' * MASTER_LANGU = 'E' ACCEPT_NOT_INIT = 'X' "list messages if rep runs out of upgrade phasis * IV_SUPPRESS_STATISTICS = ' ' TABLES XMSG = l_t_xmsg EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3 .
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_SEQ_XPRA_OLD_TO_NEW_HEADER - Move data from srt_seq_herder / srt_seq_state to srt_seq_hdr_stat SRT_SEQ_XPRA_OLD_TO_NEW_HEADER - Move data from srt_seq_herder / srt_seq_state to srt_seq_hdr_stat SRT_SEQ_TERM_SOFT_SERVER_WSRM - retransmit single message SRT_SEQ_TERM_SOFT_SERVER_WSRM - retransmit single message SRT_SEQ_TERM_HARD_SERVER_WSRM - retransmit single message SRT_SEQ_TERM_HARD_SERVER_WSRM - retransmit single message