Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MDG_BS_CLF_CNTL | Classification Controller Interface for Lead Object | 20101104 |
Properties
| Class | TH_MDG_BS_MAT_CLF_SRV_OLD | |
| Short Description | Unittest Services and mocking for CLF Cntl | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 5 | |
| Package | MDG_BS_MAT_MODEL_ACCESS | MDG: ERP Material Model Access to Prim. Pers. |
| Created | 20101104 | SAP |
| Last change | 20130531 | 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 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_MDG_BS_CLF_CNTL | Classification Controller Interface for Lead Object | 20101104 |
Friends
Class TH_MDG_BS_MAT_CLF_SRV_OLD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TY_S_MARA | Material Master | 20101104 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CLASSASGN | Class Assignments (Staging) | 20101104 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | TY_TS_CLASSTYPE | All and valid classtypes | 20101104 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_VALUATION | Class Valuation (Staging) | 20101104 | |||
| 5 | Static Attribute | Public | Type reference (TYPE) | KLASSENART | '001' | Class Type | 20101104 | ||
| 6 | Static Attribute | Public | Type reference (TYPE) | MATKL | Material Group | 20101104 | |||
| 7 | Static Attribute | Public | Type reference (TYPE) | MBRSH | 'C' | Default material sector | 20101104 | ||
| 8 | Static Attribute | Public | Type reference (TYPE) | MEINS | 'L' | Default material UOM | 20101104 | ||
| 9 | Static Attribute | Public | Type reference (TYPE) | MTART | 'FERT' | Default material type | 20101104 | ||
| 10 | Static Attribute | Public | Type reference (TYPE) | WERKS_D | Sequence table for MRP units - scope of planning | 20101104 | |||
| 11 | Static Attribute | Public | Type reference (TYPE) | VKORG | Sales Organization | 20101104 | |||
| 12 | Static Attribute | Public | Type reference (TYPE) | VTWEG | Distribution Channel | 20101104 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | KLASSENART | Class Type active | 20101104 | |||
| 14 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Change Number for Classification (ECO) allowed | 20101104 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Change Number for Classification (ECO) allowed | 20101104 | ||
| 16 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Multiple Change Number in one commit | 20101104 | |||
| 17 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Multiple Change Number in one commit | 20101104 | ||
| 18 | Instance attribute | Public | Type reference (TYPE) | AENNR | ECN active | 20101104 | |||
| 19 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | All and valid classtypes | 20101104 | ||
| 20 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Primary Persistency has changed | 20101104 | ||
| 21 | Instance attribute | Public | Type reference (TYPE) | KLASSE_D | Class default | 20101104 | |||
| 22 | Instance attribute | Public | Type reference (TYPE) | KLASSENART | Class Type default | 20101104 | |||
| 23 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Class default | 20101104 | ||
| 24 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Direct Save requested | 20101104 | |||
| 25 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Direct Save requested | 20101104 | ||
| 26 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Material Master | 20101104 | ||
| 27 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | Primary Persistency has changed | 20101104 | |||
| 28 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Primary Persistency has changed | 20101104 | ||
| 29 | Instance attribute | Public | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | ECN and Valid From | 20101104 | ||
| 30 | Instance attribute | Public | Type reference (TYPE) | DATUV | Valid From | 20101104 | |||
| 31 | Static Attribute | Public | Type reference (TYPE) | CHAR1 | 0 = Staging, 1 = Primary Persistency | 20101104 | |||
| 32 | Static Attribute | Public | Type reference (TYPE) | CHAR2 | 'ZX' | Prefix for new Materials | 20101104 | ||
| 33 | Static Attribute | Public | Type reference (TYPE) | USMD_MODEL | 'MM' | Data Model | 20101104 |
Methods
Events
Class TH_MDG_BS_MAT_CLF_SRV_OLD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_CLASSTYPE | Public | See coding | 20101104 | BEGIN OF ty_s_classtype,
type TYPE klassenart,
valid TYPE boole_d.
TYPES END OF ty_s_classtype
|
||
| 2 | TY_S_KEY_MAP | Public | See coding | 20101104 | BEGIN OF ty_s_key_map,
matnr_temp TYPE matnr,
matnr_int TYPE matnr.
TYPES END OF ty_s_key_map
|
||
| 3 | TY_S_MARA | Public | See coding | 20101104 | BEGIN OF ty_s_mara,
attr TYPE mara,
def_mtart TYPE mtart.
TYPES END OF ty_s_mara
|
||
| 4 | TY_S_MAT_CR | Public | See coding | 20101104 | BEGIN OF ty_s_mat_cr,
matnr TYPE matnr,
cr TYPE usmd_crequest.
TYPES END OF ty_s_mat_cr
|
||
| 5 | TY_TS_CLASSTYPE | Public | See coding | 20101104 | ty_ts_classtype TYPE SORTED TABLE OF ty_s_classtype WITH UNIQUE KEY type
|
||
| 6 | TY_TS_KEY_MAP | Public | See coding | 20101104 | ty_ts_key_map TYPE SORTED TABLE OF ty_s_key_map WITH UNIQUE KEY matnr_temp
|
||
| 7 | TY_T_MAT_CR | Public | See coding | 20101104 | ty_t_mat_cr TYPE STANDARD TABLE OF ty_s_mat_cr
|
Method Signatures
Method CHECK_AND_DETERMINE Signature
Method CHECK_AND_DETERMINE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_AND_DETERMINE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_CC_CLASSIFICATION Signature
Method CHECK_CC_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_CC_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_CC_CLASSTYPE_EXISTS Signature
Method CHECK_CC_CLASSTYPE_EXISTS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_CC_CLASSTYPE_EXISTS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_CC_MULT Signature
Method CHECK_CC_MULT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_CC_MULT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_DS_CLASSIFICATION Signature
Method CHECK_DS_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_DS_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_DS_IN_UPD_TASK Signature
Method CHECK_DS_IN_UPD_TASK on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_DS_IN_UPD_TASK on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_DS_ON_COMMIT Signature
Method CHECK_DS_ON_COMMIT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_DS_ON_COMMIT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CHECK_PP_CLASSIFICATION Signature
Method CHECK_PP_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CHECK_PP_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method CLF_ASSERT_EQUAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Value transfer | Type reference (TYPE) | BOOLE_D | equality of classification | 20101104 | |||
| 2 | IO_CONTEXT_CNTL | Call by reference | Object reference (TYPE REF TO) | IF_MDG_BS_CLF_CNTL | Classification Controller Interface for Lead Object | 20101104 | |||
| 3 | ITS_CLF_CONTEXT_DATA_IST | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | be | 20101104 | |||
| 4 | ITS_CLF_CONTEXT_DATA_SOLL | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | shall | 20101104 | |||
| 5 | IV_WRITE_PROTOCOL | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | Write Unittest protocal entries | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method CLF_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAKT | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions | 20101104 | |||
| 2 | ES_MARA | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20101104 | |||
| 3 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 4 | ES_MAT_CR_OLD | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 5 | ETS_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | Classification Data | 20101104 | |||
| 6 | ETS_CLF_CONTEXT_DATA_OLD | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | Classification Data | 20101104 | |||
| 7 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 8 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Mocking Cntl - will be needed for mocking | 20101104 | |||
| 9 | ITS_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | Classification Data | 20101104 | |||
| 10 | IV_CR | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101104 | |||
| 11 | IV_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | 'MAT02' | CR Type | 20101104 | ||
| 12 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 | |||
| 13 | IV_SCOPE | Call by reference | Type reference (TYPE) | CHAR1 | 'M' | M = Mocking, S = Staging, P = Primary, else structure only | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method CLF_SETUP_AND_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CTS_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | 20101104 | ||||
| 2 | ES_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_S_CONTEXT_DATA | Classification Data | 20101104 | |||
| 3 | EV_ATINN | Call by reference | Type reference (TYPE) | ATINN | Internal characteristic | 20101104 | |||
| 4 | EV_CHANGENO | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20101104 | |||
| 5 | EV_CLINT | Call by reference | Type reference (TYPE) | CLINT | Internal Class Number | 20101104 | |||
| 6 | IV_CHANGENO | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20101104 | |||
| 7 | IV_CHARACTERISTIC | Call by reference | Type reference (TYPE) | ATNAM | Characteristic Value | 20101104 | |||
| 8 | IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Check only do not prepare | 20101104 | ||
| 9 | IV_CLASS | Call by reference | Type reference (TYPE) | KLASSE_D | Class number | 20101104 | |||
| 10 | IV_CLASSTYPE | Call by reference | Type reference (TYPE) | KLASSENART | GV_DEFAULT_CLASSTYPE | Class Type | 20101104 | ||
| 11 | IV_INTERVAL | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Single Value (SPACE) or interval (X) | 20101104 | ||
| 12 | IV_LENGTH | Call by reference | Type reference (TYPE) | INT2 | 10 | Data Length | 20101104 | ||
| 13 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 | |||
| 14 | IV_SINGLE_VALUE | Call by reference | Type reference (TYPE) | CHAR1 | 'X' | Single Value (X) or multiple (SPACE) | 20101104 | ||
| 15 | IV_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | 'C' | C = CHAR, N = NUM, D = Date | 20101104 | ||
| 16 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | DATUV | Create Change Numbr if filled | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method CONVERT_OBJNUM_TO_EXTERN Signature
Method CONVERT_OBJNUM_TO_EXTERN on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method CONVERT_OBJNUM_TO_EXTERN on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method DEQUEUE Signature
Method DEQUEUE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method DEQUEUE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method ECO_SETUP_AND_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CHANGENO | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20101104 | |||
| 2 | IV_CHANGENO | Call by reference | Type reference (TYPE) | AENNR | Change Number | 20101104 | |||
| 3 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | DATUV | Create Change Numbr if filled | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method ENQUEUE Signature
Method ENQUEUE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method ENQUEUE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ACTIVE_ACCESS_CONTEXT Signature
Method GET_ACTIVE_ACCESS_CONTEXT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ACTIVE_ACCESS_CONTEXT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ACTIVE_CHANGENO Signature
Method GET_ACTIVE_CHANGENO on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ACTIVE_CHANGENO on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ACTIVE_CLASSTYPE Signature
Method GET_ACTIVE_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ACTIVE_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ACTIVE_LANGUAGE Signature
Method GET_ACTIVE_LANGUAGE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ACTIVE_LANGUAGE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ACTIVE_VALIDITY Signature
Method GET_ACTIVE_VALIDITY on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ACTIVE_VALIDITY on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ACTIVE_VALID_FROM Signature
Method GET_ACTIVE_VALID_FROM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ACTIVE_VALID_FROM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_ALL_CLASSTYPE Signature
Method GET_ALL_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_ALL_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_CLASSIFICATION Signature
Method GET_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_CLASSIFICATION on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_DEFAULT_CLASS Signature
Method GET_DEFAULT_CLASS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_DEFAULT_CLASS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_DEFAULT_CLASSTYPE Signature
Method GET_DEFAULT_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_DEFAULT_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_DEFAULT_LANGUAGE Signature
Method GET_DEFAULT_LANGUAGE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_DEFAULT_LANGUAGE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_DEFAULT_UI_MODE Signature
Method GET_DEFAULT_UI_MODE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_DEFAULT_UI_MODE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_DEFAULT_VALID_FROM Signature
Method GET_DEFAULT_VALID_FROM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_DEFAULT_VALID_FROM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_INTERNAL_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESULT | Value transfer | Type reference (TYPE) | TY_TS_KEY_MAP | Material numbers | 20101104 | |||
| 2 | IT_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | USMD message with internal number | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method GET_MAFID_FOR_DS Signature
Method GET_MAFID_FOR_DS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_MAFID_FOR_DS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_MATERIAL_TYPE Signature
Method GET_MATERIAL_TYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_MATERIAL_TYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_MOCKING_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_CONTEXT | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT | Actual context | 20101104 |
Method GET_MOCKING_CONTEXT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_MSG_SEVERITY Signature
Method GET_MSG_SEVERITY on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_MSG_SEVERITY on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_OBJKEY Signature
Method GET_OBJKEY on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_OBJKEY on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_OBJNUM Signature
Method GET_OBJNUM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_OBJNUM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_OBJTYPE Signature
Method GET_OBJTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_OBJTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_PP_ACTIVE Signature
Method GET_PP_ACTIVE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_PP_ACTIVE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_USMD_MESSAGES Signature
Method GET_USMD_MESSAGES on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_USMD_MESSAGES on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method GET_VALID_CLASSTYPE Signature
Method GET_VALID_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method GET_VALID_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method MARM_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAKT | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions | 20101104 | |||
| 2 | ES_MARA | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20101104 | |||
| 3 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | 20101104 | ||||
| 4 | ES_MAT_CR_OLD | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | 20101104 | ||||
| 5 | ET_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 6 | ET_MARM_OLD | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 7 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 8 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Unittest Services and mocking for CLF Cntl | 20101104 | |||
| 9 | IT_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 10 | IT_MARM_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM_X | MDG BS MAT: Units of Measure for Material DATA_X Table | 20101104 | |||
| 11 | IV_SCOPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MATERIALS_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MAT_CR | Call by reference | Type reference (TYPE) | TY_T_MAT_CR | Material Number and CR | 20101104 | |||
| 2 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 3 | EV_MBRSH | Call by reference | Type reference (TYPE) | MBRSH | Industry sector | 20101104 | |||
| 4 | EV_MEINS | Call by reference | Type reference (TYPE) | MEINS | Base Unit of Measure | 20101104 | |||
| 5 | EV_MTART | Call by reference | Type reference (TYPE) | MTART | Material type | 20101104 | |||
| 6 | IV_COUNT | Call by reference | Type reference (TYPE) | I | 1 | Number of Materials 1 .. 99 | 20101104 | ||
| 7 | IV_ONE_CR | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Use one CR | 20110712 | ||
| 8 | IV_PREFIX | Call by reference | Type reference (TYPE) | CHAR8 | Prefix for Materials | 20101104 | |||
| 9 | IV_SCOPE | Call by reference | Type reference (TYPE) | CHAR1 | 'M' | S = Staging, P = Primary | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MATERIAL_ACTIVATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 2 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 3 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Controller Interface for Lead Object | 20101104 | |||
| 4 | IV_CR | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101104 | |||
| 5 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MATERIAL_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 2 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 3 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Controller Interface for Lead Object | 20101104 | |||
| 4 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MATERIAL_CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Controller Mocking for Unittests (Material) | 20101104 | |||
| 2 | ES_MAKT | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions | 20101104 | |||
| 3 | ES_MARA | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20101104 | |||
| 4 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 5 | ETS_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | Classification Data | 20101104 | |||
| 6 | ET_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 7 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 8 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Mocking Cntl - will be created if not support | 20101104 | |||
| 9 | IS_MARA | Call by reference | Type reference (TYPE) | MDG_BS_MAT_S_MARA | General Material Data needed if no default set | 20101104 | |||
| 10 | IS_MARA_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_S_MARA_X | Needed for access to primary persistency if no default set | 20101104 | |||
| 11 | ITS_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | Classification View ... MATNR will be filled automatic | 20101104 | |||
| 12 | IT_MAKT | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MAKT | Material Descriptions needed if no default set | 20101104 | |||
| 13 | IT_MAKT_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MAKT_X | Needed for access to primary persistency if no default set | 20101104 | |||
| 14 | IT_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | Units of Measure for Material | 20101104 | |||
| 15 | IT_MARM_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM_X | MDG BS MAT: Units of Measure for Material DATA_X Table | 20101104 | |||
| 16 | IV_CR | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101104 | |||
| 17 | IV_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | 'MAT01' | CR Type | 20101104 | ||
| 18 | IV_INTERNAL_NUMBER | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Internal numbering used | 20101104 | ||
| 19 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 | |||
| 20 | IV_MATNR_EXT | Call by reference | Type reference (TYPE) | MATNR_EXT | External Long Material Number | 20101104 | |||
| 21 | IV_SCOPE | Call by reference | Type reference (TYPE) | CHAR1 | 'M' | M = Mocking, S = Staging, P = Primary, else structure only | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MATERIAL_MODIFY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAKT | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions | 20101104 | |||
| 2 | ES_MAKT_OLD | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions | 20101104 | |||
| 3 | ES_MARA | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20101104 | |||
| 4 | ES_MARA_OLD | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20101104 | |||
| 5 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 6 | ES_MAT_CR_OLD | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material Number and CR | 20101104 | |||
| 7 | ET_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 8 | ET_MARM_OLD | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 9 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 10 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Mocking Cntl - mandatory if change in Mocking | 20101104 | |||
| 11 | IS_MAKT | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions - full data | 20101104 | |||
| 12 | IS_MAKT_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_S_MAKT_X | Needed for access to primary persistency | 20101104 | |||
| 13 | IS_MARA | Call by reference | Type reference (TYPE) | MARA | General Material Data - full data | 20101104 | |||
| 14 | IS_MARA_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_S_MARA_X | Needed for access to primary persistency | 20101104 | |||
| 15 | IT_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 16 | IT_MARM_X | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM_X | MDG BS MAT: Units of Measure for Material DATA_X Table | 20101104 | |||
| 17 | IV_CR | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101104 | |||
| 18 | IV_CREQUEST_TYPE | Call by reference | Type reference (TYPE) | USMD_CREQUEST_TYPE | 'MAT02' | CR Type | 20101104 | ||
| 19 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 | |||
| 20 | IV_MATNR_EXT | Call by reference | Type reference (TYPE) | MATNR_EXT | External Long Material Number | 20101104 | |||
| 21 | IV_SCOPE | Call by reference | Type reference (TYPE) | CHAR1 | 'M' | M = Mocking, S = Staging, P = Primary Persistency | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MATERIAL_READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MAKT | Call by reference | Type reference (TYPE) | MAKT | Material Descriptions | 20101104 | |||
| 2 | ES_MARA | Call by reference | Type reference (TYPE) | MARA | General Material Data | 20101104 | |||
| 3 | ES_MAT_CR | Call by reference | Type reference (TYPE) | TY_S_MAT_CR | Material and Change Request | 20101104 | |||
| 4 | ETS_CLF_CONTEXT_DATA | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT_DATA | Material Classification | 20101104 | |||
| 5 | ET_MARM | Call by reference | Type reference (TYPE) | MDG_BS_MAT_T_MARM | MDG BS MAT: Units of Measure for Material Table | 20101104 | |||
| 6 | ET_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 7 | IO_MOCKING_CNTL | Call by reference | Object reference (TYPE REF TO) | TH_MDG_BS_MAT_CLF_SRV_OLD | Classification Controller | 20101104 | |||
| 8 | ITS_CLF_CONTEXT | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CONTEXT | Classification read from Staging, Filter for Primary Pers | 20101104 | |||
| 9 | IV_CR | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20101104 | |||
| 10 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number | 20101104 | |||
| 11 | IV_SCOPE | Call by reference | Type reference (TYPE) | CHAR1 | 'M' | M = Mocking, S = Staging, P = Primary | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method MSG_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_USMD_MESSAGE | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20101104 | |||
| 2 | IV_ERRORS_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_TRUE | report errors only | 20101104 |
Method MSG_REPORT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SAVE Signature
Method SAVE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method SAVE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_DEFAULTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BRSH_STATUS | Call by reference | Type reference (TYPE) | MBRSH | Industry sector | 20101104 | |||
| 2 | IV_MAINTENANCE_STATUS | Call by reference | Type reference (TYPE) | VPSTA | Maintenance status of complete material | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method SET_MOCKING_CC_ALLOWED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLF_CC_ALLOWED | Call by reference | Type reference (TYPE) | BOOLE_D | ECN supported for Classification | 20101104 |
Method SET_MOCKING_CC_ALLOWED on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_CC_MULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLF_CC_MULT | Call by reference | Type reference (TYPE) | BOOLE_D | Multiple Change Number in one commit | 20101104 |
Method SET_MOCKING_CC_MULT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_CHANGENO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CHANGENO | Call by reference | Type reference (TYPE) | AENNR | Active ECN | 20101104 |
Method SET_MOCKING_CHANGENO on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_CLASSTYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITS_CLASSTYPE | Call by reference | Type reference (TYPE) | TY_TS_CLASSTYPE | All and valid classtypes | 20101104 |
Method SET_MOCKING_CLASSTYPES on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_CLF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MARA | Call by reference | Type reference (TYPE) | TY_S_MARA | Material Master | 20101104 | |||
| 2 | IT_CLASSASGN | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_CLASSASGN | Class Assignment | 20101104 | |||
| 3 | IT_VALUATION | Call by reference | Type reference (TYPE) | IF_MDG_BS_CLF_ACCESS=>TY_TS_VALUATION | Char Valuation | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method SET_MOCKING_DEFAULT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MARA | Value transfer | Type reference (TYPE) | MATNR | Material Number used | 20101104 | |||
| 2 | IV_MATNR | Call by reference | Type reference (TYPE) | MATNR | Material Number predefined | 20101104 | |||
| 3 | IV_MBRSH | Call by reference | Type reference (TYPE) | MBRSH | GV_DEFAULT_MBRSH | Industry sector | 20101104 | ||
| 4 | IV_MEINS | Call by reference | Type reference (TYPE) | MEINS | GV_DEFAULT_MEINS | Base Unit of Measure | 20101104 | ||
| 5 | IV_MTART | Call by reference | Type reference (TYPE) | MTART | GV_DEFAULT_MTART | Material Type | 20101104 |
Method SET_MOCKING_DEFAULT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_DEFAULT_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DEFAULT_CLASS | Call by reference | Type reference (TYPE) | KLASSE_D | Default Class for Classification | 20101104 |
Method SET_MOCKING_DEFAULT_CLASS on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_DEFAULT_CLASSTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTIVE_CLASSTYPE | Call by reference | Type reference (TYPE) | KLASSENART | Active Classtype | 20101104 | |||
| 2 | IV_DEFAULT_CLASSTYPE | Call by reference | Type reference (TYPE) | KLASSENART | Default Classtype for Classification | 20101104 |
Method SET_MOCKING_DEFAULT_CLASSTYPE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_DIRECT_SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLF_DIRECT_SAVE | Call by reference | Type reference (TYPE) | BOOLE_D | Direct Save requested | 20101104 |
Method SET_MOCKING_DIRECT_SAVE on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_MARA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_MARA | Call by reference | Type reference (TYPE) | MARA | Material Master | 20101104 | |||
| 2 | IV_DEFAULT_MTART | Call by reference | Type reference (TYPE) | MTART | Material Type | 20101104 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Material Exceptions and Messages | 20101104 |
Method SET_MOCKING_PP_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLF_PP_CHANGED | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Primary Persistency for Classification changed | 20101104 |
Method SET_MOCKING_PP_CHANGED on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_MOCKING_VALID_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VALID_FROM | Call by reference | Type reference (TYPE) | DATUV | Valid From | 20101104 |
Method SET_MOCKING_VALID_FROM on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SET_REF_DATA Signature
Method SET_REF_DATA on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method SET_REF_DATA on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SYNC_BO Signature
Method SYNC_BO on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method SYNC_BO on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method SYNC_STAGING Signature
Method SYNC_STAGING on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method SYNC_STAGING on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
Method VALIDATE_CONTEXT Signature
Method VALIDATE_CONTEXT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no parameter.
Method VALIDATE_CONTEXT on class TH_MDG_BS_MAT_CLF_SRV_OLD has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |