SAP CL_CI_COLLECTOR_TRDIR_PROGS OO Class - Program Objects from TRDIR Selection
CL_CI_COLLECTOR_TRDIR_PROGS 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_CI_COLLECTOR_TRDIR_PROGS 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_CI_COLLECTOR_TRDIR_PROGS is CL_CI_COLLECTOR_ROOTMethod list of CL_CI_COLLECTOR_TRDIR_PROGS 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 Name | Description | Visability |
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD cl_ci_collector_trdir_progs=>CONSTRUCTOR...more details | ||
CL_CI_COLLECTOR_TRDIR_PROGS 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.
| Name | Level | Description | Initial Value | Type | Visability |
| ENHANCEMENTS | Instance Attribute | LIKE | Private | ||
| FLAGCC | Instance Attribute | Code Inspector: Only Programs That Can Be Further Developed | LIKE SCI_PRGXCC | Private | |
| FLAGCU | Instance Attribute | Code Inspector: Delivery-Relevant Programs Only | LIKE SCI_PRGXCU | Private | |
| FLAGWL | Instance Attribute | Code Inspector: Programs with Active Load Only | LIKE SCI_PRGXLO | Private | |
| FLAGWT | Instance Attribute | Code Inspector: Programs with Object Directory Entry Only | LIKE SCI_PRGXTA | Private | |
| GENERATED_CODE | Instance Attribute | LIKE | Private | ||
| MODIFICATION | Instance Attribute | LIKE | Private | ||
| NAMESPACES | Instance Attribute | LIKE | Private | ||
| REGULAR | Instance Attribute | LIKE | Private | ||
| SOAPPL | Instance Attribute | Code Inspector: Selection Options for SOFTWARE Components | LIKE SCIT_APPL | Private | |
| SOAUTH | Instance Attribute | Code Inspector: Selection Options for the Program's Creator | LIKE SCIT_AUTH | Private | |
| SOCOMP | Instance Attribute | Code Inspector: Selection Options for APPLICATION Components | LIKE SCIT_COMP | Private | |
| SODEVC | Instance Attribute | Code Inspector: Selection Options for the Package | LIKE SCIT_DEVC | Private | |
| SONAME | Instance Attribute | Code Inspector: Selection Option for the Program Name | LIKE SCIT_PRGNM | Private | |
| SOOSYS | Instance Attribute | Code Inspector: Selection Options for the Original System | LIKE SCIT_OSYS | Private | |
| SOPDEV | Instance Attribute | Code Inspector: Selection Options for Transport Layer | LIKE SCIT_PDEVC | Private | |
| SORESP | Instance Attribute | Code Inspector: Selection Options for the Responsible User | LIKE SCIT_RESP | Private | |
| SOSTAT | Instance Attribute | Code Inspector: Selection Options for the Program Status | LIKE SCIT_STAT | Private | |
| SOTYPE | Instance Attribute | Code Inspector: Selection Options for the Program Type | LIKE SCIT_TYPE | Private | |
| SOVERS | Instance Attribute | Code Inspector: Version Number of Element | LIKE SCIT_VERS | Private | |
| TEST_CODE | Instance Attribute | LIKE | Private |
Links to Related Class(s)
CL_CI_CO...Full list of available SAP object classes
Search for further information about these or an SAP related objects