SAP ABAP Class CL_SRT_SEQ_API (Accesses to Sequence Persistence)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_SEQ_API (Package) Interface for Sequence Persistence
Properties
Class CL_SRT_SEQ_API  
Short Description Accesses to Sequence Persistence    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_SEQ_API   Interface for Sequence Persistence 
Created 20070504   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SRT_SEQ_API has no forward declaration.
Interfaces
Class CL_SRT_SEQ_API has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SRT_SEQMON_API 20070713 Access to Sequence Persistence
2 CL_SRT_SEQMON_API_HELPER 20070713 Help Methods
3 CL_SRT_SEQMON_COL 20070806 Accesses to Sequence Persistence
4 CL_SRT_SEQ_WSRM_API 20070713 Accesses to WSRM Tables
5 CL_SRT_SEQ_WSRM_COL 20070806 Accesses to WSRM Tables
Attributes
Class CL_SRT_SEQ_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_COMPENSATE_INFO Static method Private Method 20081114
2 GET_LOGICAL_SEQUENCES Static method Private Method 20110201
3 GET_LOGICAL_SEQUENCE_BY_ID Static method Private Method 20110201
4 GET_MSG_BY_QUEUE Static method Private Method 20080315
5 GET_PERSIST_ID_BY_SEQID Static method Private Method 20110201
6 GET_QUEUE_INFO Static method Private Method 20070504
7 GET_RETRY_PID Static method Private Method 20070509
8 GET_SEQ_CX_INFO Static method Private Method 20070504
9 GET_SEQ_DATE_TIME Static method Private Method 20090204
10 GET_SEQ_HEADER_LIST Static method Private Method 20070527
11 GET_SEQ_HEAD_INFO Static method Private Method 20070504
12 GET_SEQ_PROCESS_MODE Static method Private Method 20070509
13 GET_SEQ_STATE Static method Private Method 20070504
14 GET_SEQ_TERMINATION_STATUS Static method Private Method 20070504
15 GET_SHORTCUT_PROV_SEQ_COUNT Static method Private Method 20070509
16 GET_SHORTCUT_SEQ_LIST Static method Private Method 20070507
17 GET_STOPPED_SEQUENCE Static method Private Method 20070507
18 GET_STOPPED_SEQUENCE_LIST Static method Private Method 20070507
19 GET_UUID_LIST Static method Private Method 20110201
20 GET_WSRM_VERSION Static method Private Method 20080323
21 IS_LOG_SEQ_FAULTY Static method Private Method 20070517
22 IS_SHORTCUT_SEQUENCE Static method Private Method 20070504
Events
Class CL_SRT_SEQ_API has no event.
Types
Class CL_SRT_SEQ_API has no local type.
Method Signatures

Method GET_COMPENSATE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20081114
2 Exporting PERSIST_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20081114
3 Exporting RETURN Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20081114
4 Exporting SEQUENCE_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20081114
5 Importing TASK_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20081114

Method GET_COMPENSATE_INFO on class CL_SRT_SEQ_API has no exception.

