SAP ABAP Class CL_TC_ITEM_VIEW_MM (View for Table Control Items)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR (Application Component) Purchasing
     MEREQ (Package) Purchasing: Purchase Requisition
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SCREEN_VIEW_MM Screen View 00000000
Properties
Class CL_TC_ITEM_VIEW_MM  
Short Description View for Table Control Items    
Super Class CL_SCREEN_VIEW_MM Screen View 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MEREQ   Purchasing: Purchase Requisition 
Created 19981117   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CXTAB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 MMPUR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 OLE2 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 T Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_TC_ITEM_VIEW_MM has no interface implemented.
Friends
Class CL_TC_ITEM_VIEW_MM has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FORMER_SELECTION Instance attribute Protected Type reference (TYPE) MMPUR_SUBJECTS Further Selection 19981117
2 ITEMS Instance attribute Protected Type reference (TYPE) MMPUR_SUBJECTS Items 19981117
3 ITEMS_IND Instance attribute Protected Type reference (TYPE) SY-TABIX Counter 19981117
4 ITEM_CONTROLLER Instance attribute Public Object reference (TYPE REF TO) IF_COMMAND_MM Special Controller 19990125
5 LINES Instance attribute Protected Type reference (TYPE) SY-TABIX Number of Loop Lines 19990125
6 MAX_ITEMS Instance attribute Protected Type reference (TYPE) SY-TABIX Number of Items for Table Control 19990125
7 MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_SUBJECT_MM Special Model 19990125
8 MYITEM_CONTROLLER Instance attribute Public Object reference (TYPE REF TO) IF_COMMAND_MM Special Controller 19981117
9 SELECTION Instance attribute Protected Type reference (TYPE) MMPUR_SUBJECTS Selected Items 19981117
10 SEL_EMPTY Instance attribute Protected Type reference (TYPE) MMPUR_BOOL Nothing Selected 19981117
11 TC_DYNPRO_DATA Instance attribute Protected Type reference (TYPE) OLE2_PCB Pointer to Screen Structure 19990125
12 TC_STRUCTURE Instance attribute Protected Type reference (TYPE) OLE2_PCB Pointer to Table Control Structure 19990125
13 TC_TABLE Instance attribute Protected Type reference (TYPE) OLE2_PCB Pointer to Table Control Table 19990125
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19990125
2 FIRST_PAGE Instance method Public Method First Page 19990125
3 GET_SELECTION Instance method Public Method Which Items were Selected 19981117
4 ITEM_INPUT Instance method Protected Method Processes a Line of the Table Control (Input) 19990125
5 ITEM_OUTPUT Instance method Protected Method Processes a Line of the Table Control (Output) 19990125
6 LAST_PAGE Instance method Public Method Last Page 19990125
7 PAGE_DOWN Instance method Public Method Page Down 19990125
8 PAGE_UP Instance method Public Method Page Up 19990125
9 PAI_TC_LINE Instance method Protected Method Loop Processing to PAI of Table Control 19981117
10 PBO_TC_LINE Instance method Public Method Loop Processing to PBO of Table Control 19981117
11 PROCESS_SELECTION Instance method Public Method Process Selection 19981117
12 SELECT_ALL Instance method Public Method Select All Items 19990125
13 SET_ITEM_CONTROLLER Instance method Public Method Change Special Controller 19990125
14 SET_MODEL Instance method Public Method Change Private Attribute of Model 19981117
15 SET_TABLES Instance method Public Method Set Pointer to Tables 19990125
Events
Class CL_TC_ITEM_VIEW_MM has no event.
Types
Class CL_TC_ITEM_VIEW_MM has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DYNPRO Call by reference Type reference (TYPE) SY-DYNNR Dynpro 19990125
2 Importing IM_PROG Call by reference Type reference (TYPE) SY-REPID Programm 19990125

Method CONSTRUCTOR on class CL_TC_ITEM_VIEW_MM has no exception.

Method FIRST_PAGE Signature

Method FIRST_PAGE on class CL_TC_ITEM_VIEW_MM has no parameter.
Method FIRST_PAGE on class CL_TC_ITEM_VIEW_MM has no exception.

Method GET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_MODELS Call by reference Type reference (TYPE) MMPUR_MODELS Tabelle von Models 19981117

Method GET_SELECTION on class CL_TC_ITEM_VIEW_MM has no exception.

Method ITEM_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ITEM Call by reference Object reference (TYPE REF TO) IF_SUBJECT_MM Item 19990125

Method ITEM_INPUT on class CL_TC_ITEM_VIEW_MM has no exception.

Method ITEM_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ITEM Call by reference Object reference (TYPE REF TO) IF_SUBJECT_MM Item 19990125

Method ITEM_OUTPUT on class CL_TC_ITEM_VIEW_MM has no exception.

Method LAST_PAGE Signature

Method LAST_PAGE on class CL_TC_ITEM_VIEW_MM has no parameter.
Method LAST_PAGE on class CL_TC_ITEM_VIEW_MM has no exception.

Method PAGE_DOWN Signature

Method PAGE_DOWN on class CL_TC_ITEM_VIEW_MM has no parameter.
Method PAGE_DOWN on class CL_TC_ITEM_VIEW_MM has no exception.

Method PAGE_UP Signature

Method PAGE_UP on class CL_TC_ITEM_VIEW_MM has no parameter.
Method PAGE_UP on class CL_TC_ITEM_VIEW_MM has no exception.

Method PAI_TC_LINE Signature

Method PAI_TC_LINE on class CL_TC_ITEM_VIEW_MM has no parameter.
Method PAI_TC_LINE on class CL_TC_ITEM_VIEW_MM has no exception.

Method PBO_TC_LINE Signature

Method PBO_TC_LINE on class CL_TC_ITEM_VIEW_MM has no parameter.
Method PBO_TC_LINE on class CL_TC_ITEM_VIEW_MM has no exception.

Method PROCESS_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SELECTED Call by reference Object reference (TYPE REF TO) IF_MODEL_MM Selektierte Items 19981117
2 Importing IM_SELECTED Call by reference Object reference (TYPE REF TO) IF_SUBJECT_MM Selektierte Items 19981117

Method PROCESS_SELECTION on class CL_TC_ITEM_VIEW_MM has no exception.

Method SELECT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DESELECT Call by reference Type reference (TYPE) T_BOOL Deselktieren 19990125

Method SELECT_ALL on class CL_TC_ITEM_VIEW_MM has no exception.

Method SET_ITEM_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONT Call by reference Object reference (TYPE REF TO) IF_COMMAND_MM Spezeiller Controller 19990125

Method SET_ITEM_CONTROLLER on class CL_TC_ITEM_VIEW_MM has no exception.

Method SET_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MODEL Call by reference Object reference (TYPE REF TO) IF_SUBJECT_MM Spezielles Model 19981117

Method SET_MODEL on class CL_TC_ITEM_VIEW_MM has no exception.

Method SET_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_DYNPRO_DATA Call by reference Type reference (TYPE) ANY a 19990125
2 Changing CH_TC_STRUCTURE Call by reference Type reference (TYPE) ANY a 19990125
3 Changing CH_TC_TABLE Call by reference Type reference (TYPE) TABLE tabelle des Table Controls 19990125
# Exception Resumable Description Created on
1 FAILED Fehler 19990125
History
Last changed by/on SAP  00000000 
SAP Release Created in