SAP ABAP Class IF_MEV_AD_VIEW (Interface for Accrual Document View)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_MEV_AD_HEADER_VIEW Interface for Accrual Document Header View 20130204
2 Interface composition (i COMPRISING i_ref)  IF_MEV_AD_ITEM_VIEW Interface for Document Approval Item View 20130204
3 Interface composition (i COMPRISING i_ref)  IF_MEV_AD_TREE_VIEW Interaface for Document Approval Tree View 20130204
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_MEV_AD_VIEW View Class for Document Approval 20130204
Properties
Class IF_MEV_AD_VIEW  
Short Description Interface for Accrual Document View    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130204   SAP 
Last change 20131127   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)
Interfaces
Class IF_MEV_AD_VIEW has no interface implemented.
Friends
Class IF_MEV_AD_VIEW has no friend class.
Attributes
Class IF_MEV_AD_VIEW has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_EMPHASIS_LINE Instance method Public Method 20130206
2 CHANGE_TREE_VIA_SELECTION Instance method Public Method 20130220
3 CHANGE_VISIBILITY_CONTAINER Instance method Public Method 20130208
4 CHECK_DOCUMENT_EXISTENCE Instance method Public Method 20130228
5 CREATE_HIERARCHY Instance method Public Method 20130205
6 DISPLAY Instance method Public Method start view to display main screen 20130207
7 GET_DISPLAY_TREE Instance method Public Method get visibility of tree 20130219
8 GET_EXCEPTION Instance method Public Method 20130227
9 GET_EXCLUDED_FCODES Instance method Public Method 20130205
10 GET_F4_DOCUMENT_LIST Instance method Public Method 20130318
11 GET_HEADER Instance method Public Method 20130205
12 GET_HEADERLOG_BUTTON Instance method Public Method 20130205
13 GET_HEADER_DETAILS Instance method Public Method 20130205
14 GET_SEL_OPTIONS Instance method Public Method 20130703
15 GET_SPLITTER Instance method Public Method 20130225
16 IN_CHANGE_MODE Instance method Public Method get change mode flag 20130220
17 IS_AMOUNT_DISPLAYABLE Instance method Public Method 20130205
18 PROCESS_FCODE Instance method Public Method 20130205
19 PROCESS_FCODE_TREE Instance method Public Method 20130211
20 PROCESS_USER_COMMAND Instance method Public Method handle fcode to process user command 20130212
21 REFRESH_ITEMS Instance method Public Method 20130205
22 REFRESH_SCREEN Instance method Public Method refresh screen 20130208
23 REFRESH_TREE Instance method Public Method 20130703
24 SET_CHANGE_MODE Instance method Public Method set change mode flag 20130212
25 SET_DISPLAY_TREE Instance method Public Method change visibility of tree 20130219
26 SET_HEADER Instance method Public Method 20130205
27 SET_HEADER_DETAILS Instance method Public Method 20130205
28 SET_SEL_OPTIONS Instance method Public Method 20130703
Events
Class IF_MEV_AD_VIEW has no event.
Types
Class IF_MEV_AD_VIEW has no local type.
Method Signatures

Method CHANGE_EMPHASIS_LINE Signature

Method CHANGE_EMPHASIS_LINE on class IF_MEV_AD_VIEW has no parameter.
Method CHANGE_EMPHASIS_LINE on class IF_MEV_AD_VIEW has no exception.

Method CHANGE_TREE_VIA_SELECTION Signature

Method CHANGE_TREE_VIA_SELECTION on class IF_MEV_AD_VIEW has no parameter.
Method CHANGE_TREE_VIA_SELECTION on class IF_MEV_AD_VIEW has no exception.

Method CHANGE_VISIBILITY_CONTAINER Signature

Method CHANGE_VISIBILITY_CONTAINER on class IF_MEV_AD_VIEW has no parameter.
Method CHANGE_VISIBILITY_CONTAINER on class IF_MEV_AD_VIEW has no exception.

Method CHECK_DOCUMENT_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DOC_KEY Call by reference Type reference (TYPE) MEV_S_AD_KEY_DOCNR_GJAHR 20130228

Method CHECK_DOCUMENT_EXISTENCE on class IF_MEV_AD_VIEW has no exception.

Method CREATE_HIERARCHY Signature

Method CREATE_HIERARCHY on class IF_MEV_AD_VIEW has no parameter.
Method CREATE_HIERARCHY on class IF_MEV_AD_VIEW has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DOC_KEY Call by reference Type reference (TYPE) MEV_S_AD_KEY_DOCNR_GJAHR Period-end valuation: Accrual Document Secondary Key 20130219

Method DISPLAY on class IF_MEV_AD_VIEW has no exception.

Method GET_DISPLAY_TREE Signature

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

Method GET_DISPLAY_TREE on class IF_MEV_AD_VIEW has no exception.

