SAP IF_HRASR00_CASE OO Class - Case: HR Administrative Services
IF_HRASR00_CASE 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_HRASR00_CASE 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_HRASR00_CASE 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 |
| ASSIGN_DOCUMENT | Add Document as Case Reference | Public |
| CALL METHOD if_hrasr00_case=>ASSIGN_DOCUMENT...more details | ||
| CHANGE_ATTRIBUTES | Change Case Attributes | Public |
| CALL METHOD if_hrasr00_case=>CHANGE_ATTRIBUTES...more details | ||
| CREATE_CASE | Create Case Instance | Public |
| CALL METHOD if_hrasr00_case=>CREATE_CASE...more details | ||
| CREATE_DOCUMENT | Create KPRO Document | Public |
| CALL METHOD if_hrasr00_case=>CREATE_DOCUMENT...more details | ||
| DELETE | Delete Current Case Object | Public |
| CALL METHOD if_hrasr00_case=>DELETE...more details | ||
| DELETE_NOTES | Delete All Notes Assigned to Case | Public |
| CALL METHOD if_hrasr00_case=>DELETE_NOTES...more details | ||
|
| ||
| DELETE_RELATION | Delete Link Between Case and Objects | Public |
| CALL METHOD if_hrasr00_case=>DELETE_RELATION...more details | ||
| DOCUMENT_DELETE | Delete Document | Public |
| CALL METHOD if_hrasr00_case=>DOCUMENT_DELETE...more details | ||
| FIND_CASE_GUIDS_BY_ATTRIBUTES | Case Search with Case Attributes (Database) | Public |
| CALL METHOD if_hrasr00_case=>FIND_CASE_GUIDS_BY_ATTRIBUTES...more details | ||
| GET_ATTRIBUTE | Determine Value of Specific Attribute | Public |
| CALL METHOD if_hrasr00_case=>GET_ATTRIBUTE...more details | ||
| GET_ATTRIBUTES | Determine All Attributes with Values of Case | Public |
| CALL METHOD if_hrasr00_case=>GET_ATTRIBUTES...more details | ||
| GET_BOR_OBJECTS | Determine All BOR Object References of Case | Public |
| CALL METHOD if_hrasr00_case=>GET_BOR_OBJECTS...more details | ||
| GET_CASE | Determine Case Instance | Public |
| CALL METHOD if_hrasr00_case=>GET_CASE...more details | ||
| GET_DOCUMENTS | Determine All Documents of Anchor | Public |
| CALL METHOD if_hrasr00_case=>GET_DOCUMENTS...more details | ||
| GET_DOCUMENTS_BY_ATTRIBUTES | Document Search with Document Attributes (Database) | Public |
| CALL METHOD if_hrasr00_case=>GET_DOCUMENTS_BY_ATTRIBUTES...more details | ||
| GET_DOCUMENT_VERSIONS | Get All Versions of Document | Public |
| CALL METHOD if_hrasr00_case=>GET_DOCUMENT_VERSIONS...more details | ||
| GET_NOTES | Get All Notes of Case | Public |
| CALL METHOD if_hrasr00_case=>GET_NOTES...more details | ||
| GET_NOTES_DB | Get All Notes of Case | Public |
| CALL METHOD if_hrasr00_case=>GET_NOTES_DB...more details | ||
| GET_PARENT_CASE | Determine Parent Case If It Exists (Database) | Public |
| CALL METHOD if_hrasr00_case=>GET_PARENT_CASE...more details | ||
| GET_PARENT_CASE_FOR_BOR_OBJECT | Determine Parent Case for BOR Object (Database) | Public |
| CALL METHOD if_hrasr00_case=>GET_PARENT_CASE_FOR_BOR_OBJECT...more details | ||
| GET_PARENT_CASE_FOR_DOCUMENT | Determine Parent Case for Document (Database) | Public |
| CALL METHOD if_hrasr00_case=>GET_PARENT_CASE_FOR_DOCUMENT...more details | ||
| GET_SUB_CASES | Determine Subcases Inserted at Anchor | Public |
| CALL METHOD if_hrasr00_case=>GET_SUB_CASES...more details | ||
| INSERT_BOR_OBJECT | Add BOR Object Reference to Case | Public |
| CALL METHOD if_hrasr00_case=>INSERT_BOR_OBJECT...more details | ||
| INSERT_NOTE | Insert Comment to Case | Public |
| CALL METHOD if_hrasr00_case=>INSERT_NOTE...more details | ||
| INSERT_SUB_CASE | Insert Subcase Reference into Current Case | Public |
| CALL METHOD if_hrasr00_case=>INSERT_SUB_CASE...more details | ||
| IS_CHANGED | Is Case Changed? | Public |
| CALL METHOD if_hrasr00_case=>IS_CHANGED...more details | ||
| IS_PERSISTENT | Check If Case Exists in Database | Public |
| CALL METHOD if_hrasr00_case=>IS_PERSISTENT...more details | ||
| LOCK | Lock Case | Public |
| CALL METHOD if_hrasr00_case=>LOCK...more details | ||
| MODIFY_NOTE | Modify Note | Public |
| CALL METHOD if_hrasr00_case=>MODIFY_NOTE...more details | ||
| READ_DOCUMENT_CONTENT | Get Document Contents | Public |
| CALL METHOD if_hrasr00_case=>READ_DOCUMENT_CONTENT...more details | ||
| SAVE | Save Case in Database (Without Commit) | Public |
| CALL METHOD if_hrasr00_case=>SAVE...more details | ||
| SAVE_ALL | Save All Cases in Database (No Commit) | Public |
| CALL METHOD if_hrasr00_case=>SAVE_ALL...more details | ||
| UNLOCK | Unlock Case | Public |
| CALL METHOD if_hrasr00_case=>UNLOCK...more details | ||
| UPDATE_DOCUMENT | Change Attributes and Content of Document | Public |
| CALL METHOD if_hrasr00_case=>UPDATE_DOCUMENT...more details | ||
IF_HRASR00_CASE 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 |
| A_CASE_API | Instance Attribute | Case: RM External API | LIKE IF_SCMG_CASE_API | Public | |
| A_GUID | Instance Attribute | Key for Case | LIKE SCMG_CASE_GUID | Public |
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