SAP ABAP Class CL_PLMN_BO_OBJ (BO class GHO Objects)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     PLMN_BO_MISC (Package) MIsc for all the BO objects
Properties
Class CL_PLMN_BO_OBJ  
Short Description BO class GHO Objects    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PLMN_BO_MISC   MIsc for all the BO objects 
Created 20090525   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_PLMN_BO_OBJ has no forward declaration.
Interfaces
Class CL_PLMN_BO_OBJ has no interface implemented.
Friends
Class CL_PLMN_BO_OBJ has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_OTYPE_NAME Constant Public Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE 'PLMN_NWOBJ' Object Type 20090525
2 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_PLMN_BO_OBJ BO class GHO Objects 20090525
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20090525
2 CLEAR Instance method Public Method clear the buffer 20090703
3 GET_INSTANCE Static method Public Method Static mathod to get the self instance 20090525
4 GET_OBJECT_DATA Instance method Public Method Get the well data 20090708
5 GET_WELL_DATA Instance method Public Method Get the gho object details 20090525
6 SAVE Instance method Public Method Save 20090703
7 SET_OBJECT_DATA Instance method Public Method Set the well data 20090708
8 SET_WELL_DATA Instance method Public Method Set the gho object details 20090525
9 VALIDATE_WELL_DATA Instance method Public Method Validates the well data 20090703
Events
Class CL_PLMN_BO_OBJ has no event.
Types
Class CL_PLMN_BO_OBJ has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_PLMN_BO_OBJ has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PLMN_BO_OBJ has no exception.

Method CLEAR Signature

Method CLEAR on class CL_PLMN_BO_OBJ has no parameter.
Method CLEAR on class CL_PLMN_BO_OBJ has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_PLMN_BO_OBJ BO class GHO Objects 20090525

Method GET_INSTANCE on class CL_PLMN_BO_OBJ has no exception.

Method GET_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090708
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PLMN_T_GHO_OBJECT GHO object Data 20090708
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090708
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090708
5 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) TPLNR Business Object Id 20090709
6 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE ABBID for the object 20090708

Method GET_OBJECT_DATA on class CL_PLMN_BO_OBJ has no exception.

Method GET_WELL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090525
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PLMN_T_BO_WELL_DATA Well Data 20090525
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090525
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090525
5 Importing IT_NODE_ID Call by reference Type reference (TYPE) EAMS_T_BO_FL_ID Business Object Id 20090525

Method GET_WELL_DATA on class CL_PLMN_BO_OBJ has no exception.

Method SAVE Signature

Method SAVE on class CL_PLMN_BO_OBJ has no parameter.
Method SAVE on class CL_PLMN_BO_OBJ has no exception.

Method SET_OBJECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090708
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PLMN_T_GHO_OBJECT GHO object details 20090708
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090708
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090708
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) PLMN_T_GHO_OBJECT GHO object details 20090708
6 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE ABBID for the object 20090708

Method SET_OBJECT_DATA on class CL_PLMN_BO_OBJ has no exception.

Method SET_WELL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20090525
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PLMN_T_BO_WELL_DATA Well details 20090525
3 Exporting ET_NODE_ID_REL Call by reference Type reference (TYPE) /PLMB/T_SPI_NODE_REL Relationship between index of source and target node ID 20090525
4 Exporting EV_MSG_SEVERITY Call by reference Type reference (TYPE) /PLMB/SPI_MSG_SEVERITY Severity 20090525
5 Importing IT_NODE_DATA Call by reference Type reference (TYPE) PLMN_T_BO_WELL_DATA Well details 20090525

Method SET_WELL_DATA on class CL_PLMN_BO_OBJ has no exception.

Method VALIDATE_WELL_DATA Signature

Method VALIDATE_WELL_DATA on class CL_PLMN_BO_OBJ has no parameter.
Method VALIDATE_WELL_DATA on class CL_PLMN_BO_OBJ has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 605