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 NameDescriptionVisability
ADD_ATTACHMENTSave the attachments for a processPublic
CALL METHOD if_hrasr00_process_execute=>ADD_ATTACHMENT...more details

APPROVE_FORMExecute the APPROVE eventPublic
CALL METHOD if_hrasr00_process_execute=>APPROVE_FORM...more details

BACK_TO_AGENTExecute the back to agent eventPublic
CALL METHOD if_hrasr00_process_execute=>BACK_TO_AGENT...more details

BACK_TO_AUTHORExecute the back to author eventPublic
CALL METHOD if_hrasr00_process_execute=>BACK_TO_AUTHOR...more details

CHECK_FORM_DATAExecute the CHECK eventPublic
CALL METHOD if_hrasr00_process_execute=>CHECK_FORM_DATA...more details

CONTINUE_WITH_ERRORSExecute the CONTINUE event in case of errorsPublic
CALL METHOD if_hrasr00_process_execute=>CONTINUE_WITH_ERRORS...more details

DELETE_ATTACHMENTDelete an attachmentPublic
CALL METHOD if_hrasr00_process_execute=>DELETE_ATTACHMENT...more details

DELETE_DRAFT_FORMExecute the DELETE_DRAFT eventPublic
CALL METHOD if_hrasr00_process_execute=>DELETE_DRAFT_FORM...more details

EXECUTE_USER_EVENTExecute standard user events(Initialize and Check)Public
CALL METHOD if_hrasr00_process_execute=>EXECUTE_USER_EVENT...more details

FILL_EXTERNAL_DATA_STEP_PROPSPublic
CALL METHOD if_hrasr00_process_execute=>FILL_EXTERNAL_DATA_STEP_PROPS...more details

FORWARD_FORM_2_EXPERTExecute the forward to expert eventsPublic
CALL METHOD if_hrasr00_process_execute=>FORWARD_FORM_2_EXPERT...more details

GET_ATTACHMENTSGet the attachments for a processPublic
CALL METHOD if_hrasr00_process_execute=>GET_ATTACHMENTS...more details

GET_CONFIRMATION_TEXTGet confirmation textPublic
CALL METHOD if_hrasr00_process_execute=>GET_CONFIRMATION_TEXT...more details

GET_F4_HELP_VALUEGet F4 Help ValuePublic
CALL METHOD if_hrasr00_process_execute=>GET_F4_HELP_VALUE...more details

GET_HELP_VALUES_FOR_FIELDSGet help values for fieldsPublic
CALL METHOD if_hrasr00_process_execute=>GET_HELP_VALUES_FOR_FIELDS...more details

GET_HISTORYGet the list of users involved in the processPublic
CALL METHOD if_hrasr00_process_execute=>GET_HISTORY...more details

GET_LINKS_LISTGet list of links for a form scenarioPublic
CALL METHOD if_hrasr00_process_execute=>GET_LINKS_LIST...more details

GET_PROCESS_INFOGet process informationPublic
CALL METHOD if_hrasr00_process_execute=>GET_PROCESS_INFO...more details

INITIALIZE_FORMInitialize form data for process startPublic
CALL METHOD if_hrasr00_process_execute=>INITIALIZE_FORM...more details

INITIALIZE_FORM_STEP_GUIDInitiailize form from Step object GUIDPublic
CALL METHOD if_hrasr00_process_execute=>INITIALIZE_FORM_STEP_GUID...more details

REJECT_FORMExecute the REJECT eventPublic
CALL METHOD if_hrasr00_process_execute=>REJECT_FORM...more details

SAVE_DRAFT_FORMExecute the SAVE_DRAFT eventPublic
CALL METHOD if_hrasr00_process_execute=>SAVE_DRAFT_FORM...more details

SUBMIT_FORM_DATAExecute the SEND eventPublic
CALL METHOD if_hrasr00_process_execute=>SUBMIT_FORM_DATA...more details

WITHDRAW_PROCESSWithdraw the process instancePublic
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!