cancel
Showing results for 
Search instead for 
Did you mean: 

hcm process as callable object in GP

Former Member
0 Kudos

Hi All,

We have HCM form and processes application - asr_process_execute .. as one of the callable object in the guided procedure..

My requirement is when the user presses the complete button there should be a validation to check if the user has actually executed the processes in WD ABAP application or not .. if yes .. then complete button should go smooth ... if not .. then some error message should come..

Hope the above explanation is clear ...

Thanks in advance.

Best Regards,

Akshay..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Akshay,

What do you mean by actually executing the WDA application.

If you look at the process in design time for each callable object,you have result states(Buttons) and you can mention target(Action) for each of those states .so call one action and validate it

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hey Bala,

Thanks for the response. You got it right you have a result state button where u can select the target.

But how do u get to know if the user has executed the process by pressing the send button on the form which is the embedded inside wd abap application ASR_PROCESS_EXECUTE which inturn is embedded in the callable object?

Only when u get this information .. we can use it to contol the processing of the Callable Object.

Best Regards,

Akshay

Former Member
0 Kudos

Akshay,

Some data in the backend might have changed when you press send button.validate that data in some custom application and create a callable object ,action for that custom application and set the target

Thanks

Bala Duvvuri

Answers (1)

Answers (1)

Former Member
0 Kudos

Please explain clearly