SAP /SCTM/IF_TOOLS OO Class - Constants for Tools
/SCTM/IF_TOOLS 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 /SCTM/IF_TOOLS 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 /SCTM/IF_TOOLS 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 |
/SCTM/IF_TOOLS 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 |
| GC_MSGID_RG | Constant | Messages, Message Class | '/SCTM/RG' | LIKE SYMSGID | Public |
| GC_MSGID_TOOLS | Constant | Messages, Message Class | '/SCTM/TOOLS' | LIKE SYMSGID | Public |
| GC_MSGTY_ERR | Constant | Messages, Message Category | 'E' | LIKE SYMSGTY | Public |
| GC_MSGTY_INFO | Constant | Messages, Message Category | 'I' | LIKE SYMSGTY | Public |
| GC_MSGTY_STAT | Constant | Messages, Message Category | 'S' | LIKE SYMSGTY | Public |
| GC_MSGTY_WARN | Constant | Messages, Message Category | 'W' | LIKE SYMSGTY | Public |
| GC_OBJ_MD | Constant | Application Log - Area: SCM Basis Master Data | '/SCMB/MD' | LIKE BALOBJ_D | Public |
| GC_OBJ_RG | Constant | '/SCMB/RG' | LIKE BALOBJ_D | Public | |
| GC_OBJ_TM | Constant | Application Log: Object Name (Application Abbreviation) | '/SCTM/TM' | LIKE BALOBJ_D | Public |
| GC_PROBCLASS_HIGH | Constant | Application Log: Message Problem Class | '2' | LIKE BAL_S_MSG-PROBCLASS | Public |
| GC_PROBCLASS_LOW | Constant | Application Log: Message Problem Class | '4' | LIKE BAL_S_MSG-PROBCLASS | Public |
| GC_PROBCLASS_MEDIUM | Constant | Application Log: Message Problem Class | '3' | LIKE BAL_S_MSG-PROBCLASS | Public |
| GC_PROBCLASS_NONE | Constant | Application Log: Message Problem Class | ' ' | LIKE BAL_S_MSG-PROBCLASS | Public |
| GC_PROBCLASS_VERY_HIGH | Constant | Application Log: Message Problem Class | '1' | LIKE BAL_S_MSG-PROBCLASS | Public |
| GC_SUBOBJ_FOM | Constant | Application Log: Freight Order Management Subobject | '/SCTM/FOM' | LIKE BALSUBOBJ | Public |
| GC_SUBOBJ_RG | Constant | Application Log: Routing Guide Subobject | '/SCTM/RG' | LIKE BALSUBOBJ | Public |
| GC_SUBOBJ_VLOCGL | Constant | Application Log - Subarea: View Maintenance Geocoding Levels | '/SAPAPO/VLOC_GL' | LIKE BALSUBOBJ | Public |
Links to Related Class(s)
/SCTM/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects