SAP ABAP Class CL_CFX_SO_INPUTLIST (List with Entry Fields)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PLM-CFO (Application Component) Collaboration Folders
     CFX_UI (Package) Collaboration Folders: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CFX_SO_SCREEN_OBJECT Any Object that Can Be Displayed on the Screen 20021118
Properties
Class CL_CFX_SO_INPUTLIST  
Short Description List with Entry Fields    
Super Class CL_CFX_SO_SCREEN_OBJECT Any Object that Can Be Displayed on the Screen 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CFX_UI   Collaboration Folders: User Interface 
Created 20021118   SAP 
Last change 20141109    
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 CL_CFX_CONST_UI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_CFX_GENERIC_OBJECT_UI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_CFX_SO_HYPERLINK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_CFX_SO_INPUTLIST has no interface implemented.
Friends
Class CL_CFX_SO_INPUTLIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MP_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_CFX_SO_TABLE Superior Class for All Tables 20021118
2 M_LABELWIDTH Instance attribute Private Type reference (TYPE) CFX_STRING Width of the Column with the Labels 20021118
3 M_TRUNCATE_LABELTEXT Instance attribute Private Type reference (TYPE) I Labels Are Shorted to This No. of Characters 20021122
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ALIAS_LIST Instance method Public Method Add Alias List to Entry List 20030214
2 ADD_ATTRIBUTE_VALUE Instance method Public Method Add Attribute to Entry List 20021126
3 ADD_ATTRIBUTE_VALUES Instance method Public Method Add All Attributes to Entry List 20021127
4 ADD_ATTRIBUTE_VALUE_LIST Instance method Public Method Add Attribute List to Entry List 20021126
5 ADD_ELEMENT Instance method Public Method Add Element to Entry List 20021118
6 ADD_HEADING Instance method Public Method Add Title to Entry List 20021125
7 ADD_INFO_TEXT Instance method Public Method Add Long Text to Entry List 20021126
8 ADD_INPUTLIST Instance method Public Method All Elements of the Entry List for This Entry List 20030204
9 ADD_LINE_ELEMENT Instance method Public Method Element That Spans Two Columns, for Entry List 20021126
10 ADD_STATUS Instance method Public Method Add Status Elements to Entry List 20030217
11 CONSTRUCTOR Instance method Public Constructor 20021118
Events
Class CL_CFX_SO_INPUTLIST has no event.
Types
Class CL_CFX_SO_INPUTLIST has no local type.
Method Signatures

Method ADD_ALIAS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ALIAS Call by reference Type reference (TYPE) CFX_ALIAS_TT_ALIAS Liste von Aliassen 20030214
2 Importing I_KEEP_USER_INPUT Call by reference Type reference (TYPE) CFX_T_BOOLEAN_UI CL_CFX_CONST_UI=>SC_FALSE_S Benutzereingaben behalten ? 20030214
3 Importing I_READONLY Call by reference Type reference (TYPE) CFX_BOOLEAN Nur Lesen erlaubt ? 20030214
4 Importing I_TRUNCATE_LABELTEXT Call by reference Type reference (TYPE) I Label wird auf diese Zeichenzahl gekürzt 20030214

Method ADD_ALIAS_LIST on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_ATTRIBUTE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_ATTRIBUTE_VALUE Call by reference Object reference (TYPE REF TO) CL_CFX_ATTRIBUTE_VALUE Wert eines Attributs 20021126
2 Importing IP_IF_ATTRIBUTES Call by reference Object reference (TYPE REF TO) IF_CFX_ATTRIBUTES Für Objekte mit Attributen 20021126
3 Importing I_TRUNCATE_LABELTEXT Call by reference Type reference (TYPE) I Label wird auf diese Zeichenzahl gekürzt 20021126

Method ADD_ATTRIBUTE_VALUE on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_ATTRIBUTE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_IF_ATTRIBUTES Call by reference Object reference (TYPE REF TO) IF_CFX_ATTRIBUTES Für Objekte mit Attributen 20021127

