SAP ABAP Class CL_SOAP_MET_WPID (Work Process IDs)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-RT (Application Component) WebServices ABAP Runtime
     SOAP_CORE (Package) SOAP Runtime: Core SOAP Functionality
Properties
Class CL_SOAP_MET_WPID  
Short Description Work Process IDs    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CORE   SOAP Runtime: Core SOAP Functionality 
Created 20080711   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SOAP_SHM_MET_FAC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SOAP_MET_WPID has no interface implemented.
Friends
Class CL_SOAP_MET_WPID has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_MAX Constant Public Type reference (TYPE) I 1000 20081016
2 TIME_MAX Constant Public Type reference (TYPE) I 60 20081016
3 _LAST_CHANGED Instance attribute Public Type reference (TYPE) TZNTSTMPL UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) 20081016
4 _WPID_TAB Instance attribute Protected Type reference (TYPE) WPID_TTYP 20081016
Methods
# Method Level Visibility Method type Description Created on
1 ADJUST_TO_AREAS Instance method Protected Method 20081016
2 CHECK_AND_INSERT_WP_ID Instance method Public Method 20081016
3 CHECK_CLEARED Instance method Protected Method 20081016
4 CHECK_INSERT_DB Instance method Protected Method 20081016
5 FLUSH Instance method Public Method 20081016
6 GET_COUNT Instance method Public Method 20081016
7 GET_COUNT_ALL Instance method Protected Method 20081016
8 GET_WP_ID_TAB Instance method Public Method 20081016
9 INSERT_DB Instance method Protected Method 20081016
10 READ Instance method Public Method 20081016
11 READ_DATA Instance method Protected Method 20081016
12 RESET_CLEARED Instance method Protected Method 20081016
13 SET_CLEARED Instance method Protected Method 20081016
14 SET_COUNT Instance method Public Method 20081016
15 WRITE_LOG Instance method Protected Method 20120305
Events
Class CL_SOAP_MET_WPID has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DATA_TTYP Public See coding 20081016 data_ttyp TYPE TABLE OF sxmsmeteraggpart WITH DEFAULT KEY
2 WPID_TTYP Public See coding 20081016 wpid_ttyp TYPE TABLE OF wp_info_str WITH DEFAULT KEY
3 WP_INFO_STR Public See coding 20081016 BEGIN OF wp_info_str, wpid TYPE wpinfo-wp_index, counter TYPE i, cleared type char1, END OF wp_info_str
Method Signatures

Method ADJUST_TO_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WPID_ACT Call by reference Type reference (TYPE) WPINFO-WP_INDEX Process Identification 20081016

Method ADJUST_TO_AREAS on class CL_SOAP_MET_WPID has no exception.

Method CHECK_AND_INSERT_WP_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WP_ID Call by reference Type reference (TYPE) WPINFO-WP_INDEX Process Identification 20081016

Method CHECK_AND_INSERT_WP_ID on class CL_SOAP_MET_WPID has no exception.

Method CHECK_CLEARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CACHE_TAB Call by reference Type reference (TYPE) CL_SOAP_SHM_MET_FAC=>CACHE_TTYP 20081016

Method CHECK_CLEARED on class CL_SOAP_MET_WPID has no exception.

Method CHECK_INSERT_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I 20081016
2 Returning RET Value transfer Type reference (TYPE) CHAR1 Single-Character Flag 20081016

Method CHECK_INSERT_DB on class CL_SOAP_MET_WPID has no exception.

Method FLUSH Signature

Method FLUSH on class CL_SOAP_MET_WPID has no parameter.
Method FLUSH on class CL_SOAP_MET_WPID has no exception.

Method GET_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COUNT_ Value transfer Type reference (TYPE) I 20081016
2 Importing WPID Call by reference Type reference (TYPE) WPINFO-WP_INDEX Process Identification 20081016

Method GET_COUNT on class CL_SOAP_MET_WPID has no exception.

Method GET_COUNT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CACHE_TAB Call by reference Type reference (TYPE) CL_SOAP_SHM_MET_FAC=>CACHE_TTYP 20081016
2 Returning COUNT Value transfer Type reference (TYPE) I 20081016

Method GET_COUNT_ALL on class CL_SOAP_MET_WPID has no exception.

Method GET_WP_ID_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning WP_ID_TAB Value transfer Type reference (TYPE) WPID_TTYP 20081016

Method GET_WP_ID_TAB on class CL_SOAP_MET_WPID has no exception.

Method INSERT_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA_TAB Call by reference Type reference (TYPE) DATA_TTYP 20081016

Method INSERT_DB on class CL_SOAP_MET_WPID has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WPID_CACHE_ Call by reference Object reference (TYPE REF TO) CL_SOAP_WP_CACHE WP spec. cache for Service Call data 20081016

Method READ on class CL_SOAP_MET_WPID has no exception.

Method READ_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CACHE_TAB Call by reference Type reference (TYPE) CL_SOAP_SHM_MET_FAC=>CACHE_TTYP 20081016
2 Returning DATA_ALL_TAB Value transfer Type reference (TYPE) DATA_TTYP 20081016

Method READ_DATA on class CL_SOAP_MET_WPID has no exception.

Method RESET_CLEARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WPID Call by reference Type reference (TYPE) WPINFO-WP_PID Process Identification 20081016

Method RESET_CLEARED on class CL_SOAP_MET_WPID has no exception.

Method SET_CLEARED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing WPID Call by reference Type reference (TYPE) WPINFO-WP_PID Process Identification 20081016

Method SET_CLEARED on class CL_SOAP_MET_WPID has no exception.

Method SET_COUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT_ Call by reference Type reference (TYPE) I 20081016
2 Importing WPID Call by reference Type reference (TYPE) WPINFO-WP_INDEX Process Identification 20081016

Method SET_COUNT on class CL_SOAP_MET_WPID has no exception.

Method WRITE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) STRING 20120305

Method WRITE_LOG on class CL_SOAP_MET_WPID has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 720