SRT_SEQ_ANALYSIS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter SRT_SEQ_ANALYSIS 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.
Selection Text: P_UNAME = User Name
Selection Text: P_STATE = Sequence Process State
Selection Text: P_SEQID4 = 4th Sequence ID
Selection Text: P_SEQID3 = 3rd Sequence ID
Selection Text: P_SEQID2 = 2nd Sequence ID
Selection Text: P_SEQID1 = 1st Sequence ID
Selection Text: P_ONLY_P = Analyse only provider records
Selection Text: P_LA_EDT = Last Act.
Selection Text: P_LA_DAY = Last Activity [days]
Selection Text: P_EM_EDT = Creation date
Selection Text: P_EM_DAY = Creation date [days]
Selection Text: P_EMTY = Select empty sequences
Selection Text: P_DELETE = Delete all matching sequences?
Title: Analysis of sequences in HEADER table and related tables
Text Symbol: 034 = Old sequence table layout not supported with this program version!
Text Symbol: 033 = Empty message flag must be check if creation date is specified
Text Symbol: 032 = Creation date for empty sequences is missing
Text Symbol: 031 = Double input for creation date
Text Symbol: 030 = Double input for last activity
Text Symbol: 029 = Delete Mode: matching seqeuences and messages are deleted!
Text Symbol: 027 = unable to get persist for persist id:
Text Symbol: 026 = unable to get context for persist id:
Text Symbol: 024 = See logged operations on HEADER table
Text Symbol: 023 = Count all records in SEQUENCING and WSRM tables
Text Symbol: 022 = Count records in HEADER table grouped by user
Text Symbol: 021 = provider records will be affected.
Text Symbol: 020 = provider records match selection criteria; (
Text Symbol: 019 = You have to wait for processing all the tables...
Text Symbol: 018 = TOTAL
Text Symbol: 016 = corresponding provider records in WSRM match selection criteria.
Text Symbol: 015 = of them are in WSRM).
Text Symbol: 014 = corresponding provider (shortcut) records match selection criteria.
Text Symbol: 013 = STOP: You are not authorized to run such reports
Text Symbol: 012 = STOP: Report can't be run in production systems
Text Symbol: 010 = Your operations are logged.
Text Symbol: 009 = All the corresponding messages will be cancelled.
Text Symbol: 008 = You are about to delete records from SEQUENCING and WSRM tables.
Text Symbol: 007 = consumer and their corresponding provider records will be affected.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-019.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "#EC FB_OLDED EXPORTING diagnosetext1 = g_spop-diagnose1 diagnosetext2 = g_spop-diagnose2 diagnosetext3 = g_spop-diagnose3 titel = g_title textline1 = g_spop-textline1 textline2 = g_spop-textline2 IMPORTING answer = g_answer.
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_ANALYSIS - Analysis of sequences in HEADER table and related tables SRT_SEQ_ANALYSIS - Analysis of sequences in HEADER table and related tables SRT_SEQUENCE_TERM_SOFT_SERVER - retransmit single message SRT_SEQUENCE_TERM_SOFT_SERVER - retransmit single message SRT_SEQUENCE_TERM_SOFT_CLIENT - retransmit single message SRT_SEQUENCE_TERM_SOFT_CLIENT - retransmit single message