SAP ABAP Class CL_MRM_DINV (Differential Invoicing)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       MRM (Package) Appl.development R/3 decentralized invoice verification
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_MRM_DINV_SERVICES Differential Invoicing - Service Methods 20110824
Properties
Class CL_MRM_DINV  
Short Description Differential Invoicing    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MRM   Appl.development R/3 decentralized invoice verification 
Created 20110824   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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)
2 MMCR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 MRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_MRM_DINV_SERVICES Differential Invoicing - Service Methods 20110824
Friends
Class CL_MRM_DINV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_DINV_HANDLE Static Attribute Private Object reference (TYPE REF TO) IF_MRM_DINV_SERVICES Differential Invoicing - Service Methods 20110824
2 GT_DRSEG_COMPARE Static Attribute Private See coding 20120127
3 GV_COUNTER Static Attribute Private Type reference (TYPE) I 20120127
4 MY_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_MRM_DINV Differential Invoicing 20110830
Methods
# Method Level Visibility Method type Description Created on
1 BUFFER_DOC_FLOW Instance method Public Method 20120124
2 CALC_DIFF_AMOUNT Instance method Public Method 20120124
3 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20110824
4 CLEAN_UP_DATA Instance method Public Method 20120124
5 CLEAR_ALL Instance method Public Method 20120124
6 CLEAR_ITEMDATA Instance method Public Method 20120124
7 CONSTRUCTOR Instance method Private Constructor Default Constructor 20110824
8 CREATE_ITEM_COUPLE Static method Public Method Generate Invoice/Credit Memo Pair (Differential Invoice) 20120201
9 GET_DOC_FLOW_OBJ Instance method Public Method 20120124
10 GET_INSTANCE Static method Public Method Access to Singleton Object 20110830
11 GET_PRICING_OBJ Instance method Public Method 20120124
12 GET_VALIDATION Instance method Public Method 20120124
13 IS_ACTIVE Static method Public Method Differential Invoicing: Check Whether Active 20110824
14 PRICING Instance method Public Method 20120124
15 PRICING_POSITION_MERGE Instance method Public Method 20120124
16 PRICING_POSITION_MERGE_PREPARE Instance method Public Method 20120124
17 PRICING_RELEVANCE Static method Public Method Item Relevant for Pricing? 20110824
18 PRICING_SET_KPOSN Instance method Public Method 20120124
19 REFRESH Static method Public Method Initialize Class Attributes (CREATE_ITEM_COUPLE) 20120224
20 SET_PRICING_DATA Instance method Public Method 20120124
21 SHOW_PRICING_SCREEN Instance method Public Method 20120124
22 TRBKOMV_PREPARE Instance method Public Method 20120124
23 UPDATE_EKDF Instance method Public Method 20120124
Events
Class CL_MRM_DINV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_DINV_ITEM_KEY Public Attribute reference (LIKE) 20120124
2 GTY_T_DINV_ITEM_KEY Public Attribute reference (LIKE) 20120124
3 TY_S_DRSEG_COMPARE Private See coding 20120127 BEGIN OF ty_s_drseg_compare, ebeln TYPE ebeln, ebelp TYPE ebelp, lfbnr TYPE lfbnr, lfgja TYPE lfgja, lfpos TYPE lfpos, invrel TYPE invrel, END OF ty_s_drseg_compare
Method Signatures

Method BUFFER_DOC_FLOW Signature

Method BUFFER_DOC_FLOW on class CL_MRM_DINV has no parameter.
Method BUFFER_DOC_FLOW on class CL_MRM_DINV has no exception.

Method CALC_DIFF_AMOUNT Signature

Method CALC_DIFF_AMOUNT on class CL_MRM_DINV has no parameter.
Method CALC_DIFF_AMOUNT on class CL_MRM_DINV has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_MRM_DINV has no parameter.
Method CLASS_CONSTRUCTOR on class CL_MRM_DINV has no exception.

Method CLEAN_UP_DATA Signature

Method CLEAN_UP_DATA on class CL_MRM_DINV has no parameter.
Method CLEAN_UP_DATA on class CL_MRM_DINV has no exception.

Method CLEAR_ALL Signature

Method CLEAR_ALL on class CL_MRM_DINV has no parameter.
Method CLEAR_ALL on class CL_MRM_DINV has no exception.

Method CLEAR_ITEMDATA Signature

