SAP ABAP Class CL_IBASE_R3_MSVALUE (IBase: Warranty Measuring Point / Measuring Value)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   LO-WTY (Application Component) Warranty Claim Processing
     ISAUTO_WTY_IBASE (Package) Enhancements to Installation for Warranty
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IBASE_IBOF_TREE_OBJECT IBase: Tree Methods 20010724
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IBASE_INSTALL IBase: Installation Check 20010724
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IBASE_OBJECT IBase: Components Interface 20010724
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_IBASE_TEMP_ID PM: IBase Temporary Identification 20010724
Properties
Class CL_IBASE_R3_MSVALUE  
Short Description IBase: Warranty Measuring Point / Measuring Value    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ISAUTO_WTY_IBASE   Enhancements to Installation for Warranty 
Created 20010724   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IBMSV Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IBOFK Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 IBXX Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_IBASE_IBOF_TREE_OBJECT IBase: Tree Methods 20010724
2 IF_IBASE_INSTALL IBase: Installation Check 20010724
3 IF_IBASE_OBJECT IBase: Components Interface 20010724
4 IF_IBASE_TEMP_ID PM: IBase Temporary Identification 20010724
Friends
Class CL_IBASE_R3_MSVALUE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATBEZ Instance attribute Private Type reference (TYPE) WTY_IB41-ATBEZ Description 20010724
2 ATINN Instance attribute Private Type reference (TYPE) WTY_IB41-ATINN Internal Characteristic 20010725
3 ATNAM Instance attribute Private Type reference (TYPE) WTY_IB41-ATNAM Characteristic 20010724
4 CL_ICON Static Attribute Private Type reference (TYPE) ICON-ID ... 20010724
5 CL_OBJNO_HTAB Static Attribute Private Type reference (TYPE) IT_OBJNO_HTAB ... 20010724
6 CO_BOM_IBASE_TYPE Constant Private Type reference (TYPE) T371D-OBJTYP '0008' CO_BOM_IBASE_TYPE 20010724
7 CO_D Constant Private See coding 'D' CO_D 20010724
8 CO_E Constant Private See coding 'E' CO_E 20010724
9 CO_MY_IBASE_TYPE Constant Private Type reference (TYPE) T371D-OBJTYP '0041' CO_MY_IBASE_TYPE 20010724
10 DATA Instance attribute Private Type reference (TYPE) IT_DATA_REC Data 20010724
11 EINHE Instance attribute Private Type reference (TYPE) WTY_IB41-EINHE Unit 20010724
12 GT_OBJNR Static Attribute Private Type reference (TYPE) IBMSV_OBJNR_INDEX_TAB Object Number Index 20010724
13 GT_T006C Static Attribute Private Type reference (TYPE) IBMSV_T006C Assignment of external technical to internal unit of measure 20010808
14 INACT Instance attribute Private Type reference (TYPE) WTY_IB41-INACT Position Number of the Object Measuring Point (Sort Field) 20010808
15 MSV_BUFFER Static Attribute Private See coding MSV_BUFFER 20010724
16 OBJNR Instance attribute Private Type reference (TYPE) IBXX_REF-OBJNR Object Number 20010724
17 POINT Instance attribute Private Type reference (TYPE) WTY_IB41-POINT Measuring Point 20010806
18 PTTXT Instance attribute Private Type reference (TYPE) WTY_IB41-PTTXT Description of Measuring Point 20010806
19 READ_HTAB Static Attribute Private Type reference (TYPE) IT_INSTANCE_HTAB ... 20010724
20 RECDV Instance attribute Private Type reference (TYPE) WTY_IB41-RECDV RECDV 20010808
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010724
2 CL_APPL_ID_CONSTRUCTOR Static method Private Method ... 20010724
3 CL_CONCAT_OBJID Static method Public Method ... 20010724
4 CL_GET_ICON Static method Public Method ... 20010724
5 CL_GET_NEW_OBJNR Static method Private Method ... 20010724
6 CL_GET_OBJNR Static method Private Method ... 20010724
7 CL_GET_OUTPUT_OBJID Static method Private Method ... 20010724
8 CL_IBASE_ID_CONSTRUCTOR Static method Private Method ... 20010724
9 CL_PREPARE_READ Instance method Private Method ... 20010724
10 CL_READ Static method Private Method ... 20010724
11 CL_SPLIT_BORID Instance method Public Method Splits BOR ID in Application-Specific Key 20010806
12 CL_SPLIT_OBJID Static method Public Method ... 20010724
13 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010724
14 DOES_EXIST Instance method Private Method ... 20010724
15 GET_BUSINESS_KEY Instance method Public Method ... 20010724
16 GET_ICON Instance method Private Method ... 20010724
17 GET_MSV Instance method Public Method ... 20010724
18 GET_NEW_OBJNR Instance method Private Method ... 20010724
19 GET_OBJNR Instance method Private Method ... 20010724
20 GET_STANDARD_TEXT Instance method Private Method ... 20010724
21 PREPARE_GET Instance method Private Method ... 20010724
22 READ Instance method Public Method ... 20010724
23 REFRESH Instance method Public Method ... 20010724
24 SET_BUSINESS_ATNAM Instance method Public Method ... 20010814
25 SET_BUSINESS_KEY Instance method Public Method ... 20010814
Events
Class CL_IBASE_R3_MSVALUE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 IT_DATA_REC Private See coding IT_DATA_REC 20010724 BEGIN OF it_data_rec, valid TYPE ibxx_ref-bool, found TYPE ibxx_ref-bool, msv TYPE wty_ib41, END OF it_data_rec
2 IT_INSTANCE_HTAB Private See coding IT_INSTANCE_HTAB 20010724 it_instance_htab TYPE HASHED TABLE OF it_instance_rec WITH UNIQUE KEY instance
3 IT_INSTANCE_REC Private See coding IT_INSTANCE_REC 20010724 BEGIN OF it_instance_rec, instance TYPE REF TO cl_ibase_r3_msvalue, END OF it_instance_rec
4 IT_OBJNO_HTAB Private See coding IT_OBJNO_HTAB 20010724 it_objno_htab TYPE HASHED TABLE OF it_objno_rec WITH UNIQUE KEY objno
5 IT_OBJNO_REC Private See coding IT_OBJNO_REC 20010724 BEGIN OF it_objno_rec, objno TYPE ibxx_ref-objnr, point TYPE wty_ib41-point, pttxt TYPE wty_ib41-pttxt, atnam TYPE wty_ib41-atnam, recdv TYPE wty_ib41-recdv, atbez TYPE wty_ib41-atbez, einhe TYPE wty_ib41-einhe, inact TYPE wty_ib41-inact, END OF it_objno_rec
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method CL_APPL_ID_CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Value transfer Type reference (TYPE) IBXX_REF-APPL_ID ... 20010724
2 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) CL_IBASE_R3_MSVALUE ... 20010724