Method ADD_ATTRIBUTE_VALUES on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_ATTRIBUTE_VALUE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_IF_ATTRIBUTES Call by reference Object reference (TYPE REF TO) IF_CFX_ATTRIBUTES Für Objekte mit Attributen 20021126
2 Importing IT_ATTRIBUTE_VALUES Call by reference Type reference (TYPE) CFX_TT_ATTRIBUTE_VALUES Tabelle aller Attribute_value Objekte mit Attrib. & Werten 20021126
3 Importing I_TRUNCATE_LABELTEXT Call by reference Type reference (TYPE) I Label wird auf diese Zeichenzahl gekürzt 20021126

Method ADD_ATTRIBUTE_VALUE_LIST on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_INPUTFIELD Call by reference Object reference (TYPE REF TO) CL_CFX_SO_SCREEN_OBJECT Irgendein am Bildschirm anzeigbares Objekt 20021118
2 Importing IP_LABEL Call by reference Object reference (TYPE REF TO) CL_CFX_SO_SCREEN_OBJECT Label 20021125
3 Importing I_TRUNCATE_LABELTEXT Call by reference Type reference (TYPE) I Label wird auf diese Zeichenzahl gekürzt 20021122

Method ADD_ELEMENT on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_HEADING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ESCAPE_HEADING Call by reference Type reference (TYPE) CFX_BOOLEAN ABAP_TRUE html escape ? 20021125
2 Importing I_HEADING Call by reference Type reference (TYPE) CFX_T_TEXT Überschrift 20021125
3 Importing I_HEADING_ALIAS Call by reference Type reference (TYPE) CFX_T_TEXT Text Alias für Überschrift 20021126

Method ADD_HEADING on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_INFO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INFO_TEXT Call by reference Type reference (TYPE) CFX_T_TEXT Text für Collaboration Folders 20021126
2 Importing I_INFO_TEXT_ALIAS Call by reference Type reference (TYPE) CFX_T_TEXT Text Alias 20021126

Method ADD_INFO_TEXT on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_INPUTLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SO_INPUTLIST Call by reference Object reference (TYPE REF TO) CL_CFX_SO_INPUTLIST Liste mit Eingabefeldern 20030204

Method ADD_INPUTLIST on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_LINE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_SCREEN_OBJECT Call by reference Object reference (TYPE REF TO) CL_CFX_SO_SCREEN_OBJECT Irgendein am Bildschirm anzeigbares Objekt 20021126
2 Importing I_STYLE Call by reference Type reference (TYPE) CFX_STRING Style 20021126

Method ADD_LINE_ELEMENT on class CL_CFX_SO_INPUTLIST has no exception.

Method ADD_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_BUTTON_ASSIGN Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20030217
2 Exporting ES_BUTTON_PROTOCOL Call by reference Type reference (TYPE) CFX_TS_BUTTON Button zur Statusprotokoll-Anzeige 20030217
3 Exporting ES_BUTTON_UNASSIGN Call by reference Type reference (TYPE) CFX_TS_BUTTON structure for ui object button 20030217
4 Importing IP_HAS_STATUS Call by reference Object reference (TYPE REF TO) IF_CFX_HAS_STATUS Schnittstelle für Objekte, die einen Status haben können 20030218
5 Importing I_KEEP_USER_INPUT Call by reference Type reference (TYPE) CFX_T_BOOLEAN_UI Benutzereingaben erhalten ? 20030217

Method ADD_STATUS on class CL_CFX_SO_INPUTLIST has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ID Call by reference Type reference (TYPE) CFX_STRING Zeichenkette für Collaboration Folders 20021118
2 Importing I_LABELWIDTH Call by reference Type reference (TYPE) CFX_STRING CL_CFX_CONST_UI=>SC_LAYOUT_LABEL_WIDTH Breite der Spalte mit den Labels 20021118
3 Importing I_TRUNCATE_LABELTEXT Call by reference Type reference (TYPE) I CL_CFX_CONST_UI=>SC_LAYOUT_LABEL_CUT Label werden auf diese Zeichenzahl gekürzt 20021122

Method CONSTRUCTOR on class CL_CFX_SO_INPUTLIST has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 200