SAP ABAP Class CL_LO_UI_BASIC (Abstract Class for modifying WD)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SLS_LO_OIF (Package) Lean Order OIF
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LO_UI_FORM class for modifying WD form 20120130
2 Inheritance (c INHERITING FROM c_ref)  CL_LO_UI_LIST class for modifying WD list 20120201
Properties
Class CL_LO_UI_BASIC  
Short Description Abstract Class for modifying WD    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ERP_SLS_LO_OIF   Lean Order OIF 
Created 20120130   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LO_UI_BASIC has no forward declaration.
Interfaces
Class CL_LO_UI_BASIC has no interface implemented.
Friends
Class CL_LO_UI_BASIC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ON_ENTER Constant Protected Type reference (TYPE) STRING 'SUBMIT' 20120130
2 GR_OBJECT_NODE_INFO Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20120131
3 GT_ACTION_INFO Instance attribute Private Type reference (TYPE) TCT_ACTION_INFO 20120130
4 GV_FORM Instance attribute Protected Type reference (TYPE) FLAG General Flag 20120130
5 GV_NODE_NAME Instance attribute Protected Type reference (TYPE) STRING 20120130
6 GV_OBJECT_ID Instance attribute Public Type reference (TYPE) TABNAME Table Name 20120130
7 GV_OBJECT_PARENT Instance attribute Public Type reference (TYPE) TABNAME Table Name 20120130
8 GV_ON_ENTER Instance attribute Protected Type reference (TYPE) STRING 20120130
9 GV_UI_COUNTER Static Attribute Private Type reference (TYPE) NUMC4 Count parameters 20120130
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_FIELDNAME Instance method Protected Method 20120130
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120130
3 CREATE_UI_ELEM Instance method Protected Method 20120204
4 DEL_ACTION_INFO Instance method Protected Method 20120322
5 GET_ACTION_INFO Instance method Protected Method 20120130
6 GET_BINDING Static method Protected Method 20120131
7 GET_COUNTER Static method Protected Method 20120130
8 GET_DDIC_NAME Static method Private Method 20120130
9 GET_TEXT Static method Protected Method 20120130
10 SET_ACTION_INFO Instance method Protected Method 20120130
11 SET_FIELD_ATTRIBUTES Instance method Protected Method 20120204
Events
Class CL_LO_UI_BASIC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TCS_ACTION_INFO Public See coding 20120130 begin of tcs_action_info, id type string, action type string, param type string, selection type flag, text type string, end of tcs_action_info
2 TCT_ACTION_INFO Public See coding 20120130 tct_action_info type standard table of tcs_action_info
Method Signatures

Method CHECK_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_COM_PART Call by reference Type reference (TYPE) STRING 20120130
2 Exporting EV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120130
3 Exporting EV_NODE_NAME Call by reference Type reference (TYPE) STRING 20120130
4 Exporting EV_UIE_ID Call by reference Type reference (TYPE) STRING 20120130
5 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120130
6 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) TABNAME Table Name 20120130

Method CHECK_FIELDNAME on class CL_LO_UI_BASIC has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_OBJECT_NODE_INFO Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE_INFO Web Dynpro: Interface for the metadata of a node 20120131
2 Importing IV_FORM Call by reference Type reference (TYPE) FLAG General Flag 20120130
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) TABNAME Table Name 20120130
4 Importing IV_OBJECT_PARENT Call by reference Type reference (TYPE) TABNAME Table Name 20120130
5 Importing IV_ON_ENTER Call by reference Type reference (TYPE) STRING 20120130
6 Importing IV_POPIN Call by reference Type reference (TYPE) FLAG SPACE General Flag 20120313

Method CONSTRUCTOR on class CL_LO_UI_BASIC has no exception.

