SAP IF_HRASR00_PROCESS_EXECUTE OO Class - Service layer for HCM Processes and Forms
IF_HRASR00_PROCESS_EXECUTE 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_PROCESS_EXECUTE 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_PROCESS_EXECUTE 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 |
| ADD_ATTACHMENT | Save the attachments for a process | Public |
| CALL METHOD if_hrasr00_process_execute=>ADD_ATTACHMENT...more details | ||
| APPROVE_FORM | Execute the APPROVE event | Public |
| CALL METHOD if_hrasr00_process_execute=>APPROVE_FORM...more details | ||
| BACK_TO_AGENT | Execute the back to agent event | Public |
| CALL METHOD if_hrasr00_process_execute=>BACK_TO_AGENT...more details | ||
| BACK_TO_AUTHOR | Execute the back to author event | Public |
| CALL METHOD if_hrasr00_process_execute=>BACK_TO_AUTHOR...more details | ||
| CHECK_FORM_DATA | Execute the CHECK event | Public |
| CALL METHOD if_hrasr00_process_execute=>CHECK_FORM_DATA...more details | ||
| CONTINUE_WITH_ERRORS | Execute the CONTINUE event in case of errors | Public |
| CALL METHOD if_hrasr00_process_execute=>CONTINUE_WITH_ERRORS...more details | ||
|
| ||
| DELETE_ATTACHMENT | Delete an attachment | Public |
| CALL METHOD if_hrasr00_process_execute=>DELETE_ATTACHMENT...more details | ||
| DELETE_DRAFT_FORM | Execute the DELETE_DRAFT event | Public |
| CALL METHOD if_hrasr00_process_execute=>DELETE_DRAFT_FORM...more details | ||
| EXECUTE_USER_EVENT | Execute standard user events(Initialize and Check) | Public |
| CALL METHOD if_hrasr00_process_execute=>EXECUTE_USER_EVENT...more details | ||
| FILL_EXTERNAL_DATA_STEP_PROPS | Public | |
| CALL METHOD if_hrasr00_process_execute=>FILL_EXTERNAL_DATA_STEP_PROPS...more details | ||
| FORWARD_FORM_2_EXPERT | Execute the forward to expert events | Public |
| CALL METHOD if_hrasr00_process_execute=>FORWARD_FORM_2_EXPERT...more details | ||
| GET_ATTACHMENTS | Get the attachments for a process | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_ATTACHMENTS...more details | ||
| GET_CONFIRMATION_TEXT | Get confirmation text | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_CONFIRMATION_TEXT...more details | ||
| GET_F4_HELP_VALUE | Get F4 Help Value | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_F4_HELP_VALUE...more details | ||
| GET_HELP_VALUES_FOR_FIELDS | Get help values for fields | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_HELP_VALUES_FOR_FIELDS...more details | ||
| GET_HISTORY | Get the list of users involved in the process | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_HISTORY...more details | ||
| GET_LINKS_LIST | Get list of links for a form scenario | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_LINKS_LIST...more details | ||
| GET_PROCESS_INFO | Get process information | Public |
| CALL METHOD if_hrasr00_process_execute=>GET_PROCESS_INFO...more details | ||
| INITIALIZE_FORM | Initialize form data for process start | Public |
| CALL METHOD if_hrasr00_process_execute=>INITIALIZE_FORM...more details | ||
| INITIALIZE_FORM_STEP_GUID | Initiailize form from Step object GUID | Public |
| CALL METHOD if_hrasr00_process_execute=>INITIALIZE_FORM_STEP_GUID...more details | ||
| REJECT_FORM | Execute the REJECT event | Public |
| CALL METHOD if_hrasr00_process_execute=>REJECT_FORM...more details | ||
| SAVE_DRAFT_FORM | Execute the SAVE_DRAFT event | Public |
| CALL METHOD if_hrasr00_process_execute=>SAVE_DRAFT_FORM...more details | ||
| SUBMIT_FORM_DATA | Execute the SEND event | Public |
| CALL METHOD if_hrasr00_process_execute=>SUBMIT_FORM_DATA...more details | ||
| WITHDRAW_PROCESS | Withdraw the process instance | Public |
| CALL METHOD if_hrasr00_process_execute=>WITHDRAW_PROCESS...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