Method CL_APPL_ID_CONSTRUCTOR on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_CONCAT_OBJID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806
2 Returning RV_ID Value transfer Type reference (TYPE) IBXX_REF-OBJID ... 20010724

Method CL_CONCAT_OBJID on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ICON Value transfer Type reference (TYPE) ICON-ID ... 20010724

Method CL_GET_ICON on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_GET_NEW_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806
2 Returning RV_OBJNR Value transfer Type reference (TYPE) IBXX_REF-OBJNR ... 20010724

Method CL_GET_NEW_OBJNR on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_GET_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806
2 Returning RV_OBJNR Value transfer Type reference (TYPE) IBXX_REF-OBJNR ... 20010724

Method CL_GET_OBJNR on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_GET_OUTPUT_OBJID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806
2 Returning RV_ID Value transfer Type reference (TYPE) IBXX_REF-OBJID ... 20010724

Method CL_GET_OUTPUT_OBJID on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_IBASE_ID_CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Value transfer Type reference (TYPE) IB_INSTANCEOBJECT ... 20010724
2 Returning RC_INSTANCE Value transfer Object reference (TYPE REF TO) CL_IBASE_R3_MSVALUE ... 20010724

Method CL_IBASE_ID_CONSTRUCTOR on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_PREPARE_READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IC_INSTANCE Value transfer Object reference (TYPE REF TO) CL_IBASE_R3_MSVALUE ... 20010724

