cancel
Showing results for 
Search instead for 
Did you mean: 

Trigger Adobe Window from HCM Form

Former Member
0 Kudos

Hi All,

We have a requirement where we have to open a ABAP Dynpro window when a button on an HCM Form is pressed.

Certain data would be selected in the Abap Dynpro window and the same would be passed back to the Form.

Any idea how this can be done.

Is any enhancement needs to be done in the standard Dynpro pro component HRASR00_process_execute which contains the HCM Form ?

Regards,

Sameer Tapre.

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Do you mean WD ABAP window here? If yes then you will have to use a button of submit type and in the onSubmit handler you can write the code for new window popup.

Former Member
0 Kudos

Hi Chintan,

Yeah, Web dynpro Abap Window.

But as this is a HCM Form, it is embedded as a view element on a SAP standard Web Dynpro component HRASR00_processs_execute.

Will i have to enhance the standard componenet?

jigarlotia
Participant
0 Kudos

Hi Sameer,

You dont need to enhance the SAP standard Web Dynpro component HRASR00_processs_execute. This is currently supported with HCM forms and processes. You only need to create your ABAP webdynpro that you want to pop up through form in a certain way.

Refer to the blog /people/ian.stubbings/blog/2010/02/22/hcm-processes-forms-web-dynpro-abap-search-helps for step by step details. There are some standard webdynpro delivered as example and are highlighted in the blog as well.

Hope this helps.

Jigar

Answers (0)