There is a standard program RPASR_TEST_PROCESS_EXECUTION for developer to test solely on process without involving adobe form.
Or you can use transaction code HRASR_TEST_PROCESS to access to this program.
Example you want to raise a special payment for an employee, and you would like to test the functionality of the process
- Firstly, open HRASR_TEST_PROCESS transaction code.
- Secondly, fill in
Application, for this case we will be using SAP_PA
Process as HR_PA_XX_SPECIAL_PAYMENT_1
Employee number as 27831, and
Role of initiator, you can use any of the role below to trigger this process.
HRASRA HR Administrator
HRASRB Manager
HRASRC XI Inbound
HRASRD Employee
HRASRE Expert for Error Handling
Or you can use transaction code HRASR_TEST_PROCESS to access to this program.
Example you want to raise a special payment for an employee, and you would like to test the functionality of the process
- Firstly, open HRASR_TEST_PROCESS transaction code.
- Secondly, fill in
Application, for this case we will be using SAP_PA
Process as HR_PA_XX_SPECIAL_PAYMENT_1
Employee number as 27831, and
Role of initiator, you can use any of the role below to trigger this process.
HRASRA HR Administrator
HRASRB Manager
HRASRC XI Inbound
HRASRD Employee
HRASRE Expert for Error Handling
Execute it and system will simulate what are the fields value exactly the same as value to be passed to adobe form, if you test this in portal.
You can utilize the "Initialize" and "Check" button to trigger initialize / do_operation event in your generic service. You can also send this request to test if your workflow.
No comments:
Post a Comment