Method CL_PREPARE_READ on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_READ Signature

Method CL_READ on class CL_IBASE_R3_MSVALUE has no parameter.
Method CL_READ on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_SPLIT_BORID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJID Call by reference Type reference (TYPE) IBXX_REF-OBJID appl.-spez. Schlüssel, IBase-Format 20010806
2 Exporting EV_POINT Call by reference Type reference (TYPE) WTY_IB41-POINT Meßpunkt 20010806
3 Importing IV_BORID Call by reference Type reference (TYPE) BORIDENT-OBJKEY Objektschlüssel 20010806

Method CL_SPLIT_BORID on class CL_IBASE_R3_MSVALUE has no exception.

Method CL_SPLIT_OBJID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806
2 Importing IV_OBJID Value transfer Type reference (TYPE) IBXX_REF-APPL_ID ... 20010724

Method CL_SPLIT_OBJID on class CL_IBASE_R3_MSVALUE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATINN Value transfer Type reference (TYPE) WTY_IB41-ATINN Int. Merkmal 20010816
2 Importing IV_ATNAM Value transfer Type reference (TYPE) WTY_IB41-ATNAM Merkmalname 20010816
3 Importing IV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806
4 Importing IV_PTTXT Value transfer Type reference (TYPE) WTY_IB41-PTTXT Bezeichnung des Messpunktes 20010816

Method CONSTRUCTOR on class CL_IBASE_R3_MSVALUE has no exception.

Method DOES_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BOOL Value transfer Type reference (TYPE) IBXX_REF-BOOL ... 20010724

Method DOES_EXIST on class CL_IBASE_R3_MSVALUE has no exception.

Method GET_BUSINESS_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010806

Method GET_BUSINESS_KEY on class CL_IBASE_R3_MSVALUE has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ICON Value transfer Type reference (TYPE) ICON-ID ... 20010724

Method GET_ICON on class CL_IBASE_R3_MSVALUE has no exception.

Method GET_MSV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_MSV Value transfer Type reference (TYPE) WTY_IB41 ... 20010724

Method GET_MSV on class CL_IBASE_R3_MSVALUE has no exception.

Method GET_NEW_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJNR Value transfer Type reference (TYPE) IBXX_REF-OBJNR ... 20010724

Method GET_NEW_OBJNR on class CL_IBASE_R3_MSVALUE has no exception.

Method GET_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_OBJNR Value transfer Type reference (TYPE) IBXX_REF-OBJNR ... 20010724

Method GET_OBJNR on class CL_IBASE_R3_MSVALUE has no exception.

Method GET_STANDARD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEXT Value transfer Type reference (TYPE) TXT40 ... 20010724

Method GET_STANDARD_TEXT on class CL_IBASE_R3_MSVALUE has no exception.

Method PREPARE_GET Signature

Method PREPARE_GET on class CL_IBASE_R3_MSVALUE has no parameter.
Method PREPARE_GET on class CL_IBASE_R3_MSVALUE has no exception.

Method READ Signature

Method READ on class CL_IBASE_R3_MSVALUE has no parameter.
Method READ on class CL_IBASE_R3_MSVALUE has no exception.

Method REFRESH Signature

Method REFRESH on class CL_IBASE_R3_MSVALUE has no parameter.
Method REFRESH on class CL_IBASE_R3_MSVALUE has no exception.

Method SET_BUSINESS_ATNAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATNAM Value transfer Type reference (TYPE) WTY_IB41-ATNAM ... 20010814

Method SET_BUSINESS_ATNAM on class CL_IBASE_R3_MSVALUE has no exception.

Method SET_BUSINESS_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POINT Value transfer Type reference (TYPE) WTY_IB41-POINT ... 20010814

Method SET_BUSINESS_KEY on class CL_IBASE_R3_MSVALUE has no exception.
History
Last changed by/on SAP  20050219 
SAP Release Created in 46C2