SAP IF_HRASR00GENERIC_SERVICES OO Class - BAdI Interface IF_EX_HRASR00_GENSERVICES
IF_HRASR00GENERIC_SERVICES 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 IF_HRASR00GENERIC_SERVICES 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 IF_HRASR00GENERIC_SERVICES 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_AUTHORIZATION | Returns List of Authorized Users for Service | Public |
| CALL METHOD if_hrasr00generic_services=>CHECK_AUTHORIZATION...more details | ||
| CHECK_COLLISION | Checks for Collision Between Datasets | Public |
| CALL METHOD if_hrasr00generic_services=>CHECK_COLLISION...more details | ||
| CLOSE_LUW | Completes Trial | Public |
| CALL METHOD if_hrasr00generic_services=>CLOSE_LUW...more details | ||
| DO_OPERATIONS | Perform Operation on Fields in Buffer | Public |
| CALL METHOD if_hrasr00generic_services=>DO_OPERATIONS...more details | ||
| FLUSH | Flushes Data | Public |
| CALL METHOD if_hrasr00generic_services=>FLUSH...more details | ||
| GET_COLLISION_IMAGE | Returns Image for Collision Detection | Public |
| CALL METHOD if_hrasr00generic_services=>GET_COLLISION_IMAGE...more details | ||
|
| ||
| GET_OPERATIONS | Gets List of Operations for Service | Public |
| CALL METHOD if_hrasr00generic_services=>GET_OPERATIONS...more details | ||
| GET_SPECIAL_FIELDS | Returns List of Special Fields for Service | Public |
| CALL METHOD if_hrasr00generic_services=>GET_SPECIAL_FIELDS...more details | ||
| GET_TECHNICAL_FIELD_INFO | Returns Technical Information of Service Fields | Public |
| CALL METHOD if_hrasr00generic_services=>GET_TECHNICAL_FIELD_INFO...more details | ||
| INITIALIZE | Return Default Values for Requested Fields | Public |
| CALL METHOD if_hrasr00generic_services=>INITIALIZE...more details | ||
| LOCK_OBJECT | Locks Related Object | Public |
| CALL METHOD if_hrasr00generic_services=>LOCK_OBJECT...more details | ||
| OPEN_LUW | Opens Trial | Public |
| CALL METHOD if_hrasr00generic_services=>OPEN_LUW...more details | ||
| ROLLBACK_LUW | Discards Trial | Public |
| CALL METHOD if_hrasr00generic_services=>ROLLBACK_LUW...more details | ||
| UNLOCK_OBJECT | Unlocks Related Object | Public |
| CALL METHOD if_hrasr00generic_services=>UNLOCK_OBJECT...more details | ||
Links to Related Class(s)
IF_HRASR...Full list of available SAP object classes
Search for further information about these or an SAP related objects