SAP ABAP Interface IF_MEV_BO_ITEM (Period-end valuation: Interface for BO item)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-CMM (Application Component) Commodity Management in Logistics
     LOG_CMM_MEV_GEN_COM (Package) Period-End Valuation Common Objects
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_MEV_AD_BO_ITEM Period-End Valuation: Accruals Document BO Item 20120817
2 Interface composition (i COMPRISING i_ref)  IF_MEV_WL_BO_ITEM Period-end Valuation: Worklist BO Item 20120830
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MEV_BO_ITEM Period-end valuation: Base class for BO items 20120830
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MEV_WL_BO_ITEM_MOCK Period-End Valuation: Mocking Class for ANTICIPATION_SD 20120924
Properties
Interface IF_MEV_BO_ITEM  
Short Description Period-end valuation: Interface for BO item    
General Data
Package LOG_CMM_MEV_GEN_COM   Period-End Valuation Common Objects 
Created 20120817   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_MEV_BO_ITEM has no interface.
Friends
Interface IF_MEV_BO_ITEM has no friend.
Attributes
Interface IF_MEV_BO_ITEM has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_TEXT_GUID Instance method Public Method Clear text guid 20130227
2 FILL_KOMK_KOMP Instance method Public Method Fill KOMK and KOMP 20130417
3 GET_CURRENCY Instance method Public Method Get currency 20120919
4 GET_GROUPING_KEY Instance method Public Method Get item grouping key 20120919
5 GET_KNUMV_KPOSN Instance method Public Method Get condition number and position 20121213
6 GET_MAIN_ITEM_KEY Instance method Public Method Get main item key 20130514
7 GET_OBJ_KEY Instance method Public Method Get obj key 20120912
8 GET_PRE_OBJ_KEY Instance method Public Method Get predecessor obj key 20130207
9 GET_PRICING_DATA Instance method Public Method Get pricing data 20130417
10 GET_TEXT Instance method Public Method Get text 20121221
11 GET_VALUATION_DATE Instance method Public Method Get valuation date 20130226
12 IS_EFFECTIVE Instance method Public Method Indicate if item contributes to accrual posting 20130117
13 IS_MARKED_FOR_DELETION Instance method Public Method Is item marked for deletion? 20121112
14 IS_TEXT_EDITABLE Instance method Public Method Check if text is editable 20130221
15 SET_ACCRUAL_AMOUNT Instance method Public Method Set accrual amount 20121031
16 SET_KNUMV Instance method Public Method Set new KNUMV 20121030
Events
Interface IF_MEV_BO_ITEM has no event.
Types
Interface IF_MEV_BO_ITEM has no local type.
Method Signatures

Method CLEAR_TEXT_GUID Signature

Method CLEAR_TEXT_GUID on Interface IF_MEV_BO_ITEM has no parameter.
Method CLEAR_TEXT_GUID on Interface IF_MEV_BO_ITEM has no exception.

Method FILL_KOMK_KOMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_KOMK Call by reference Type reference (TYPE) KOMK Communication Header for Pricing 20130417
2 Exporting ES_KOMP Call by reference Type reference (TYPE) KOMP Communication Item for Pricing 20130417
# Exception Resumable Description Created on
1 CX_MEV_COND_ACCESS_ERROR Period-end valuation: Error for conditions/pricing 20130417

Method GET_CURRENCY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WAERS Value transfer Type reference (TYPE) WAERS Currency Key 20120919

Method GET_CURRENCY on Interface IF_MEV_BO_ITEM has no exception.

Method GET_GROUPING_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GROUPING_KEY Value transfer Type reference (TYPE) MEV_ITEM_GROUP_KEY Period-end valuation: Grouping key for items 20120919

Method GET_GROUPING_KEY on Interface IF_MEV_BO_ITEM has no exception.

Method GET_KNUMV_KPOSN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_KNUMV Call by reference Type reference (TYPE) KNUMV Number of the document condition 20121213
2 Exporting EV_KPOSN Call by reference Type reference (TYPE) KPOSN Condition item number 20121213

Method GET_KNUMV_KPOSN on Interface IF_MEV_BO_ITEM has no exception.

Method GET_MAIN_ITEM_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_MAIN_ITEM_KEY Value transfer Type reference (TYPE) CMM_S_OBJ_K 20130604

Method GET_MAIN_ITEM_KEY on Interface IF_MEV_BO_ITEM has no exception.

Method GET_OBJ_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_KEY Value transfer Type reference (TYPE) CMM_S_OBJ_K Commodity Management: Object key (without Client) 20120912

Method GET_OBJ_KEY on Interface IF_MEV_BO_ITEM has no exception.

Method GET_PRE_OBJ_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_KEY Value transfer Type reference (TYPE) CMM_S_OBJ_K Commodity Management: Object key (without Client) 20130207

Method GET_PRE_OBJ_KEY on Interface IF_MEV_BO_ITEM has no exception.

Method GET_PRICING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_PRICING_DATA Value transfer Object reference (TYPE REF TO) IF_MEV_PRICING_DATA Pricing data 20130417

Method GET_PRICING_DATA on Interface IF_MEV_BO_ITEM has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SAPSCRIPT Value transfer Object reference (TYPE REF TO) IF_MEV_SAPSCRIPT 20130218
# Exception Resumable Description Created on
1 CX_MEV_BO_ITEM 20121221

Method GET_VALUATION_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VALUATION_DATE Value transfer Type reference (TYPE) MEV_VAL_DATE Period-End Valuation: Valuation Key Date for Worklist 20130226

Method GET_VALUATION_DATE on Interface IF_MEV_BO_ITEM has no exception.

Method IS_EFFECTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EFFECTIVE Value transfer Type reference (TYPE) ABAP_BOOL 20130117

Method IS_EFFECTIVE on Interface IF_MEV_BO_ITEM has no exception.

Method IS_MARKED_FOR_DELETION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MARKED_FOR_DELETION Value transfer Type reference (TYPE) ABAP_BOOL 20121112

Method IS_MARKED_FOR_DELETION on Interface IF_MEV_BO_ITEM has no exception.

Method IS_TEXT_EDITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EDITABLE Value transfer Type reference (TYPE) ABAP_BOOL 20130221

Method IS_TEXT_EDITABLE on Interface IF_MEV_BO_ITEM has no exception.

Method SET_ACCRUAL_AMOUNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACCRUAL_AMOUNT Call by reference Type reference (TYPE) MEV_ACCRUAL_AMOUNT Period-End Valuation: Accrual Amount 20121031

Method SET_ACCRUAL_AMOUNT on Interface IF_MEV_BO_ITEM has no exception.

Method SET_KNUMV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_KNUMV Call by reference Type reference (TYPE) KNUMV Number of the document condition 20121030

Method SET_KNUMV on Interface IF_MEV_BO_ITEM has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 617