SAP ABAP Class CL_IBASE_R3_FLATRATE (IBase: Labor Values)
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 | 20010718 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IBASE_INSTALL | IBase: Installation Check | 20010718 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IBASE_OBJECT | IBase: Components Interface | 20010718 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IBASE_TEMP_ID | PM: IBase Temporary Identification | 20010718 |
Properties
| Class | CL_IBASE_R3_FLATRATE | |
| Short Description | IBase: Labor Values | |
| 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 | 20010718 | SAP |
| Last change | 20050219 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 3 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 4 | 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 | 20010718 | ||
| 2 | IF_IBASE_INSTALL | IBase: Installation Check | 20010718 | ||
| 3 | IF_IBASE_OBJECT | IBase: Components Interface | 20010718 | ||
| 4 | IF_IBASE_TEMP_ID | PM: IBase Temporary Identification | 20010718 |
Friends
Class CL_IBASE_R3_FLATRATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | ICON-ID | ... | 20010718 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | IT_OBJNO_HTAB | ... | 20010718 | |||
| 3 | Constant | Private | Type reference (TYPE) | T371D-OBJTYP | '0008' | CO_BOM_IBASE_TYPE | 20010718 | ||
| 4 | Constant | Private | See coding | 'D' | CO_D | 20010718 | |||
| 5 | Constant | Private | See coding | 'E' | CO_E | 20010718 | |||
| 6 | Constant | Private | Type reference (TYPE) | T371D-OBJTYP | '0042' | CO_MY_IBASE_TYPE | 20010718 | ||
| 7 | Instance attribute | Private | Type reference (TYPE) | IT_DATA_REC | Data | 20010718 | |||
| 8 | Static Attribute | Private | See coding | FLR_BUFFER | 20010723 | ||||
| 9 | Static Attribute | Private | Type reference (TYPE) | IBFLR_OBJNR_INDEX_TAB | Temp. Object Number | 20010720 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | WTY_IB42-KATKZ | Catalog | 20010718 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | WTY_IB42-KATNR | Catalog Number | 20010718 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | WTY_IB42-KATTI | Prod. catalog name | 20010718 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | WTY_IB42-KATTXT | Catalog Number Text | 20010718 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | IBXX_REF-OBJNR | Object Number | 20010718 | |||
| 15 | Static Attribute | Private | Type reference (TYPE) | IT_INSTANCE_HTAB | ... | 20010718 |
Methods
Events
Class CL_IBASE_R3_FLATRATE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | IT_DATA_REC | Private | See coding | IT_DATA_REC | 20010718 | BEGIN OF it_data_rec,
valid TYPE ibxx_ref-bool,
found TYPE ibxx_ref-bool,
flr TYPE wty_ib42,
END OF it_data_rec
|
|
| 2 | IT_INSTANCE_HTAB | Private | See coding | IT_INSTANCE_HTAB | 20010718 | it_instance_htab TYPE HASHED TABLE OF it_instance_rec
WITH UNIQUE KEY instance
|
|
| 3 | IT_INSTANCE_REC | Private | See coding | IT_INSTANCE_REC | 20010718 | BEGIN OF it_instance_rec,
instance TYPE REF TO cl_ibase_r3_flatrate,
END OF it_instance_rec
|
|
| 4 | IT_OBJNO_HTAB | Private | See coding | IT_OBJNO_HTAB | 20010718 | it_objno_htab TYPE HASHED TABLE OF it_objno_rec
WITH UNIQUE KEY objno
|
|
| 5 | IT_OBJNO_REC | Private | See coding | IT_OBJNO_REC | 20010718 | BEGIN OF it_objno_rec,
objno TYPE ibxx_ref-objnr,
katkz TYPE wty_ib42-katkz,
katnr TYPE wty_ib42-katnr,
katti TYPE wty_ib42-katti,
kattxt TYPE wty_ib42-kattxt,
END OF it_objno_rec
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_IBASE_R3_FLATRATE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_APPL_ID_CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Value transfer | Type reference (TYPE) | IBXX_REF-APPL_ID | ... | 20010719 | |||
| 2 | R_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_IBASE_R3_FLATRATE | ... | 20010718 |
Method CL_APPL_ID_CONSTRUCTOR on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_CONCAT_OBJID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | ... | 20010718 | |||
| 2 | IV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | ... | 20010718 | |||
| 3 | RV_ID | Value transfer | Type reference (TYPE) | IBXX_REF-OBJID | ... | 20010718 |
Method CL_CONCAT_OBJID on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_GET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ICON | Value transfer | Type reference (TYPE) | ICON-ID | ... | 20010718 |
Method CL_GET_ICON on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_GET_NEW_OBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | ... | 20010718 | |||
| 2 | IV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | ... | 20010718 | |||
| 3 | RV_OBJNR | Value transfer | Type reference (TYPE) | IBXX_REF-OBJNR | ... | 20010718 |
Method CL_GET_NEW_OBJNR on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_GET_OBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | ... | 20010718 | |||
| 2 | IV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | ... | 20010718 | |||
| 3 | RV_OBJNR | Value transfer | Type reference (TYPE) | IBXX_REF-OBJNR | ... | 20010718 |
Method CL_GET_OBJNR on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_GET_OUTPUT_OBJID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | ... | 20010718 | |||
| 2 | IV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | ... | 20010718 | |||
| 3 | RV_ID | Value transfer | Type reference (TYPE) | IBXX_REF-OBJID | ... | 20010718 |
Method CL_GET_OUTPUT_OBJID on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_IBASE_ID_CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ID | Value transfer | Type reference (TYPE) | IB_INSTANCEOBJECT | ... | 20010718 | |||
| 2 | RC_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_IBASE_R3_FLATRATE | ... | 20010718 |
Method CL_IBASE_ID_CONSTRUCTOR on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_PREPARE_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IC_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_IBASE_R3_FLATRATE | ... | 20010718 |
Method CL_PREPARE_READ on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_READ Signature
Method CL_READ on class CL_IBASE_R3_FLATRATE has no parameter.
Method CL_READ on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_SPLIT_BORID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_KATKZ | Call by reference | Type reference (TYPE) | WTY_IB42-KATKZ | ... | 20010718 | |||
| 2 | EV_KATNR | Call by reference | Type reference (TYPE) | WTY_IB42-KATNR | ... | 20010718 | |||
| 3 | EV_OBJID | Call by reference | Type reference (TYPE) | IBXX_REF-OBJID | appl.-spez. Schlüssel, IBase-Format | 20010718 | |||
| 4 | IV_BORID | Call by reference | Type reference (TYPE) | BORIDENT-OBJKEY | BOR-Schlüssel | 20010718 |
Method CL_SPLIT_BORID on class CL_IBASE_R3_FLATRATE has no exception.
Method CL_SPLIT_OBJID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | ... | 20010718 | |||
| 2 | EV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | ... | 20010718 | |||
| 3 | IV_OBJID | Value transfer | Type reference (TYPE) | IBXX_REF-APPL_ID | ... | 20010718 |
Method CL_SPLIT_OBJID on class CL_IBASE_R3_FLATRATE has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | katalog | 20010718 | |||
| 2 | IV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | katalognummer | 20010718 | |||
| 3 | IV_OBJID | Value transfer | Type reference (TYPE) | IBXX_REF-OBJID | Objektkey | 20010718 |
Method CONSTRUCTOR on class CL_IBASE_R3_FLATRATE has no exception.
Method DOES_EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_BOOL | Value transfer | Type reference (TYPE) | IBXX_REF-BOOL | ... | 20010718 |
Method DOES_EXIST on class CL_IBASE_R3_FLATRATE has no exception.
Method GET_BUSINESS_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_KATKZ | Value transfer | Type reference (TYPE) | WTY_KATKZ | ... | 20010718 | |||
| 2 | EV_KATNR | Value transfer | Type reference (TYPE) | WTY_KATNR | ... | 20010718 |
Method GET_BUSINESS_KEY on class CL_IBASE_R3_FLATRATE has no exception.
Method GET_FLR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_FLR | Value transfer | Type reference (TYPE) | WTY_IB42 | ... | 20010718 |
Method GET_FLR on class CL_IBASE_R3_FLATRATE has no exception.
Method GET_ICON Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ICON | Value transfer | Type reference (TYPE) | ICON-ID | ... | 20010718 |
Method GET_ICON on class CL_IBASE_R3_FLATRATE has no exception.
Method GET_NEW_OBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OBJNR | Value transfer | Type reference (TYPE) | IBXX_REF-OBJNR | ... | 20010718 |
Method GET_NEW_OBJNR on class CL_IBASE_R3_FLATRATE has no exception.
Method GET_OBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OBJNR | Value transfer | Type reference (TYPE) | IBXX_REF-OBJNR | ... | 20010718 |
Method GET_OBJNR on class CL_IBASE_R3_FLATRATE has no exception.
Method GET_STANDARD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TEXT | Value transfer | Type reference (TYPE) | TXT40 | ... | 20010718 |
Method GET_STANDARD_TEXT on class CL_IBASE_R3_FLATRATE has no exception.
Method PREPARE_GET Signature
Method PREPARE_GET on class CL_IBASE_R3_FLATRATE has no parameter.
Method PREPARE_GET on class CL_IBASE_R3_FLATRATE has no exception.
Method READ Signature
Method READ on class CL_IBASE_R3_FLATRATE has no parameter.
Method READ on class CL_IBASE_R3_FLATRATE has no exception.
Method REFRESH Signature
Method REFRESH on class CL_IBASE_R3_FLATRATE has no parameter.
Method REFRESH on class CL_IBASE_R3_FLATRATE has no exception.
History
| Last changed by/on | SAP | 20050219 |
| SAP Release Created in | 46C2 |