SAP ABAP Class CL_CMM_MTM_EXTR (Core logic for MtM extraction)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-CMM-BF (Application Component) Basic Functions
⤷
LOG_CMM_ANALYTICS (Package) Analytics for Commodity Managements

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CMM_MTM_TYPES | Extended Types for MtM Analytics | 20120612 |
Properties
Class | CL_CMM_MTM_EXTR | |
Short Description | Core logic for MtM extraction | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | LOG_CMM_ANALYTICS | Analytics for Commodity Managements |
Created | 20120612 | SAP |
Last change | 20131127 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_CMM_MTM_TYPES | Extended Types for MtM Analytics | 20120612 |
Friends
Class CL_CMM_MTM_EXTR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTYS_CPE_BUFFER | 20120614 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GTYS_KOMV_EXT | 20120614 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TCHW1 | Batch-Specific Units of Measure (Proportion/Product Un) | 20121203 | ||
4 | ![]() |
Instance attribute | Private | See coding | 20120924 | ||||
5 | ![]() |
Instance attribute | Private | See coding | 20130417 | ||||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | KOMK-BELNR | Sales and Distribution Document Number | 20120924 | ||
7 | ![]() |
Instance attribute | Private | Type reference (TYPE) | KOMP-KPOSN | Condition item number | 20120924 |
Methods
Events
Class CL_CMM_MTM_EXTR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYS_CPE_BUFFER | Private | See coding | 20120614 | BEGIN OF gtys_cpe_buffer,
kappl TYPE kappl,
knumv TYPE knumv,
END OF gtys_cpe_buffer
|
||
2 | GTYS_CPE_MTM_TERM_LINK | Private | See coding | 20120612 | BEGIN OF gtys_cpe_mtm_term_link,
tabix_mtm TYPE sy-tabix,
tabix_term TYPE sy-tabix,
END OF gtys_cpe_mtm_term_link
|
||
3 | GTYS_KOMK_ADD_FIELDS | Public | Attribute reference (LIKE) | 20120612 |
|
||
4 | GTYS_KOMK_EXT | Public | Attribute reference (LIKE) | 20120612 |
|
||
5 | GTYS_KOMP_ADD_FIELDS | Public | Attribute reference (LIKE) | 20120612 |
|
||
6 | GTYS_KOMP_EXT | Public | Attribute reference (LIKE) | 20120612 |
|
||
7 | GTYS_KOMV_EXT | Public | See coding | 20120614 | BEGIN OF gtys_komv_ext,
komv TYPE komv,
kwert_adjusted TYPE komv-kwert,
fact_assigned TYPE cmm_mtm_fact_open,
END OF gtys_komv_ext
|
||
8 | GTYS_LOG_LINK | Private | See coding | 20120924 | begin of gtys_log_link,
tabix type sy-tabix,
belnr type komk-belnr,
kposn type komp-kposn,
end of gtys_log_link
|
||
9 | GTYS_PRICING_COMM | Public | Attribute reference (LIKE) | 20120612 |
|
||
10 | GTYS_QUANTITIES | Private | See coding | 20130417 | BEGIN OF gtys_quantities,
tabix TYPE sy-tabix,
quantities type CMM_MTM_QUANTITIES,
END OF gtys_quantities
|
||
11 | GTYS_SUBSEQUENT_REFERENCE | Public | Attribute reference (LIKE) | 20120615 |
|
||
12 | GTYT_CPE_MTM_TERM_LINK | Private | See coding | 20120612 | gtyt_cpe_mtm_term_link TYPE STANDARD TABLE OF gtys_cpe_mtm_term_link
|
||
13 | GTYT_KOMK_EXT | Public | Attribute reference (LIKE) | 20120612 |
|
||
14 | GTYT_KOMP_EXT | Public | Attribute reference (LIKE) | 20120612 |
|
||
15 | GTYT_KOMV_EXT | Public | See coding | 20120614 | gtyt_komv_ext TYPE STANDARD TABLE OF gtys_komv_ext
|
||
16 | GTYT_PRICING_COMM | Public | Attribute reference (LIKE) | 20120612 |
|
||
17 | GTYT_SUBSEQUENT_REFERENCE | Public | Attribute reference (LIKE) | 20120615 |
|
Method Signatures
Method ADD_SUBSEQ_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_KOMV_SUBSEQ | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120911 | ||
2 | ![]() |
CT_PRICING_COMM_SUBSEQ | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120911 | |||
3 | ![]() |
CT_SUBSEQUENT_REF | Call by reference | Type reference (TYPE) | GTYT_SUBSEQUENT_REFERENCE | 20120911 | |||
4 | ![]() |
IT_KOMV_SUBSEQ | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120911 | ||
5 | ![]() |
IT_PRICING_COMM_SUBSEQ | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | Table Type for Structure KOMV | 20120911 | ||
6 | ![]() |
IT_SUBSEQUENT_REF | Call by reference | Type reference (TYPE) | GTYT_SUBSEQUENT_REFERENCE | 20120911 |
Method ADD_SUBSEQ_REF on class CL_CMM_MTM_EXTR has no exception.
Method ADJUST_KWERT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_KOMP_ROOT | Call by reference | Type reference (TYPE) | GTYS_KOMP_EXT | 20130425 | |||
2 | ![]() |
CS_KOMV_EXT | Call by reference | Type reference (TYPE) | GTYS_KOMV_EXT | 20130425 | |||
3 | ![]() |
IS_KOMP_SUB | Call by reference | Type reference (TYPE) | GTYS_KOMP_EXT | 20130425 | |||
4 | ![]() |
IV_FACTOR_ALREADY_CALC | Call by reference | Type reference (TYPE) | ABAP_BOOL | SPACE | 20130425 | ||
5 | ![]() |
IV_QUANTITY_FIELD | Call by reference | Type reference (TYPE) | STRING | 20130425 |
Method ADJUST_KWERT on class CL_CMM_MTM_EXTR has no exception.
Method AGGREGATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MTM_VALUES_AGG | Call by reference | Type reference (TYPE) | CMM_MTM_AGGREGATED_TT | MTM Extractor Structure | 20120618 | ||
2 | ![]() |
IT_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MTM Extractor Structure | 20120618 |
Method AGGREGATE on class CL_CMM_MTM_EXTR has no exception.
Method APPEND_SPLIT_MTM_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MTM_VALUES_BY_TERM | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MTM Extractor Structure | 20120821 | ||
2 | ![]() |
CT_TERM_LINK | Call by reference | Type reference (TYPE) | GTYT_CPE_MTM_TERM_LINK | 20120821 | |||
3 | ![]() |
IS_KOMV | Call by reference | Type reference (TYPE) | KOMV | Pricing Communications-Condition Record | 20120822 | ||
4 | ![]() |
IS_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM | MTM Extractor Structure | 20120821 | ||
5 | ![]() |
IS_TERM | Call by reference | Type reference (TYPE) | CPET_ERP_CPEDOC_TERM_OUT | CPE in ERP: Term Details of Doc. Formula Result | 20120821 | ||
6 | ![]() |
IV_TABIX_TERM | Call by reference | Type reference (TYPE) | SY-TABIX | 20120821 |
Method APPEND_SPLIT_MTM_ROW on class CL_CMM_MTM_EXTR has no exception.
Method ASSIGN_TO_DATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MTM Extractor Structure | 20120612 | ||
2 | ![]() |
IS_CPE_FORMULA | Call by reference | Type reference (TYPE) | CPET_ERP_CPEDOC_COM_OUT | CPE in ERP: Communication Structure for Doc. Formula Result | 20120612 | ||
3 | ![]() |
IS_KOMK | Call by reference | Type reference (TYPE) | GTYS_KOMK_EXT | 20120612 | |||
4 | ![]() |
IS_KOMP | Call by reference | Type reference (TYPE) | GTYS_KOMP_EXT | 20120612 | |||
5 | ![]() |
IT_TERM_LINK | Call by reference | Type reference (TYPE) | GTYT_CPE_MTM_TERM_LINK | 20120612 | |||
6 | ![]() |
IV_DATE_METHOD | Call by reference | Type reference (TYPE) | CMM_MTM_DATE_DET_D | Determination of date for an MTM relevant condition value | 20120612 |
Method ASSIGN_TO_DATE on class CL_CMM_MTM_EXTR has no exception.
Method COLLECT_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MtM Extractor Structure | 20130417 | ||
2 | ![]() |
IS_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM | MtM Extractor Structure | 20130417 |
Method COLLECT_VALUES on class CL_CMM_MTM_EXTR has no exception.
Method CONVERT_AND_DISCOUNT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MTM Extractor Structure | 20120719 | ||
2 | ![]() |
CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20120719 | ||
3 | ![]() |
IS_CPE_KOMV | Call by reference | Type reference (TYPE) | GTYS_KOMV_EXT | 20121024 | |||
4 | ![]() |
IS_KOMK | Call by reference | Type reference (TYPE) | GTYS_KOMK_EXT | 20121023 | |||
5 | ![]() |
IS_KOMP | Call by reference | Type reference (TYPE) | GTYS_KOMP_EXT | Pricing Communications-Condition Record | 20121023 | ||
6 | ![]() |
IS_KOMV | Call by reference | Type reference (TYPE) | KOMV | Pricing Communications-Condition Record | 20121024 |
Method CONVERT_AND_DISCOUNT on class CL_CMM_MTM_EXTR has no exception.
Method DETERMINE_SUBSEQUENT_DOCUMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KOMV_SUBSEQ | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120615 | ||
2 | ![]() |
ET_PRICING_COMM_SUBSEQ | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120614 | |||
3 | ![]() |
ET_SUBSEQUENT_REF | Call by reference | Type reference (TYPE) | GTYT_SUBSEQUENT_REFERENCE | 20120615 | |||
4 | ![]() |
IT_PRICING_COMM | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120614 | |||
5 | ![]() |
IV_BYPASSING_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20130503 |
Method DETERMINE_SUBSEQUENT_DOCUMENTS on class CL_CMM_MTM_EXTR has no exception.
Method DETERMINE_VALUES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MTM Extractor Structure | 20120612 | ||
2 | ![]() |
CT_MTM_VALUES_AGG | Call by reference | Type reference (TYPE) | CMM_MTM_AGGREGATED_TT | MTM Extractor Structure | 20120618 | ||
3 | ![]() |
ET_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20120612 | ||
4 | ![]() |
IT_KOMV | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120612 | ||
5 | ![]() |
IT_KOMV_SUBSEQ | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120911 | ||
6 | ![]() |
IT_PRICING_COMM | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120612 | |||
7 | ![]() |
IT_PRICING_COMM_SUBSEQ | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120911 | |||
8 | ![]() |
IT_SUBSEQUENT_REF | Call by reference | Type reference (TYPE) | GTYT_SUBSEQUENT_REFERENCE | 20120911 | |||
9 | ![]() |
IV_BYPASSING_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20130503 | ||
10 | ![]() |
IV_LOAD_CPE_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120905 | |||
11 | ![]() |
IV_UPDATEMODE | Call by reference | Type reference (TYPE) | XFELD | Checkbox | 20120826 |
Method DETERMINE_VALUES on class CL_CMM_MTM_EXTR has no exception.
Method FILL_RETURN_FROM_SY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20120612 |
Method FILL_RETURN_FROM_SY on class CL_CMM_MTM_EXTR has no exception.
Method GET_BELNR_FOR_LOG_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_BELNR | Call by reference | Type reference (TYPE) | KOMK-BELNR | Sales and Distribution Document Number | 20120924 | ||
2 | ![]() |
EV_KPOSN | Call by reference | Type reference (TYPE) | KOMP-KPOSN | Condition item number | 20120924 | ||
3 | ![]() |
IV_TABIX | Call by reference | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20120924 |
Method GET_BELNR_FOR_LOG_LINE on class CL_CMM_MTM_EXTR has no exception.
Method GET_CMM_MTM_CALC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_CMM_MTM_CALC | Call by reference | Type reference (TYPE) | CMM_MTM_CALC | Assign Condition Types to Groups | 20120614 | ||
2 | ![]() |
CV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20120614 | ||
3 | ![]() |
IS_KOMV | Call by reference | Type reference (TYPE) | KOMV | Pricing Communications-Condition Record | 20120614 | ||
4 | ![]() |
IV_KALSM | Call by reference | Type reference (TYPE) | KALSM_D | Procedure (Pricing, Output Control, Acct. Det., Costing,...) | 20120614 |
Method GET_CMM_MTM_CALC on class CL_CMM_MTM_EXTR has no exception.
Method GET_STATISTICS_CURRENCY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_RATE_TYPE | Call by reference | Type reference (TYPE) | KURST_CURR | Exchange Rate Type | 20121129 | ||
2 | ![]() |
EV_STATISTICS_CURRENCY | Call by reference | Type reference (TYPE) | CMM_MTM_WAERS | MTM Statistics Currency | 20121129 | ||
3 | ![]() |
IV_BUKRS | Call by reference | Type reference (TYPE) | BUKRS | Company Code | 20121129 |
Method GET_STATISTICS_CURRENCY on class CL_CMM_MTM_EXTR has no exception.
Method IS_TERM_A_FIXATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CPE_FORMULA | Call by reference | Type reference (TYPE) | CPET_ERP_CPEDOC_COM_OUT | CPE in ERP: Communication Structure for Doc. Formula Result | 20130723 | ||
2 | ![]() |
IS_CPE_TERM | Call by reference | Type reference (TYPE) | CPET_ERP_CPEDOC_TERM_OUT | CPE in ERP: Term Details of Doc. Formula Result | 20130723 | ||
3 | ![]() |
RV_FIXATION_TERM | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130723 |
Method IS_TERM_A_FIXATION on class CL_CMM_MTM_EXTR has no exception.
Method MERGE_PRICING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_KOMV_MRG | Call by reference | Type reference (TYPE) | GTYT_KOMV_EXT | 20120614 | |||
2 | ![]() |
ET_PRICING_COMM_MRG | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120614 | |||
3 | ![]() |
IT_KOMV_ROOT | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120614 | ||
4 | ![]() |
IT_KOMV_SUBSEQ | Call by reference | Type reference (TYPE) | KOMV_T | Table Type for Structure KOMV | 20120614 | ||
5 | ![]() |
IT_PRICING_COMM_ROOT | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120614 | |||
6 | ![]() |
IT_PRICING_COMM_SUBSEQ | Call by reference | Type reference (TYPE) | GTYT_PRICING_COMM | 20120614 | |||
7 | ![]() |
IT_SUBSEQUENT_REF | Call by reference | Type reference (TYPE) | GTYT_SUBSEQUENT_REFERENCE | 20120614 |
Method MERGE_PRICING on class CL_CMM_MTM_EXTR has no exception.
Method MOVE_INCLUDES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_MTM_VALUES | Call by reference | Type reference (TYPE) | CMM_MTM | MTM Extractor Structure | 20120614 | ||
2 | ![]() |
IS_KOMK | Call by reference | Type reference (TYPE) | GTYS_KOMK_EXT | 20120614 | |||
3 | ![]() |
IS_KOMP | Call by reference | Type reference (TYPE) | GTYS_KOMP_EXT | 20120614 | |||
4 | ![]() |
IS_KOMV | Call by reference | Type reference (TYPE) | GTYS_KOMV_EXT | 20120614 | |||
5 | ![]() |
IS_MTM_CALC | Call by reference | Type reference (TYPE) | CMM_MTM_CALC | Assign Condition Types to Groups | 20120619 |
Method MOVE_INCLUDES on class CL_CMM_MTM_EXTR has no exception.
Method READ_FORMULA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20120614 | ||
2 | ![]() |
ES_CPE_FORMULA | Call by reference | Type reference (TYPE) | CPET_ERP_CPEDOC_COM_OUT | CPE in ERP: Communication Structure for Doc. Formula Result | 20120614 | ||
3 | ![]() |
ES_CPE_KOMV | Call by reference | Type reference (TYPE) | GTYS_KOMV_EXT | 20120614 | |||
4 | ![]() |
IS_KOMK | Call by reference | Type reference (TYPE) | GTYS_KOMK_EXT | 20120614 | |||
5 | ![]() |
IS_KOMP | Call by reference | Type reference (TYPE) | GTYS_KOMP_EXT | 20120614 | |||
6 | ![]() |
IS_KOMV | Call by reference | Type reference (TYPE) | GTYS_KOMV_EXT | 20120614 | |||
7 | ![]() |
IT_KOMV | Call by reference | Type reference (TYPE) | GTYT_KOMV_EXT | 20120614 | |||
8 | ![]() |
IV_LOAD_CPE_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20120905 | |||
9 | ![]() |
IV_REF_KSCHL | Call by reference | Type reference (TYPE) | KSCHL | Condition Type | 20120614 |
Method READ_FORMULA on class CL_CMM_MTM_EXTR has no exception.
Method SPLIT_BY_COMMODITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MTM_VALUES_BY_TERM | Call by reference | Type reference (TYPE) | CMM_MTM_TT | MTM Extractor Structure | 20120618 | ||
2 | ![]() |
ET_TERM_LINK | Call by reference | Type reference (TYPE) | GTYT_CPE_MTM_TERM_LINK | 20120618 | |||
3 | ![]() |
IS_CPE_FORMULA | Call by reference | Type reference (TYPE) | CPET_ERP_CPEDOC_COM_OUT | CPE in ERP: Communication Structure for Doc. Formula Result | 20120618 | ||
4 | ![]() |
IS_CPE_KOMV | Call by reference | Type reference (TYPE) | GTYS_KOMV_EXT | 20120618 | |||
5 | ![]() |
IS_KOMV | Call by reference | Type reference (TYPE) | KOMV | Pricing Communications-Condition Record | 20120822 | ||
6 | ![]() |
IS_MTM_VALUES_BY_COND | Call by reference | Type reference (TYPE) | CMM_MTM | MTM Extractor Structure | 20120618 |
Method SPLIT_BY_COMMODITY on class CL_CMM_MTM_EXTR has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 607 |