SAP ABAP Class /SRMERP/IF_MO_DAC_COMPANY_CODE (Company Code DAC provider)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /SRMERP/CL_MO_DAC_COMPANY_CODE | Company Code DAC Provider | 20100929 |
Properties
| Class | /SRMERP/IF_MO_DAC_COMPANY_CODE | |
| Short Description | Company Code DAC provider | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100929 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class /SRMERP/IF_MO_DAC_COMPANY_CODE has no interface implemented.
Friends
Class /SRMERP/IF_MO_DAC_COMPANY_CODE has no friend class.
Attributes
Class /SRMERP/IF_MO_DAC_COMPANY_CODE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks, if Company Code Exists | 20100929 | |
| 2 | Instance method | Public | Method | Read Details of Company Code | 20100929 | |
| 3 | Instance method | Public | Method | Read Cost Area ID of Company Code | 20100929 |
Events
Class /SRMERP/IF_MO_DAC_COMPANY_CODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MS_COMPANY_CODE | Public | See coding | Existence Check Buffer Line | 20100929 | BEGIN OF ms_company_code ,
company_code_id TYPE ewerk,
exists TYPE abap_bool,
END OF ms_company_code
|
|
| 2 | MT_COMPANY_CODE | Public | See coding | Existence Check Buffer | 20100929 | mt_company_code TYPE HASHED TABLE OF ms_company_code
WITH UNIQUE KEY company_code_id
|
Method Signatures
Method IS_COMPANY_CODE_EXISTENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPANY_CODE_ID | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20100929 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100929 |
Method IS_COMPANY_CODE_EXISTENT on class /SRMERP/IF_MO_DAC_COMPANY_CODE has no exception.
Method READ_COMPANY_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_T001_DATA | Call by reference | Type reference (TYPE) | T001 | Company Code | 20100929 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100929 | |||
| 3 | IV_COMPANY_CODE_ID | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20100929 |
Method READ_COMPANY_CODE on class /SRMERP/IF_MO_DAC_COMPANY_CODE has no exception.
Method READ_COMPANY_CODE_COST_AREA_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | /SRMERP/T_MESSAGES | Message table type | 20100929 | |||
| 2 | EV_COST_AREA_ID | Call by reference | Type reference (TYPE) | KOKRS | Controlling Area | 20100929 | |||
| 3 | IV_COMPANY_CODE_ID | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20100929 |
Method READ_COMPANY_CODE_COST_AREA_ID on class /SRMERP/IF_MO_DAC_COMPANY_CODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |