SAP Reports / Programs | Basis Components | Enterprise Service Infrastructure | WebServices ABAP Runtime(BC-ESI-WS-ABA-RT) SAP BC

SRT_SEQ_ANALYSIS SAP ABAP Report - Analysis of sequences in HEADER table and related tables







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT SRT_SEQ_ANALYSIS. "Basic submit
SUBMIT SRT_SEQ_ANALYSIS AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_SEQ_ANALYSIS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.





Text Symbol: 006 = Are you sure?
Text Symbol: 005 = Attention:
Text Symbol: 004 = consumer records match selection criteria; (
Text Symbol: 003 = Enter end date or at leasts one sequence ID
Text Symbol: 001 = Enter Params: End Date[+User] OR SequenceID[#s]


INCLUDES used within this REPORT SRT_SEQ_ANALYSIS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SRT_SEQ_ANALYSIS or its description.