Method GET_LOGICAL_SEQUENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CREATION_TIME Call by reference Type reference (TYPE) SRT_SEQ_CREATION_TSTMP Soap Sequence creation timestamp utc 20110201
2 Importing DIRECTION Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20110201
3 Importing DOMAIN Call by reference Type reference (TYPE) SRT_SERVICE_DOMAIN service_domain 20110201
4 Importing ERROR_TYPE Call by reference Type reference (TYPE) SRT_SEQ_ERROR_TYPE type of error, message based or not. 20110201
5 Importing HEALTH_STATE Call by reference Type reference (TYPE) SRT_SEQ_HEALTH_STATUS Soap Sequence Health Status 20110201
6 Importing LOCATION Call by reference Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE sequence scheduler: enviroment 20110201
7 Importing MANDANT Call by reference Type reference (TYPE) SYMANDT Client ID of Current User 20110201
8 Importing PROCESS_MODE Call by reference Type reference (TYPE) SRT_SEQUENCE_PROCESSMODE sequence process mode , normal 4Q or shortcut 20110201
9 Importing PROCESS_STATE Call by reference Type reference (TYPE) SRT_SEQ_PROCESS_STATE Soap sequence process status 20110201
10 Importing SEQUENCE_STATUS Call by reference Type reference (TYPE) INT4 Natural number 20110201
11 Importing SEQUENCE_TYPE Call by reference Type reference (TYPE) SRT_SEQUENCE_TYPE Sequence type transient / persistent 20110201
12 Returning SEQ_LIST Value transfer Type reference (TYPE) SRT_LOG_SEQUENCE_T internal table for logical sequences of SOAP Runtime 20110201
13 Importing TIME_END Call by reference Type reference (TYPE) TZNTSTMPL UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20110201
14 Importing TIME_START Call by reference Type reference (TYPE) TZNTSTMPL UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20110201
15 Importing USERNAME Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20110201

Method GET_LOGICAL_SEQUENCES on class CL_SRT_SEQ_API has no exception.

Method GET_LOGICAL_SEQUENCE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20110201
2 Importing MANDANT Call by reference Type reference (TYPE) MANDT SY-MANDT Client 20110201
3 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Character field, length 32 20110201
4 Returning SEQ_LIST Value transfer Type reference (TYPE) SRT_LOG_SEQUENCE_T internal table for logical sequences of SOAP Runtime 20110201

Method GET_LOGICAL_SEQUENCE_BY_ID on class CL_SRT_SEQ_API has no exception.

Method GET_MSG_BY_QUEUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MSGLIST Value transfer Type reference (TYPE) SEQMON_MSGT Einstelliges Kennzeichen 20080317
2 Importing QUEUENAME Call by reference Type reference (TYPE) CHAR40 Character 40-Stellen 20080315

Method GET_MSG_BY_QUEUE on class CL_SRT_SEQ_API has no exception.

Method GET_PERSIST_ID_BY_SEQID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20110201
2 Returning PERSIST_ID Value transfer Type reference (TYPE) CHAR32 Character field, length 32 20110201
3 Importing SEQUENCE_ID Call by reference Type reference (TYPE) CHAR32 Character field, length 32 20110201

Method GET_PERSIST_ID_BY_SEQID on class CL_SRT_SEQ_API has no exception.

Method GET_QUEUE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 SOAP-Sequenz-ID 20070504
2 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070504
3 Returning SEQ_QUEUE_NAME Value transfer Type reference (TYPE) CHAR40 Einstelliges Kennzeichen 20070504

Method GET_QUEUE_INFO on class CL_SRT_SEQ_API has no exception.

Method GET_RETRY_PID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PID Value transfer Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20070509
2 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20070509
3 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070509

Method GET_RETRY_PID on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_CX_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EXCEPTION_CODE Call by reference Type reference (TYPE) SRT_SEQ_CX Sequenzfehler 20070504
2 Exporting EXCEPTION_TEXT Call by reference Type reference (TYPE) SRT_SEQ_CX_TEXT char255 20070504
3 Exporting EXCEPTION_TIME Call by reference Type reference (TYPE) TZNTSTMPL Einstelliges Kennzeichen 20070504
4 Exporting RETURN Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070504
5 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 SOAP-Sequenz-ID 20070504
6 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Sequenz-Einplaner: Umgebung 20070504

Method GET_SEQ_CX_INFO on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_DATE_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Character field, length 32 20090204
2 Returning TIMESTAMP Value transfer Type reference (TYPE) TZNTSTMPL UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20090204