Method CLEAR_ITEMDATA on class CL_MRM_DINV has no parameter.
Method CLEAR_ITEMDATA on class CL_MRM_DINV has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_MRM_DINV has no parameter.
Method CONSTRUCTOR on class CL_MRM_DINV has no exception.

Method CREATE_ITEM_COUPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_DRSEG_INVOICE_ITEM Call by reference Type reference (TYPE) MMCR_DRSEG 20120201
2 Exporting ES_DRSEG_CREDIT_ITEM Call by reference Type reference (TYPE) MMCR_DRSEG 20120201
3 Importing IS_EK08RN Call by reference Type reference (TYPE) MMCR_EK08RN 20120210
4 Importing IS_RBKPV Call by reference Type reference (TYPE) MRM_RBKPV 20120201
# Exception Resumable Description Created on
1 CX_MRM_MESSAGE Exception mit Meldungsdaten 20120201

Method GET_DOC_FLOW_OBJ Signature

Method GET_DOC_FLOW_OBJ on class CL_MRM_DINV has no parameter.
Method GET_DOC_FLOW_OBJ on class CL_MRM_DINV has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) IF_MRM_DINV_SERVICES Differential Invoicing 20110830

Method GET_INSTANCE on class CL_MRM_DINV has no exception.

Method GET_PRICING_OBJ Signature

Method GET_PRICING_OBJ on class CL_MRM_DINV has no parameter.
Method GET_PRICING_OBJ on class CL_MRM_DINV has no exception.

Method GET_VALIDATION Signature

Method GET_VALIDATION on class CL_MRM_DINV has no parameter.
Method GET_VALIDATION on class CL_MRM_DINV has no exception.

Method IS_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEAD_INFO Call by reference Type reference (TYPE) CHAR4 '' Art der Rechnung 20110824
2 Importing IV_INV_TRAN Call by reference Type reference (TYPE) INV_TRAN Vorgang in der Logistik-Rechnungsprüfung 20110824
3 Importing IV_XDINV Call by reference Type reference (TYPE) XDINV Kennzeichen für Differenzrechnungsstellung 20110824
4 Returning RV_DINV_ACTIVE Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20110824

Method IS_ACTIVE on class CL_MRM_DINV has no exception.

Method PRICING Signature

Method PRICING on class CL_MRM_DINV has no parameter.
Method PRICING on class CL_MRM_DINV has no exception.

Method PRICING_POSITION_MERGE Signature

Method PRICING_POSITION_MERGE on class CL_MRM_DINV has no parameter.
Method PRICING_POSITION_MERGE on class CL_MRM_DINV has no exception.

Method PRICING_POSITION_MERGE_PREPARE Signature

Method PRICING_POSITION_MERGE_PREPARE on class CL_MRM_DINV has no parameter.
Method PRICING_POSITION_MERGE_PREPARE on class CL_MRM_DINV has no exception.

Method PRICING_RELEVANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DRSEG Call by reference Type reference (TYPE) MMCR_DRSEG 20110824
2 Returning RV_RELEVANT Value transfer Type reference (TYPE) ABAP_BOOL 20110824

Method PRICING_RELEVANCE on class CL_MRM_DINV has no exception.

Method PRICING_SET_KPOSN Signature

Method PRICING_SET_KPOSN on class CL_MRM_DINV has no parameter.
Method PRICING_SET_KPOSN on class CL_MRM_DINV has no exception.

Method REFRESH Signature

Method REFRESH on class CL_MRM_DINV has no parameter.
Method REFRESH on class CL_MRM_DINV has no exception.

Method SET_PRICING_DATA Signature

Method SET_PRICING_DATA on class CL_MRM_DINV has no parameter.
Method SET_PRICING_DATA on class CL_MRM_DINV has no exception.

Method SHOW_PRICING_SCREEN Signature

Method SHOW_PRICING_SCREEN on class CL_MRM_DINV has no parameter.
Method SHOW_PRICING_SCREEN on class CL_MRM_DINV has no exception.

Method TRBKOMV_PREPARE Signature

Method TRBKOMV_PREPARE on class CL_MRM_DINV has no parameter.
Method TRBKOMV_PREPARE on class CL_MRM_DINV has no exception.

Method UPDATE_EKDF Signature

Method UPDATE_EKDF on class CL_MRM_DINV has no parameter.
Method UPDATE_EKDF on class CL_MRM_DINV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606