SAP ABAP Class IF_CHIP_MENU (CHIP Menu)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_CHIP_MENU_ITEM CHIP Menu Item 20090202
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CHIP_MENU Implementation CHIP Menu 20090202
Properties
Class IF_CHIP_MENU  
Short Description CHIP Menu    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090202   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_CHIP_MENU_ITEM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_CHIP_MENU has no interface implemented.
Friends
Class IF_CHIP_MENU has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ITEMS Instance attribute Public Type reference (TYPE) IF_CHIP_MENU_ITEM=>TP_T_ITEM Items 20090205
2 TITLE Instance attribute Public Type reference (TYPE) STRING TITLE 20090205
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM Instance method Public Method Inserts Item 20090202
2 GET_ITEM Instance method Public Method Returns an item 20090202
3 GET_ITEMS Instance method Public Method Returns all items 20090202
4 GET_NUMBER_OF_ITEMS Instance method Public Method Returns the number of items 20090202
5 GET_TITLE Instance method Public Method Returns Title 20090202
6 REMOVE_ALL_ITEMS Instance method Public Method Removes all items 20090202
7 REMOVE_ITEM Instance method Public Method Removes one item 20090202
8 SET_TITLE Instance method Public Method Sets Title 20090202
Events
Class IF_CHIP_MENU has no event.
Types
Class IF_CHIP_MENU has no local type.
Method Signatures

Method ADD_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index 20090202
2 Importing ITEM Call by reference Object reference (TYPE REF TO) IF_CHIP_MENU_ITEM CHIP Menü Item 20090202

Method ADD_ITEM on class IF_CHIP_MENU has no exception.

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING ID 20090202
2 Importing INDEX Call by reference Type reference (TYPE) I Index 20090202
3 Returning ITEM Value transfer Object reference (TYPE REF TO) IF_CHIP_MENU_ITEM CHIP Menü Item 20090202

Method GET_ITEM on class IF_CHIP_MENU has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ITEMS Value transfer Type reference (TYPE) IF_CHIP_MENU_ITEM=>TP_T_ITEM CHIP Menu Items 20090202

Method GET_ITEMS on class IF_CHIP_MENU has no exception.

Method GET_NUMBER_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER_OF_ITEMS Value transfer Type reference (TYPE) I Anzahl der Items 20090202

Method GET_NUMBER_OF_ITEMS on class IF_CHIP_MENU has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TITLE Value transfer Type reference (TYPE) STRING Titel 20090202

Method GET_TITLE on class IF_CHIP_MENU has no exception.

Method REMOVE_ALL_ITEMS Signature

Method REMOVE_ALL_ITEMS on class IF_CHIP_MENU has no parameter.
Method REMOVE_ALL_ITEMS on class IF_CHIP_MENU has no exception.

Method REMOVE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING ID 20090202
2 Importing INDEX Call by reference Type reference (TYPE) I Index 20090202
3 Returning ITEM Value transfer Object reference (TYPE REF TO) IF_CHIP_MENU_ITEM Item 20090202

Method REMOVE_ITEM on class IF_CHIP_MENU has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TITLE Call by reference Type reference (TYPE) STRING Titel 20090202

Method SET_TITLE on class IF_CHIP_MENU has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in