Method GET_SEQ_DATE_TIME on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_HEADER_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing END_DATE Call by reference Type reference (TYPE) SYDATUM Aktuelles Datum des Applikationsservers 20070527
2 Importing LOCATION Call by reference Type reference (TYPE) SRT_SEQ_ASYNC_BORDER_FTYPE Sequenz-Einplaner: Umgebung 20070527
3 Importing MANDT Call by reference Type reference (TYPE) SYMANDT Mandantenkennung des aktuellen Benutzers 20070527
4 Importing SEQ_CREA_USER Call by reference Type reference (TYPE) SRT_SEQ_CREATION_USER SOAP-Sequenz-Benutzer von Sequenzanlage 20070527
5 Importing SEQ_EXPIRE_TSTMP Call by reference Type reference (TYPE) SRT_SEQ_EXPIRE_TSTMP 20070527
6 Importing SEQ_EXP_DAYS Call by reference Type reference (TYPE) SRT_SEQUENCE_EXPIARY_DAYS 20070527
7 Importing SEQ_ID Call by reference Type reference (TYPE) SRT_SEQ_ID SOAP-Sequenz-ID 20070527
8 Exporting SEQ_LIST Call by reference Type reference (TYPE) SRT_STOPPED_SEQ_LIST LIste der angehaltenen Sequenzen 20070527
9 Importing SEQ_NEXT_CHKDATE Call by reference Type reference (TYPE) SYDATUM Aktuelles Datum des Applikationsservers 20070527
10 Importing SEQ_PROCESSMODE Call by reference Type reference (TYPE) SRT_SEQUENCE_PROCESSMODE Sequenzverarbeitungsmodus , normal 4Q oder Shortcut 20070527
11 Importing SEQ_SERVICE_DOMA Call by reference Type reference (TYPE) SRT_SERVICE_DOMAIN service_domain 20070527
12 Importing SEQ_TYPE Call by reference Type reference (TYPE) SRT_SEQUENCE_TYPE Sequenztyp transient / persistent 20070527
13 Importing SEQ_USECASE Call by reference Type reference (TYPE) SRT_SEQUENCE_USECASE 20070527
14 Importing START_DATE Call by reference Type reference (TYPE) SYDATUM Zeitstempel Utc der SOAP-Sequenzerzeugung 20070527

Method GET_SEQ_HEADER_LIST on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_HEAD_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETURN Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070504
2 Exporting SEQ_CREA_TIME Call by reference Type reference (TYPE) TZNTSTMPL Einstelliges Kennzeichen 20070504
3 Exporting SEQ_DOMAIN Call by reference Type reference (TYPE) CHAR32 Einstelliges Kennzeichen 20070524
4 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Einstelliges Kennzeichen 20070504
5 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070504
6 Exporting SEQ_PROC_MODE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070523
7 Exporting SEQ_QUEUENAME Call by reference Type reference (TYPE) CHAR40 Character 40-Stellen 20070802
8 Exporting SEQ_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070504
9 Exporting SEQ_USECASE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070523
10 Exporting SEQ_USER Call by reference Type reference (TYPE) CHAR12 Einstelliges Kennzeichen 20070504

Method GET_SEQ_HEAD_INFO on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_PROCESS_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Einstelliges Kennzeichen 20070509
2 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070509
3 Returning SEQ_PROCESS_MODE Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070509

Method GET_SEQ_PROCESS_MODE on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RETURN Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070504
2 Exporting SEQ_ERROR_TYPE Call by reference Type reference (TYPE) CHAR1 Fehlertyp, Nachrichten-basiert oder nicht. 20070504
3 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 SOAP-Sequenz-ID 20070504
4 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070504
5 Exporting SEQ_PROC_STATE Call by reference Type reference (TYPE) CHAR1 SOAP-Sequenz-Verarbeitungsstatus 20070504
6 Exporting SEQ_QSTATE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070523
7 Exporting SEQ_QTERM Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070523
8 Exporting SEQ_TERM Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070523

Method GET_SEQ_STATE on class CL_SRT_SEQ_API has no exception.

