SAP ABAP Class CL_ABAP_CC_ATL_TEMPLATES (ABAP Code Completion - 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 20060612
Properties
Class CL_ABAP_CC_ATL_TEMPLATES  
Short Description ABAP Code Completion - 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 20060612   SAP 
Last change 20130531   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)
2 IF_ABAP_CC_ATL_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ABAP_CC_ATL_TEMPLATES has no interface implemented.
Friends
Class CL_ABAP_CC_ATL_TEMPLATES has no friend class.
Attributes
Class CL_ABAP_CC_ATL_TEMPLATES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ATL_BASIC_METHOD Instance method Public Method Basic Method Insertion Template 20060612
2 ATL_DB_PROCEDURE Instance method Public Method Database Procedure Insertion Template 20121009
3 ATL_FORM Instance method Public Method Form Insertion Template 20060907
4 ATL_FUNCTION Instance method Public Method Function Module Insertion Template 20060816
5 ATL_FUNC_METHOD Instance method Public Method Functional Method Insertion Template 20060816
6 ATL_MESSAGE Instance method Public Method MESSAGE Insertion Template 20060626
7 ATL_RAISE_EVENT Instance method Public Method Raise Event Insertion Template 20060818
8 ATL_RAISE_EXCEPTION Instance method Public Method Raise Exception Insertion Template 20060822
9 ATL_TYPES Instance method Public Method TYPES Insertion Template 20060624
10 ATL_VALUE_STRUCT Instance method Public Method VALUE Constructor Insertion Template 20120810
11 CHECK_ALL_OPTIONAL Static method Private Method Determine whether Parameter Section is completely optional 20100916
12 GET_INSERTION_INDENT Instance method Private Method Fill the Insertion Indents into the Context 20060815
13 INFO_ATL_BASIC_METHOD Instance method Public Method Get Info About the Basic Method Insertion Template 20060613
14 INFO_ATL_DB_PROCEDURE Instance method Public Method Get Info About the DB Procedure Insertion Template 20121009
15 INFO_ATL_FORM Instance method Public Method Get Info About the Form Insertion Template 20060907
16 INFO_ATL_FUNCTION Instance method Public Method Get Info About the Function Module Insertion Template 20060816
17 INFO_ATL_FUNC_METHOD Instance method Public Method Get Info About the Functional Method Insertion Template 20060816
18 INFO_ATL_MESSAGE Instance method Public Method Get Info About the MESSAGE Insertion Template 20060626
19 INFO_ATL_RAISE_EVENT Instance method Public Method Get Info About the Raise Event Insertion Template 20060818
20 INFO_ATL_RAISE_EXCEPTION Instance method Public Method Get Info About the Raise Exception Insertion Template 20060822
21 INFO_ATL_TYPES Instance method Public Method Get Info About the TYPES Insertion Template 20060624
22 INFO_ATL_VALUE_STRUCT Instance method Public Method Get Info About the VALUE Constructor Insertion Template 20120810
23 TEST_ATL_BASIC_METHOD Instance method Public Method Test the Basic Method Insertion Template 20060612
24 TEST_ATL_DB_PROCEDURE Instance method Public Method Test the Database Procedure Insertion Template 20121009
25 TEST_ATL_FORM Instance method Public Method Test the Form Insertion Template 20060907
26 TEST_ATL_FUNCTION Instance method Public Method Test the Function Module Insertion Template 20060816
27 TEST_ATL_FUNC_METHOD Instance method Public Method Test the Functional Method Insertion Template 20060816
28 TEST_ATL_MESSAGE Instance method Public Method Test the MESSAGE Insertion Template 20060626
29 TEST_ATL_RAISE_EVENT Instance method Public Method Test the Raise Event Insertion Template 20060818
30 TEST_ATL_RAISE_EXCEPTION Instance method Public Method Test the Raise Exception Insertion Template 20060822
31 TEST_ATL_TYPES Instance method Public Method Test the TYPES Insertion Template 20060624
Events
Class CL_ABAP_CC_ATL_TEMPLATES has no event.
Types
Class CL_ABAP_CC_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 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20060815
2 Importing CHANGING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Changing Parameters 20060613
3 Importing CLASS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL Class Based Exceptions 20060622
4 Importing EXCEPTIONS_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS Exceptions 20060622
5 Importing EXPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Exporting Parameters 20060613
6 Importing IMPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Importing Parameters 20060612
7 Importing METHOD_NAME Call by reference Type reference (TYPE) STRING Method Name 20060612
8 Importing RETURNING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Returning Parameters 20060613
9 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060612
10 Importing SHORT_FORM Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20060816
11 Importing SHORT_TEXT Call by reference Type reference (TYPE) STRING Object Short Text 20060814
12 Importing STMTEND Call by reference Type reference (TYPE) STRING `.` 20120810
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060612

Method ATL_DB_PROCEDURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20121009
2 Importing CLASS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL Class Based Exceptions 20121009
3 Importing DBPROCEDURE_NAME Call by reference Type reference (TYPE) STRING DB Procedure Name 20121009
4 Importing EXCEPTIONS_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS Exceptions 20121009
5 Importing EXPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Exporting Parameters 20121009
6 Importing IMPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Importing Parameters 20121009
7 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20121009
8 Importing SHORT_TEXT Call by reference Type reference (TYPE) STRING Object Short Text 20121009
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20121009

Method ATL_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20060907
2 Importing CHANGING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Changing Parameters 20060907
3 Importing CLASS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL Class Based Exceptions 20060907
4 Importing EXCEPTIONS_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS Exceptions 20060907
5 Importing FORM_NAME Call by reference Type reference (TYPE) STRING Form Module Name 20060907
6 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060907
7 Importing TABLES_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Tables Parameters 20060907
8 Importing USING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Using Parameters 20060907
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060907

