SAP ABAP Class CL_WS_MD_LPT (Logical Port Template: Main Object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SEWS (Package) ES Tools: Service Interfaces
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WS_MD_LOCKABLE_OBJECT WS MD Abstract Object 20030627
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_MD_FEATURE_CONTAINER Edit Features 20030724
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_MD_LPT Logical Port Template: Main Object 20030627
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WS_MD_OBJECT Web Services: Object 20030627
Properties
Class CL_WS_MD_LPT  
Short Description Logical Port Template: Main Object    
Super Class CL_WS_MD_LOCKABLE_OBJECT WS MD Abstract Object 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEWS   ES Tools: Service Interfaces 
Created 20030627   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 SEWS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_WS_MD_FEATURE_CONTAINER Edit Features 20030724
2 IF_WS_MD_LPT Logical Port Template: Main Object 20030627
3 IF_WS_MD_OBJECT Web Services: Object 20030627
Friends
Class CL_WS_MD_LPT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_OBJECT Instance attribute Private Type reference (TYPE) PRX_R3OBJ 20050706
2 PR_POSSIBLE_FEATURE_STORE Instance attribute Private Object reference (TYPE REF TO) IF_SRT_LPT_FEATURES 20050706
3 PR_POSSIBLE_FEATURE_STORE_N Instance attribute Private Object reference (TYPE REF TO) IF_SRT_WSP_CONFIG_DT WSP Configuration Designtime 20050622
4 PS_ACTIVE Instance attribute Private Type reference (TYPE) SPROXLPT 20050706
5 PS_INACTIVE Instance attribute Private Type reference (TYPE) SPROXLPT 20050706
6 PT_FEATURES_R Instance attribute Private Type reference (TYPE) WSFEATURETAB 20050706
7 PT_FUNCTIONS Instance attribute Private Type reference (TYPE) WSDFUNCTIONTAB 20050706
8 P_OBJ_NAME Instance attribute Private Type reference (TYPE) PRX_R3NAME 20050706
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20030627
2 CREATE_LPT_OBJ Static method Public Method 20030630
3 GET_OBJECT_NAME Instance method Public Method 20050608
4 GET_OBJECT_TYPE Instance method Public Method 20050627
5 HAS_INACTIVE_SUB_OBJECT Instance method Private Method 20030901
6 LOAD_CHILDS Instance method Private Method 20030627
7 LPT_INSTANCE_EXISTS Static method Public Method 20060113
8 MEM_COPY_WITH_NEW_NAME Static method Public Method 20050627
9 REMOVE_OLD_ENTRIES Static method Public Method 20050627
Events
Class CL_WS_MD_LPT has no event.
Types
Class CL_WS_MD_LPT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20030627
2 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20030627
3 Importing SOAP_APPLICATION Call by reference Type reference (TYPE) VEPSOAPAPPLURI URI of a SOAP application 20051229

Method CONSTRUCTOR on class CL_WS_MD_LPT has no exception.

Method CREATE_LPT_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LPT Value transfer Object reference (TYPE REF TO) IF_WS_MD_LPT 20030630
2 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ 20030630
3 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20030630
4 Importing SOAP_APPLICATION Call by reference Type reference (TYPE) VEPSOAPAPPLURI URI of a SOAP application 20051229

Method CREATE_LPT_OBJ on class CL_WS_MD_LPT has no exception.

Method GET_OBJECT_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME 20050608

Method GET_OBJECT_NAME on class CL_WS_MD_LPT has no exception.

Method GET_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_OBJECT_TYPE Value transfer Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20050627

Method GET_OBJECT_TYPE on class CL_WS_MD_LPT has no exception.

Method HAS_INACTIVE_SUB_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning HAS_INACTIVE_SUB_OBJECT Value transfer Type reference (TYPE) BOOLEAN 20030901

Method HAS_INACTIVE_SUB_OBJECT on class CL_WS_MD_LPT has no exception.

Method LOAD_CHILDS Signature

Method LOAD_CHILDS on class CL_WS_MD_LPT has no parameter.
Method LOAD_CHILDS on class CL_WS_MD_LPT has no exception.

Method LPT_INSTANCE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OBJECT Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20060113
2 Importing OBJ_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20060113
3 Returning R_EXISTS Value transfer Type reference (TYPE) BOOLEAN LPT Instance exists on Database 20060113
4 Importing VERSION Call by reference Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20060113

Method LPT_INSTANCE_EXISTS on class CL_WS_MD_LPT has no exception.

Method MEM_COPY_WITH_NEW_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OLD_IF_WS_MD_LPT Call by reference Object reference (TYPE REF TO) IF_WS_MD_LPT Logical Port Template: Main Object 20050627
2 Importing I_NEW_OBJECT_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20050627
3 Importing I_VERSION_TO_COPY Call by reference Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20050627
4 Returning RR_NEW_IF_WS_MD_LPT Value transfer Object reference (TYPE REF TO) IF_WS_MD_LPT Logical Port Template: Main Object 20050627
# Exception Resumable Description Created on
1 CX_WS_MD_CREATE_EXCEPTION Web Service Objekt existiert bereits. 20050627
2 CX_WS_MD_MOD_NOT_ALLOWED Web Service Objekt ist nicht gesperrt/neu 20050627

Method REMOVE_OLD_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OBJECT_NAME Call by reference Type reference (TYPE) PRX_R3NAME Proxy Generation: Name of an Object in R/3 20050627
2 Importing I_OBJECT_TYPE Call by reference Type reference (TYPE) PRX_R3OBJ Proxy Generation: Object Type in R3 (DTEL, TABL,...) 20050627

Method REMOVE_OLD_ENTRIES on class CL_WS_MD_LPT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 640