SAP CL_ABAP_CC_ATL_TEMPLATES OO Class - ABAP Code Completion - ATL Templates









CL_ABAP_CC_ATL_TEMPLATES is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_ABAP_CC_ATL_TEMPLATES including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CL_ABAP_CC_ATL_TEMPLATES is CL_ABAP_CC_ATL_BASE

Method list of CL_ABAP_CC_ATL_TEMPLATES SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
ATL_BASIC_METHODBasic Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_BASIC_METHOD...more details

ATL_CALL_METHODCall Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_CALL_METHOD...more details

ATL_DB_PROCEDUREDatabase Procedure Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_DB_PROCEDURE...more details

ATL_ENTITY_PARAMETERSEntity Parameters Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_ENTITY_PARAMETERS...more details

ATL_FORMForm Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_FORM...more details

ATL_FUNCTIONFunction Module Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_FUNCTION...more details

ATL_FUNC_METHODFunctional Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_FUNC_METHOD...more details

ATL_MESSAGEMESSAGE Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_MESSAGE...more details

ATL_RAISE_EVENTRaise Event Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_RAISE_EVENT...more details

ATL_RAISE_EXCEPTIONRaise Exception Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_RAISE_EXCEPTION...more details

ATL_TYPESTYPES Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_TYPES...more details

ATL_VALUE_STRUCTVALUE Constructor Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>ATL_VALUE_STRUCT...more details

CHECK_ALL_OPTIONALDetermine whether Parameter Section is completely optionalPrivate
CALL METHOD cl_abap_cc_atl_templates=>CHECK_ALL_OPTIONAL...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD cl_abap_cc_atl_templates=>CONSTRUCTOR...more details

GET_INSERTION_INDENTFill the Insertion Indents into the ContextPrivate
CALL METHOD cl_abap_cc_atl_templates=>GET_INSERTION_INDENT...more details

INFO_ATL_BASIC_METHODGet Info About the Basic Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_BASIC_METHOD...more details

INFO_ATL_CALL_METHODGet Info About the Call Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_CALL_METHOD...more details

INFO_ATL_DB_PROCEDUREGet Info About the DB Procedure Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_DB_PROCEDURE...more details

INFO_ATL_ENTITY_PARAMETERSGet Info About the Entity Parameters Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_ENTITY_PARAMETERS...more details

INFO_ATL_FORMGet Info About the Form Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_FORM...more details

INFO_ATL_FUNCTIONGet Info About the Function Module Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_FUNCTION...more details

INFO_ATL_FUNC_METHODGet Info About the Functional Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_FUNC_METHOD...more details

INFO_ATL_MESSAGEGet Info About the MESSAGE Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_MESSAGE...more details

INFO_ATL_RAISE_EVENTGet Info About the Raise Event Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_RAISE_EVENT...more details

INFO_ATL_RAISE_EXCEPTIONGet Info About the Raise Exception Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_RAISE_EXCEPTION...more details

INFO_ATL_TYPESGet Info About the TYPES Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_TYPES...more details

INFO_ATL_VALUE_STRUCTGet Info About the VALUE Constructor Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>INFO_ATL_VALUE_STRUCT...more details

TEST_ATL_BASIC_METHODTest the Basic Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_BASIC_METHOD...more details

TEST_ATL_CALL_METHODTest the Call Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_CALL_METHOD...more details

TEST_ATL_DB_PROCEDURETest the Database Procedure Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_DB_PROCEDURE...more details

TEST_ATL_ENTITY_PARAMETERSTest the Database Procedure Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_ENTITY_PARAMETERS...more details

TEST_ATL_FORMTest the Form Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_FORM...more details

TEST_ATL_FUNCTIONTest the Function Module Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_FUNCTION...more details

TEST_ATL_FUNC_METHODTest the Functional Method Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_FUNC_METHOD...more details

TEST_ATL_MESSAGETest the MESSAGE Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_MESSAGE...more details

TEST_ATL_RAISE_EVENTTest the Raise Event Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_RAISE_EVENT...more details

TEST_ATL_RAISE_EXCEPTIONTest the Raise Exception Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_RAISE_EXCEPTION...more details

TEST_ATL_TYPESTest the TYPES Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_TYPES...more details

TEST_ATL_VALUE_STRUCTTest the Database Procedure Insertion TemplatePublic
CALL METHOD cl_abap_cc_atl_templates=>TEST_ATL_VALUE_STRUCT...more details



CL_ABAP_CC_ATL_TEMPLATES attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
USER_SETTINGSInstance AttributeUser settings for insertion of code patternsLIKE
CL_ABAP_PARSER=>T_USER_SETTINGS
Protected


Links to Related Class(s)

CL_ABAP_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!