Method ATL_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20060816
2 Importing CHANGING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Changing Parameters 20060816
3 Importing CLASS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL Class Based Exceptions 20060816
4 Importing EXCEPTIONS_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS Exceptions 20060816
5 Importing EXPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Exporting Parameters 20060816
6 Importing FUNCTION_NAME Call by reference Type reference (TYPE) STRING Function Module Name 20060816
7 Importing IMPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Importing Parameters 20060816
8 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060816
9 Importing SHORT_TEXT Call by reference Type reference (TYPE) STRING Object Short Text 20060816
10 Importing TABLE_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Table Parameters 20060816
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060816

Method ATL_FUNC_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20060816
2 Importing CHANGING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Changing Parameters 20060816
3 Importing CLASS_EXCEPTIONS Call by reference Type reference (TYPE) ABAP_BOOL Class Based Exceptions 20060816
4 Importing EXCEPTIONS_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>EXCEPTIONS Exceptions 20060816
5 Importing EXPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Exporting Parameters 20060816
6 Importing IMPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Importing Parameters 20060816
7 Importing METHOD_NAME Call by reference Type reference (TYPE) STRING Method Name 20060816
8 Importing RETURNING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Returning Parameters 20060816
9 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060816
10 Importing SHORT_FORM Call by reference Type reference (TYPE) ABAP_BOOL Boolean Variable (X=True, -=False, Space=Unknown) 20060816
11 Importing SHORT_TEXT Call by reference Type reference (TYPE) STRING Object Short Text 20060816
12 Importing STMTEND Call by reference Type reference (TYPE) STRING `.` 20120810
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060816

Method ATL_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MESSAGE Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>MESSAGE Message Object 20060626
2 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060626
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060626

Method ATL_RAISE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20060818
2 Importing EVENT_NAME Call by reference Type reference (TYPE) STRING Method Name 20060818
3 Importing EXPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Exporting Parameters 20060822
4 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060818
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060818

Method ATL_RAISE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I Begining position of context 20060822
2 Importing EXCEPTION_NAME Call by reference Type reference (TYPE) STRING Method Name 20060822
3 Importing IMPORTING_PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Importing Parameters 20060822
4 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060822
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060822

Method ATL_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET ABAP Source 20060624
2 Importing TYPE_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>TYPE_LIST Type List 20060624
3 Importing TYPE_NAME Call by reference Type reference (TYPE) STRING Method Name 20060624
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20060624

Method ATL_VALUE_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BEG_XPOS Call by reference Type reference (TYPE) I 20120810
2 Importing COMP_LIST Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>COMP_LIST 20120810
3 Returning R_SOURCE Value transfer Type reference (TYPE) RSWSOURCET 20120810
4 Importing STRUCT_NAME Call by reference Type reference (TYPE) STRING 20120810
# Exception Resumable Description Created on
1 CX_ABAP_TEMPLATE_PARSE_ERROR 20120810

Method CHECK_ALL_OPTIONAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OPTIONAL Value transfer Type reference (TYPE) STRING Returns * if all optional, empty else 20100916
2 Importing PARAMETERS Call by reference Type reference (TYPE) IF_ABAP_CC_ATL_TYPES=>OBJECT_INTERFACES Parameter List 20100916

Method CHECK_ALL_OPTIONAL on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method GET_INSERTION_INDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_BEG_XPOS Call by reference Type reference (TYPE) I 20060815
2 Importing I_CONTEXT Call by reference Object reference (TYPE REF TO) CL_ABAP_TEMPLATE_CONTEXT Context Values for Template Processor 20060815

Method GET_INSERTION_INDENT on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_BASIC_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060613

Method INFO_ATL_BASIC_METHOD on class CL_ABAP_CC_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 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20121009

Method INFO_ATL_DB_PROCEDURE on class CL_ABAP_CC_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 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060907

Method INFO_ATL_FORM on class CL_ABAP_CC_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 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060816

Method INFO_ATL_FUNCTION on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_FUNC_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060816

Method INFO_ATL_FUNC_METHOD on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060626

Method INFO_ATL_MESSAGE on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_RAISE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060818

Method INFO_ATL_RAISE_EVENT on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_RAISE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060822

Method INFO_ATL_RAISE_EXCEPTION on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TEMPLATE_NAME Value transfer Type reference (TYPE) STRING Template Name 20060624

Method INFO_ATL_TYPES on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method INFO_ATL_VALUE_STRUCT Signature

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

Method INFO_ATL_VALUE_STRUCT on class CL_ABAP_CC_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 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060612
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060612

Method TEST_ATL_BASIC_METHOD on class CL_ABAP_CC_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 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20121009
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20121009

Method TEST_ATL_DB_PROCEDURE on class CL_ABAP_CC_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 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060907
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060907

Method TEST_ATL_FORM on class CL_ABAP_CC_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 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060816
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060816

Method TEST_ATL_FUNCTION on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method TEST_ATL_FUNC_METHOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060816
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060816

Method TEST_ATL_FUNC_METHOD on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method TEST_ATL_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060626
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060626

Method TEST_ATL_MESSAGE on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method TEST_ATL_RAISE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060818
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060818

Method TEST_ATL_RAISE_EVENT on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method TEST_ATL_RAISE_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060822
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060822

Method TEST_ATL_RAISE_EXCEPTION on class CL_ABAP_CC_ATL_TEMPLATES has no exception.

Method TEST_ATL_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ERROR Call by reference Type reference (TYPE) STRING Error Message 20060624
2 Exporting E_SOURCE Call by reference Type reference (TYPE) RSWSOURCET ABAP Source 20060624

Method TEST_ATL_TYPES on class CL_ABAP_CC_ATL_TEMPLATES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710