cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Mandatory upload of attachments

Former Member
0 Kudos
266

Hi

We run ECC 6.0 EHP4 and have a requirement for the attachment UI in the applicationwizard for our external candidates. The requirement is to make it mandatory to upload an attachment. I have tried manipulating with a component configuration for HRRCF_C_ATTACHMENTS_UI but with no luck. Can it be done without enhancement?

Best regards

Jan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

No I don't think so. I would maybe enhance the last step in the wizard where the candidate releases his profile. There you could do a check to make sure there is an enhancement, if not => throw an error message).

Answers (1)

Answers (1)

0 Kudos

Hi Jan

Andy is right, even with HRRCF_C_ATTACHMENTS_UI there is no specific way to make the attachments tab mandatory , as in the component configuration you can only set fields to required

not the whole component. As this cannot be done in standardso I am afraid you would have to modify this to your needs.

If you decided to do this via the application wizard, you would need to do a custom modification in HRRCF_C_ROADMAP_UI. You just have to make sure that the attribute is_navigation_forbidden

is set to abap_true for navigating before particular fields are set.

There is a PDF in note 1431610 that might be useful for this.

Hope its useful

Sally