SAP ABAP Class CL_ABAP_QI_ATL_TEMPLATES (ABAP Quick Info - ATL Templates)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
S_CODE_COMPLETION_ATL (Package) ABAP Code Completion - ABAP Template Language Processing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ABAP_CC_ATL_BASE | Base Class for Code Completion Template Processing | 20060613 |
Properties
| Class | CL_ABAP_QI_ATL_TEMPLATES | |
| Short Description | ABAP Quick Info - ATL Templates | |
| Super Class | CL_ABAP_CC_ATL_BASE | Base Class for Code Completion Template Processing |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_CODE_COMPLETION_ATL | ABAP Code Completion - ABAP Template Language Processing |
| Created | 20060613 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ABAP_QI_ATL_TEMPLATES has no interface implemented.
Friends
Class CL_ABAP_QI_ATL_TEMPLATES has no friend class.
Attributes
Class CL_ABAP_QI_ATL_TEMPLATES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Basic Method Quick Info Template | 20060613 | |
| 2 | Instance method | Public | Method | Database Procedure Quick Info Template | 20121009 | |
| 3 | Instance method | Public | Method | Raise Event Quick Info Template | 20060822 | |
| 4 | Instance method | Public | Method | Raise Exception Quick Info Template | 20060822 | |
| 5 | Instance method | Public | Method | Field Quick Info Template | 20060816 | |
| 6 | Instance method | Public | Method | Form Quick Info Template | 20060907 | |
| 7 | Instance method | Public | Method | Function Module Quick Info Template | 20060817 | |
| 8 | Instance method | Public | Method | Get Info About the Basic Method Quick Info Template | 20060613 | |
| 9 | Instance method | Public | Method | Get Info About the DB Procedure Quick Info Template | 20121009 | |
| 10 | Instance method | Public | Method | Get Info About the Raise Event Quick Info Template | 20060822 | |
| 11 | Instance method | Public | Method | Get Info About the Raise Exception Quick Info Template | 20060823 | |
| 12 | Instance method | Public | Method | Get Info About theField Quick Info Template | 20060816 | |
| 13 | Instance method | Public | Method | Get Info About the Form Quick Info Template | 20060907 | |
| 14 | Instance method | Public | Method | Get Info About the Function Module Quick Info Template | 20060817 | |
| 15 | Instance method | Public | Method | Test the Basic Method Quick Info Template | 20060613 | |
| 16 | Instance method | Public | Method | Test the DB Procedure Quick Info Template | 20121009 | |
| 17 | Instance method | Public | Method | Test the Raise Event Quick Info Template | 20060822 | |
| 18 | Instance method | Public | Method | Test the Raise Exception Quick Info Template | 20060823 | |
| 19 | Instance method | Public | Method | Test the Field Quick Info Template | 20060816 | |
| 20 | Instance method | Public | Method | Test the Form Quick Info Template | 20060907 | |
| 21 | Instance method | Public | Method | Test the Function Module Quick Info Template | 20060817 |
Events
Class CL_ABAP_QI_ATL_TEMPLATES has no event.
Types
Class CL_ABAP_QI_ATL_TEMPLATES has no local type.
Method Signatures
Method ATL_BASIC_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ABSTRACT | Call by reference | Type reference (TYPE) | STRING | Is Abstract | 20060906 | |||
| 2 | CHANGING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Changing Parameters | 20060613 | |||
| 3 | CLASS_EXCEPTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | Class Based Exceptions | 20060622 | |||
| 4 | EVENT_HANDLER | Call by reference | Type reference (TYPE) | STRING | Event Handler | 20060906 | |||
| 5 | EXCEPTIONS_LIST | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS | Exceptions | 20060622 | |||
| 6 | EXPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Exporting Parameters | 20060613 | |||
| 7 | IMPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Importing Parameters | 20060613 | |||
| 8 | METHOD_NAME | Call by reference | Type reference (TYPE) | STRING | Method Name | 20060613 | |||
| 9 | RETURNING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Returning Parameters | 20060613 | |||
| 10 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20060613 | |||
| 11 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060613 | |||
| 12 | SHORT_TEXT | Call by reference | Type reference (TYPE) | STRING | Item Short Text | 20060814 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060613 |
Method ATL_DB_PROCEDURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLASS_EXCEPTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | Class Based Exceptions | 20121009 | |||
| 2 | DBPROCEDURE_NAME | Call by reference | Type reference (TYPE) | STRING | DB Procedure Name | 20121009 | |||
| 3 | EXCEPTIONS_LIST | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS | Exceptions | 20121009 | |||
| 4 | EXPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Exporting Parameters | 20121009 | |||
| 5 | IMPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Importing Parameters | 20121009 | |||
| 6 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20121009 | |||
| 7 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20121009 | |||
| 8 | SHORT_TEXT | Call by reference | Type reference (TYPE) | STRING | Item Short Text | 20121009 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20121009 |
Method ATL_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_NAME | Call by reference | Type reference (TYPE) | STRING | Event Name | 20060822 | |||
| 2 | EXPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Exporting Parameters | 20060822 | |||
| 3 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20060822 | |||
| 4 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060822 | |||
| 5 | SHORT_TEXT | Call by reference | Type reference (TYPE) | STRING | Item Short Text | 20060822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060822 |
Method ATL_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXCEPTION_NAME | Call by reference | Type reference (TYPE) | STRING | Exception Name | 20060822 | |||
| 2 | IMPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Importing Parameters | 20060822 | |||
| 3 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20060822 | |||
| 4 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060822 | |||
| 5 | SHORT_TEXT | Call by reference | Type reference (TYPE) | STRING | Item Short Text | 20060822 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060822 |
Method ATL_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA_TYPE2 | Call by reference | Type reference (TYPE) | STRING | Data Type | 20060817 | |||
| 2 | FIELD_NAME | Call by reference | Type reference (TYPE) | STRING | Field Name | 20060816 | |||
| 3 | MAIN_TYPE | Call by reference | Type reference (TYPE) | STRING | Main Field Type | 20060906 | |||
| 4 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20060816 | |||
| 5 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060816 | |||
| 6 | SHORT_TEXT | Call by reference | Type reference (TYPE) | STRING | Item Short Text | 20060816 | |||
| 7 | STRUC_COMP | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>TYPE_LIST | Structure Components | 20060908 | |||
| 8 | STRUC_OVR | Call by reference | Type reference (TYPE) | STRING | Structure Overflow Text | 20060908 | |||
| 9 | TYPE2_TEXT | Call by reference | Type reference (TYPE) | STRING | Data Type - Type Text | 20060817 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060816 |
Method ATL_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Changing Parameters | 20060907 | |||
| 2 | CLASS_EXCEPTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | Class Based Exceptions | 20060907 | |||
| 3 | EXCEPTIONS_LIST | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS | Exceptions | 20060907 | |||
| 4 | FORM_NAME | Call by reference | Type reference (TYPE) | STRING | Form Name | 20060907 | |||
| 5 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20060907 | |||
| 6 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060907 | |||
| 7 | TABLES_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Tables Parameters | 20060907 | |||
| 8 | USING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | USing Parameters | 20060907 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060907 |
Method ATL_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHANGING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Changing Parameters | 20060817 | |||
| 2 | CLASS_EXCEPTIONS | Call by reference | Type reference (TYPE) | BOOLEAN | Class Based Exceptions | 20060817 | |||
| 3 | EXCEPTIONS_LIST | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS | Exceptions | 20060817 | |||
| 4 | EXPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Exporting Parameters | 20060817 | |||
| 5 | FUNCTION_NAME | Call by reference | Type reference (TYPE) | STRING | Function Module Name | 20060817 | |||
| 6 | IMPORTING_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Importing Parameters | 20060817 | |||
| 7 | ROLE_TEXT | Call by reference | Type reference (TYPE) | STRING | Role Text | 20060817 | |||
| 8 | R_SOURCE | Value transfer | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060817 | |||
| 9 | SHORT_TEXT | Call by reference | Type reference (TYPE) | STRING | Item Short Text | 20060817 | |||
| 10 | TABLE_PARAMETERS | Call by reference | Type reference (TYPE) | IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES | Tables Parameters | 20060817 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20060817 |
Method INFO_ATL_BASIC_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20060613 |
Method INFO_ATL_BASIC_METHOD on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method INFO_ATL_DB_PROCEDURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20121009 |
Method INFO_ATL_DB_PROCEDURE on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method INFO_ATL_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20060822 |
Method INFO_ATL_EVENT on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method INFO_ATL_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20060823 |
Method INFO_ATL_EXCEPTION on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method INFO_ATL_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20060816 |
Method INFO_ATL_FIELD on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method INFO_ATL_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20060907 |
Method INFO_ATL_FORM on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method INFO_ATL_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEMPLATE_NAME | Value transfer | Type reference (TYPE) | STRING | Template Name | 20060817 |
Method INFO_ATL_FUNCTION on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_BASIC_METHOD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20060613 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060613 |
Method TEST_ATL_BASIC_METHOD on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_DB_PROCEDURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20121009 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20121009 |
Method TEST_ATL_DB_PROCEDURE on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20060822 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060822 |
Method TEST_ATL_EVENT on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20060823 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060823 |
Method TEST_ATL_EXCEPTION on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20060816 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060816 |
Method TEST_ATL_FIELD on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20060907 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060907 |
Method TEST_ATL_FORM on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
Method TEST_ATL_FUNCTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ERROR | Call by reference | Type reference (TYPE) | STRING | Error Message | 20060817 | |||
| 2 | E_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20060817 |
Method TEST_ATL_FUNCTION on class CL_ABAP_QI_ATL_TEMPLATES has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |