SAP CL_ABAP_CALLED_PROGRAMS_E OO Class - get called prorams









CL_ABAP_CALLED_PROGRAMS_E 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_CALLED_PROGRAMS_E including details of:

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



Method list of CL_ABAP_CALLED_PROGRAMS_E 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
CLEARPrivate
CALL METHOD cl_abap_called_programs_e=>CLEAR...more details

CONVERT_TO_PROC_IDPrivate
CALL METHOD cl_abap_called_programs_e=>CONVERT_TO_PROC_ID...more details

FIND_CLAUSEPrivate
CALL METHOD cl_abap_called_programs_e=>FIND_CLAUSE...more details

GET_ABAP_COMPILERPrivate
CALL METHOD cl_abap_called_programs_e=>GET_ABAP_COMPILER...more details

GET_CALLEDPublic
CALL METHOD cl_abap_called_programs_e=>GET_CALLED...more details

GET_CALLED_PROGRAMSPublic
CALL METHOD cl_abap_called_programs_e=>GET_CALLED_PROGRAMS...more details

GET_PROC_IDS_OF_FORMSPrivate
CALL METHOD cl_abap_called_programs_e=>GET_PROC_IDS_OF_FORMS...more details

GET_PROC_IDS_OF_METHODPrivate
CALL METHOD cl_abap_called_programs_e=>GET_PROC_IDS_OF_METHOD...more details

GET_PROC_ID_OF_FUNCTIONPrivate
CALL METHOD cl_abap_called_programs_e=>GET_PROC_ID_OF_FUNCTION...more details

GET_PROC_ID_OF_SCREENPrivate
CALL METHOD cl_abap_called_programs_e=>GET_PROC_ID_OF_SCREEN...more details

INSERT_PROC_IDPrivate
CALL METHOD cl_abap_called_programs_e=>INSERT_PROC_ID...more details



CL_ABAP_CALLED_PROGRAMS_E 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
ABAP_COMPILERInstance AttributeLIKE
T_COMPILER_ENTRIES
Private
DONT_GENERATEInstance AttributeLIKE
ABAP_BOOL
Private
FULL_NAME_PROC_IDStatic AttributeLIKE
Private
PROC_IDS_LEVELInstance AttributeLIKE
T_PROC_IDS_LEVEL
Public
PROGRAMS_NOT_FOUNDInstance AttributeLIKE
T_PROGRAMS
Public
PROGRAMS_NO_DATAInstance AttributeLIKE
T_PROGRAMS
Public
PROGRAMS_WITH_ERRORInstance AttributeLIKE
T_PROGRAMS
Public




CL_ABAP_CALLED_PROGRAMS_E types

T_CALLED_PROGRAM -
T_CALLED_PROGRAMS -
T_CALLER -
T_COMPILER_ENTRIES -
T_COMPILER_ENTRY -
T_FULL_NAME_PROC_ID -
T_PROC_ID -
T_PROC_IDS -
T_PROC_IDS_LEVEL -
T_PROC_ID_LEVEL -
T_PROGRAMS -

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!