SAP ABAP Class CL_DEMO_INPUT (Demo Input)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SABAP_DEMOS_INPUT (Package) Input for Demo Programs
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DEMO_INPUT Demo Input 20130212
Properties
Class CL_DEMO_INPUT  
Short Description Demo Input    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SABAP_DEMOS_INPUT   Input for Demo Programs 
Created 20130212   SAP 
Last change 20140121   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
# Interface Abstract Final Description Created on
1 IF_DEMO_INPUT Demo Input 20130212
Friends
Class CL_DEMO_INPUT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BINDINGS Instance attribute Private See coding 20130212
2 GUI_FLAG Static Attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130212
3 INPUTS Instance attribute Private Type reference (TYPE) FIELDS 20130212
4 SELFREF Static Attribute Private Object reference (TYPE REF TO) IF_DEMO_INPUT 20130212
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD Static method Public Method Adds an input field 20130212
2 CLASS_CONSTRUCTOR Static method Public Constructor 20130212
3 GET_NAME Static method Private Method 20130212
4 HANDLE_CLOSED Instance method Private Event handling method 20130212
5 HANDLE_SAPEVENT Instance method Private Event handling method 20130212
6 NEW Static method Public Method Factory Method 20130212
7 REQUEST Static method Public Method Requests input 20130212
Events
# Event Type Visibility Description Created on
1 HTML_COMPLETED Static Event
(1)
Public
(2)
20130212
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 FIELD Private See coding 20130212 BEGIN OF field, name TYPE string, value TYPE string, END OF field
2 FIELDS Private See coding 20130212 fields TYPE STANDARD TABLE OF field WITH DEFAULT KEY
Method Signatures

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELD Call by reference Type reference (TYPE) SIMPLE 20130212
2 Importing TEXT Call by reference Type reference (TYPE) STRING 20130212

Method ADD_FIELD on class CL_DEMO_INPUT has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_DEMO_INPUT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DEMO_INPUT has no exception.

Method GET_NAME Signature

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

Method GET_NAME on class CL_DEMO_INPUT has no exception.

Method HANDLE_CLOSED Signature

Method HANDLE_CLOSED on class CL_DEMO_INPUT has no parameter.
Method HANDLE_CLOSED on class CL_DEMO_INPUT has no exception.

Method HANDLE_SAPEVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTION Value transfer Attribute reference (LIKE) 20130212

Method HANDLE_SAPEVENT on class CL_DEMO_INPUT has no exception.

Method NEW Signature

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

Method NEW on class CL_DEMO_INPUT has no exception.

Method REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELD Call by reference Type reference (TYPE) SIMPLE 20130212
2 Importing TEXT Call by reference Type reference (TYPE) STRING 20130212

Method REQUEST on class CL_DEMO_INPUT has no exception.
Event Signatures

Event HTML_COMPLETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 HTML Exporting Value transfer Type reference (TYPE) STRING 20130212
History
Last changed by/on SAP  20140121 
SAP Release Created in 740