Method GET_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RX_MEV_BASE Value transfer Object reference (TYPE REF TO) CX_MEV_BASE 20130227

Method GET_EXCEPTION on class IF_MEV_AD_VIEW has no exception.

Method GET_EXCLUDED_FCODES Signature

Method GET_EXCLUDED_FCODES on class IF_MEV_AD_VIEW has no parameter.
Method GET_EXCLUDED_FCODES on class IF_MEV_AD_VIEW has no exception.

Method GET_F4_DOCUMENT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UI_HEADER Call by reference Type reference (TYPE) MEV_T_UI_AD_HEADER 20130318
2 Exporting EV_AUTH_ERROR Call by reference Type reference (TYPE) ABAP_BOOL 20130318
3 Importing IS_SHLP Call by reference Type reference (TYPE) SHLP_DESCR 20130318

Method GET_F4_DOCUMENT_LIST on class IF_MEV_AD_VIEW has no exception.

Method GET_HEADER Signature

Method GET_HEADER on class IF_MEV_AD_VIEW has no parameter.
Method GET_HEADER on class IF_MEV_AD_VIEW has no exception.

Method GET_HEADERLOG_BUTTON Signature

Method GET_HEADERLOG_BUTTON on class IF_MEV_AD_VIEW has no parameter.
Method GET_HEADERLOG_BUTTON on class IF_MEV_AD_VIEW has no exception.

Method GET_HEADER_DETAILS Signature

Method GET_HEADER_DETAILS on class IF_MEV_AD_VIEW has no parameter.
Method GET_HEADER_DETAILS on class IF_MEV_AD_VIEW has no exception.

Method GET_SEL_OPTIONS Signature

Method GET_SEL_OPTIONS on class IF_MEV_AD_VIEW has no parameter.
Method GET_SEL_OPTIONS on class IF_MEV_AD_VIEW has no exception.

Method GET_SPLITTER Signature

Method GET_SPLITTER on class IF_MEV_AD_VIEW has no parameter.
Method GET_SPLITTER on class IF_MEV_AD_VIEW has no exception.

Method IN_CHANGE_MODE Signature

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

Method IN_CHANGE_MODE on class IF_MEV_AD_VIEW has no exception.

Method IS_AMOUNT_DISPLAYABLE Signature

Method IS_AMOUNT_DISPLAYABLE on class IF_MEV_AD_VIEW has no parameter.
Method IS_AMOUNT_DISPLAYABLE on class IF_MEV_AD_VIEW has no exception.

Method PROCESS_FCODE Signature

Method PROCESS_FCODE on class IF_MEV_AD_VIEW has no parameter.
Method PROCESS_FCODE on class IF_MEV_AD_VIEW has no exception.

Method PROCESS_FCODE_TREE Signature

Method PROCESS_FCODE_TREE on class IF_MEV_AD_VIEW has no parameter.
Method PROCESS_FCODE_TREE on class IF_MEV_AD_VIEW has no exception.

Method PROCESS_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_FCODE Call by reference Type reference (TYPE) UI_FUNC 20130212

Method PROCESS_USER_COMMAND on class IF_MEV_AD_VIEW has no exception.

Method REFRESH_ITEMS Signature

Method REFRESH_ITEMS on class IF_MEV_AD_VIEW has no parameter.
Method REFRESH_ITEMS on class IF_MEV_AD_VIEW has no exception.

Method REFRESH_SCREEN Signature

Method REFRESH_SCREEN on class IF_MEV_AD_VIEW has no parameter.
Method REFRESH_SCREEN on class IF_MEV_AD_VIEW has no exception.

Method REFRESH_TREE Signature

Method REFRESH_TREE on class IF_MEV_AD_VIEW has no parameter.
Method REFRESH_TREE on class IF_MEV_AD_VIEW has no exception.

Method SET_CHANGE_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHANGE Call by reference Type reference (TYPE) ABAP_BOOL 20130212

Method SET_CHANGE_MODE on class IF_MEV_AD_VIEW has no exception.

Method SET_DISPLAY_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DISPLAY_TREE Call by reference Type reference (TYPE) ABAP_BOOL 20130219

Method SET_DISPLAY_TREE on class IF_MEV_AD_VIEW has no exception.

Method SET_HEADER Signature

Method SET_HEADER on class IF_MEV_AD_VIEW has no parameter.
Method SET_HEADER on class IF_MEV_AD_VIEW has no exception.

Method SET_HEADER_DETAILS Signature

Method SET_HEADER_DETAILS on class IF_MEV_AD_VIEW has no parameter.
Method SET_HEADER_DETAILS on class IF_MEV_AD_VIEW has no exception.

Method SET_SEL_OPTIONS Signature

Method SET_SEL_OPTIONS on class IF_MEV_AD_VIEW has no parameter.
Method SET_SEL_OPTIONS on class IF_MEV_AD_VIEW has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in