cancel
Showing results for 
Search instead for 
Did you mean: 

Validate in Adobe Interactive Forms (HCM)

Former Member
0 Kudos

Hi,

Good day to everybody.

Service is create in HCM. Form scenario and ISR scenario is complete. This is configure in SPRO. The form is publish into portal. Now there are 5 view in Adobe.

1. Select Employee.

2. Select Process

3. Edit

4. Check and Send

5. Completed

Right now stuck in no 3 view. In Edit step, "Check and Send" button is click. At this time, it require to validate. Example, validate field length or make compare. However, not sure where to create. Can anyone guide this? Kindly provide step-by-step.

FYI, this is HCM process. Configuration is at Personal Management->HR Administrative.

Thank You,

Aaron

Accepted Solutions (0)

Answers (1)

Answers (1)

valter_oliveira
Active Contributor
0 Kudos

Hi YuChoong.

If you want to validate before submit click, you can use the value patterns in the fields (Inside your Layout object box).

To validate after Submit click, check method OnActionSubmit in your WD. You have programming patterns to capture PDF field values, and displayng error messages in PDF.

Reward helpfull ideias,

Best regards.

Valter Oliveira.

Former Member
0 Kudos

Hi

please check the Note1049057 - ISR documentation - "ISR Cookbook".

This cooks tells about , how the ISR frame work works.

each sceanrio will have a BADI implementation in R/3 side.There you have to write your all code.

Thanks

Gopal

Former Member
0 Kudos

Thank you for the feedback, Gopal.

However, ISR Cookbook cannot apply on HCM. In PCR, you have option add BADI. This can be done in ISR Scenario. However, for HCM it does not exist. There is no option to add BADI. The BADI cannot be bind to it. Therefore, validation cannot be trigger from BADI.

Any feedbacks or resolution will be helpful.

Thank You,

Aaron