SAP /BOBF/IF_TRA_SERVICE_MANAGER OO Class - Containing the public service methods of a service manager
/BOBF/IF_TRA_SERVICE_MANAGER 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 /BOBF/IF_TRA_SERVICE_MANAGER 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 /BOBF/IF_TRA_SERVICE_MANAGER 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 |
| CHECK_ACTION | Check whether an action can be performed or not | Public |
| CALL METHOD /bobf/if_tra_service_manager=>CHECK_ACTION...more details | ||
| CHECK_AND_DETERMINE | Perform consistency check and dependent determinations | Public |
| CALL METHOD /bobf/if_tra_service_manager=>CHECK_AND_DETERMINE...more details | ||
| CHECK_CONSISTENCY | Perform consistency check | Public |
| CALL METHOD /bobf/if_tra_service_manager=>CHECK_CONSISTENCY...more details | ||
| CONVERT_ALTERN_KEY | Converts an alternative key to the technical key | Public |
| CALL METHOD /bobf/if_tra_service_manager=>CONVERT_ALTERN_KEY...more details | ||
| DO_ACTION | Do action | Public |
| CALL METHOD /bobf/if_tra_service_manager=>DO_ACTION...more details | ||
| GET_NEW_KEY | Create a new unique key | Public |
| CALL METHOD /bobf/if_tra_service_manager=>GET_NEW_KEY...more details | ||
|
| ||
| MODIFY | Change, delete and create nodes | Public |
| CALL METHOD /bobf/if_tra_service_manager=>MODIFY...more details | ||
| QUERY | Search | Public |
| CALL METHOD /bobf/if_tra_service_manager=>QUERY...more details | ||
| RETRIEVE | Read data | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE...more details | ||
| RETRIEVE_BY_ASSOCIATION | Read data via association | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE_BY_ASSOCIATION...more details | ||
| RETRIEVE_CODE_VALUE_SET | Read allowed code values | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE_CODE_VALUE_SET...more details | ||
| RETRIEVE_DEFAULT_ACTION_PARAM | Read the default action parameters | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE_DEFAULT_ACTION_PARAM...more details | ||
| RETRIEVE_DEFAULT_NODE_VALUES | Read the default node values | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE_DEFAULT_NODE_VALUES...more details | ||
| RETRIEVE_DEFAULT_QUERY_PARAM | Read the default query parameters | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE_DEFAULT_QUERY_PARAM...more details | ||
| RETRIEVE_PROPERTY | Read property of data | Public |
| CALL METHOD /bobf/if_tra_service_manager=>RETRIEVE_PROPERTY...more details | ||
Links to Related Class(s)
/BOBF/IF...Full list of available SAP object classes
Search for further information about these or an SAP related objects