Method CREATE_UI_ELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_UIE Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT Perforce change= / 20051117-125541 20120204
2 Importing IV_BIND_READ Call by reference Type reference (TYPE) STRING 20120204
3 Importing IV_BIND_TTIP Call by reference Type reference (TYPE) STRING 20120204
4 Importing IV_BIND_VALUE Call by reference Type reference (TYPE) STRING 20120204
5 Importing IV_BIND_VISI Call by reference Type reference (TYPE) STRING 20120204
6 Importing IV_GENERIC Call by reference Type reference (TYPE) FLAG SPACE General Flag 20120329
7 Importing IV_HALIGN Call by reference Type reference (TYPE) NUMC2 Two digit number 20120204
8 Importing IV_ID Call by reference Type reference (TYPE) STRING 20120204
9 Importing IV_LENGTH Call by reference Type reference (TYPE) INT4 Natural Number 20120204
10 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20120204
11 Importing IV_READONLY Call by reference Type reference (TYPE) FLAG General Flag 20120204
12 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20120204
13 Importing IV_UIE_TYPE Call by reference Type reference (TYPE) STRING 20120204
14 Importing IV_WIDTH Call by reference Type reference (TYPE) STRING 20120204

Method CREATE_UI_ELEM on class CL_LO_UI_BASIC has no exception.

Method DEL_ACTION_INFO Signature

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

Method DEL_ACTION_INFO on class CL_LO_UI_BASIC has no exception.

Method GET_ACTION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACTION_INFO Call by reference Type reference (TYPE) TCS_ACTION_INFO 20120130
2 Importing IV_ACTION_ID Call by reference Type reference (TYPE) STRING 20120130

Method GET_ACTION_INFO on class CL_LO_UI_BASIC has no exception.

Method GET_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BIND_READ Call by reference Type reference (TYPE) STRING 20120131
2 Exporting EV_BIND_TTIP Call by reference Type reference (TYPE) STRING 20120311
3 Exporting EV_BIND_VALUE Call by reference Type reference (TYPE) STRING 20120131
4 Exporting EV_BIND_VISI Call by reference Type reference (TYPE) STRING 20120131
5 Exporting EV_READONLY Call by reference Type reference (TYPE) FLAG General Flag 20120131
6 Importing IV_COM_PART Call by reference Type reference (TYPE) STRING 20120131
7 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120131
8 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20120131
9 Importing IV_READONLY Call by reference Type reference (TYPE) FLAG General Flag 20120201

Method GET_BINDING on class CL_LO_UI_BASIC has no exception.

Method GET_COUNTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_COUNTER Value transfer Type reference (TYPE) NUMC4 Count parameters 20120130

Method GET_COUNTER on class CL_LO_UI_BASIC has no exception.

Method GET_DDIC_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20120130
2 Returning RV_DDIC_NAME Value transfer Type reference (TYPE) STRING 20120130

Method GET_DDIC_NAME on class CL_LO_UI_BASIC has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DDIC_NAME Call by reference Type reference (TYPE) STRING 20120130
2 Exporting EV_TEXT Call by reference Type reference (TYPE) STRING 20120130
3 Importing IV_DDIC Call by reference Type reference (TYPE) NUMC2 Two digit number 20120130
4 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20120130

Method GET_TEXT on class CL_LO_UI_BASIC has no exception.

Method SET_ACTION_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ACTION_INFO Call by reference Type reference (TYPE) TCS_ACTION_INFO 20120130

Method SET_ACTION_INFO on class CL_LO_UI_BASIC has no exception.

Method SET_FIELD_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VALUE_SET Call by reference Type reference (TYPE) WDY_KEY_VALUE_LIST Standard list of key/value relationships as strings 20120204
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) FIELDNAME Field Name 20120204
3 Importing IV_NULL_AS_BLANK Call by reference Type reference (TYPE) WDY_ATTRFORM_NULL Attribute Formatting: Zeros as Blanks 20120204
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) TABNAME Table Name 20120204
5 Importing IV_VALUE_HELP_MODE Call by reference Type reference (TYPE) I 20120317
6 Importing IV_VALUE_HELP_NAME Call by reference Type reference (TYPE) CSEQUENCE 20120317

Method SET_FIELD_ATTRIBUTES on class CL_LO_UI_BASIC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607