SAP /SOMO/CL_CUST_HPLMANSYS_SELECT OO Class - Wrapper for dynamic calls of data selection in ST
/SOMO/CL_CUST_HPLMANSYS_SELECT 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 /SOMO/CL_CUST_HPLMANSYS_SELECT 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 /SOMO/CL_CUST_HPLMANSYS_SELECT 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 | Public | |
| CALL METHOD /somo/cl_cust_hplmansys_select=>CONSTRUCTOR...more details | ||
| GET_INSTANCE | Return singleton instance | Public |
| CALL METHOD /somo/cl_cust_hplmansys_select=>GET_INSTANCE...more details | ||
| GET_JOBS_DATA | Return GET_JOBS_DATA | Public |
| CALL METHOD /somo/cl_cust_hplmansys_select=>GET_JOBS_DATA...more details | ||
| GET_JOBS_PARAMETERS | Return GET_JOBS_PARAMETERS | Public |
| CALL METHOD /somo/cl_cust_hplmansys_select=>GET_JOBS_PARAMETERS...more details | ||
| SEARCH_JOBS | Return SEARCH_JOBS | Public |
| CALL METHOD /somo/cl_cust_hplmansys_select=>SEARCH_JOBS...more details | ||
/SOMO/CL_CUST_HPLMANSYS_SELECT 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 |
| C_TRC_BASIC | Constant | Basic trace level | 1 | LIKE INT4 | Private |
| C_TRC_DETAIL | Constant | Detailed trace level | 2 | LIKE INT4 | Private |
| MC_CUST_JOB_ACCESS | Constant | Class for data selection calls | 'CL_CUST_JOB_ACCESS' | LIKE STRING | Private |
| MC_GET_JOBS_DATA | Constant | 'GET_JOBS_DATA' | LIKE STRING | Private | |
| MC_GET_JOBS_PARAMETERS | Constant | 'GET_JOBS_PARAMETERS' | LIKE STRING | Private | |
| MC_SEARCH_JOBS | Constant | 'SEARCH_JOBS' | LIKE STRING | Private | |
| MC_STATUS_ABORTED | Constant | Single-Character Flag | 'A' | LIKE CHAR1 | Public |
| MC_STATUS_FINISHED | Constant | Single-Character Flag | 'F' | LIKE CHAR1 | Public |
| MC_STATUS_PUT_ACTIVE | Constant | Single-Character Flag | 'Z' | LIKE CHAR1 | Public |
| MC_STATUS_READY | Constant | Single-Character Flag | 'Y' | LIKE CHAR1 | Public |
| MC_STATUS_RELEASED | Constant | Single-Character Flag | 'S' | LIKE CHAR1 | Public |
| MC_STATUS_RUNNING | Constant | Single-Character Flag | 'R' | LIKE CHAR1 | Public |
| MC_STATUS_SCHEDULED | Constant | Single-Character Flag | 'P' | LIKE CHAR1 | Public |
| MC_STATUS_UNKNOWN | Constant | Single-Character Flag | 'X' | LIKE CHAR1 | Public |
| MC_TYPE_JOBID | Constant | Type for job id | 'BTC_EXT_JOB_ID' | LIKE STRING | Private |
| MC_TYPE_JOBIDS | Constant | Type for handing over table of job ID's | 'AGS_EJR_CUST_JOB_JOBID_TABLE' | LIKE STRING | Private |
| MC_TYPE_JOBS | Constant | Type for list of found jobs | 'AGS_EJR_CUST_JOB_JOB_DATA_TAB' | LIKE STRING | Private |
| MC_TYPE_JOBS_DATA | Constant | Type for table of jobs data | 'AGS_EJR_CUST_JOB_JOB_DATA_TAB' | LIKE STRING | Private |
| MC_TYPE_JOB_PARAMS | Constant | Type for table of jobs parameters | 'AGS_EJR_CUST_JOB_JOB_PARAM_TAB' | LIKE STRING | Private |
| MC_TYPE_MESSAGES | Constant | Type for table with messages | 'POWL_MSG_TTY' | LIKE STRING | Private |
| MR_DATA_JOBID | Instance Attribute | LIKE DATA | Private | ||
| MR_DATA_JOBIDS | Instance Attribute | LIKE DATA | Private | ||
| MR_DATA_JOBS | Instance Attribute | LIKE DATA | Private | ||
| MR_DATA_JOBS_DATA | Instance Attribute | LIKE DATA | Private | ||
| MR_DATA_JOB_PARAMS | Instance Attribute | LIKE DATA | Private | ||
| MR_DATA_MESSAGES | Instance Attribute | LIKE DATA | Private | ||
| MR_INSTANCE | Static Attribute | Wrapper for dynamic calls of data selection in ST | LIKE /SOMO/CL_CUST_HPLMANSYS_SELECT | Private |
/SOMO/CL_CUST_HPLMANSYS_SELECT types
TS_JOB_COLL -TS_JOB_DATA_COLL -
TS_JOB_HIER_COLL -
TS_JOB_PARAM_COLL -
TS_PARAM_VALUES -
TT_BADI_FILTER -
TT_JOBIDS -
TT_JOB_COLL -
TT_JOB_DATA_COLL -
TT_JOB_HIER_COLL -
TT_JOB_PARAM_COLL -
TT_JOB_SEL_PARAM -
TT_PARAM_RNG -
TT_PARAM_VALUES -
TV_DEFINITION -
TV_JOBID -
TV_JOB_TYPE -
TV_STATUS -
TY_BADI_FILTER -
TY_JOB_SEL_PARAM -
TY_PARAM_RNG -
Links to Related Class(s)
/SOMO/CL...Full list of available SAP object classes
Search for further information about these or an SAP related objects