Method GET_SEQ_TERMINATION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Einstelliges Kennzeichen 20070504
2 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070504
3 Returning SEQ_STATUS Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070504

Method GET_SEQ_TERMINATION_STATUS on class CL_SRT_SEQ_API has no exception.

Method GET_SHORTCUT_PROV_SEQ_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20070509
2 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20070509

Method GET_SHORTCUT_PROV_SEQ_COUNT on class CL_SRT_SEQ_API has no exception.

Method GET_SHORTCUT_SEQ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_END Call by reference Type reference (TYPE) TZNTSTMPL Zeitstempel Utc der SOAP-Sequenzerzeugung 20070507
2 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20070507
3 Exporting SEQ_LIST Call by reference Type reference (TYPE) SRT_STOPPED_SEQ_LIST LIste der angehaltenen Sequenzen 20070507
4 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070507
5 Importing SEQ_START Call by reference Type reference (TYPE) TZNTSTMPL Zeitstempel Utc der SOAP-Sequenzerzeugung 20070507
6 Importing SEQ_USER Call by reference Type reference (TYPE) XUBNAME Benutzername 20070507

Method GET_SHORTCUT_SEQ_LIST on class CL_SRT_SEQ_API has no exception.

Method GET_STOPPED_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEQ Value transfer Type reference (TYPE) SRT_STOPPED_SEQUENCE Einstelliges Kennzeichen 20070507
2 Importing SEQ_ERROR_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070509
3 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 SOAP-Sequenz-ID 20070507
4 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Sequenz-Einplaner: Umgebung 20070507

Method GET_STOPPED_SEQUENCE on class CL_SRT_SEQ_API has no exception.

Method GET_STOPPED_SEQUENCE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_END Call by reference Type reference (TYPE) TZNTSTMPL Zeitstempel Utc der SOAP-Sequenzerzeugung 20070507
2 Returning SEQ_LIST Value transfer Type reference (TYPE) SRT_STOPPED_SEQ_LIST LIste der angehaltenen Sequenzen 20070507
3 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070507
4 Importing SEQ_START Call by reference Type reference (TYPE) TZNTSTMPL Zeitstempel Utc der SOAP-Sequenzerzeugung 20070507
5 Importing SEQ_USER Call by reference Type reference (TYPE) XUBNAME SOAP-Sequenz-Benutzer von Sequenzanlage 20070507

Method GET_STOPPED_SEQUENCE_LIST on class CL_SRT_SEQ_API has no exception.

Method GET_UUID_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQ_LIST Call by reference Type reference (TYPE) SRT_LOG_SEQUENCE_T internal table for logical sequences of SOAP Runtime 20110201
2 Returning UUID_LIST Value transfer Type reference (TYPE) SRT_LOG_SEQ_UUID_T table structure for UUID and logical sequences 20110201

Method GET_UUID_LIST on class CL_SRT_SEQ_API has no exception.

Method GET_WSRM_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEQUENCE_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20080323
2 Importing SEQUENCE_LOC Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20080323
3 Returning WSRM_VERSION Value transfer Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20080323

Method GET_WSRM_VERSION on class CL_SRT_SEQ_API has no exception.

Method IS_LOG_SEQ_FAULTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LOCATION Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20070517
2 Returning RESULT Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20070517
3 Importing SEQUENCE_ID Call by reference Type reference (TYPE) CHAR32 Characterfeld der Länge 32 20070517

Method IS_LOG_SEQ_FAULTY on class CL_SRT_SEQ_API has no exception.

Method IS_SHORTCUT_SEQUENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IS_SHORTCUT Value transfer Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20070504
2 Importing SEQ_ID Call by reference Type reference (TYPE) CHAR32 SOAP-Sequenz-ID 20070504
3 Importing SEQ_LOCATION Call by reference Type reference (TYPE) CHAR1 Sequenz-Einplaner: Umgebung 20070504

Method IS_SHORTCUT_SEQUENCE on class CL_SRT_SEQ_API has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710