cancel
Showing results for 
Search instead for 
Did you mean: 

calling a web dynpro from hcm process and forms

Former Member
0 Kudos

Hi All,

I have a requirement where in i need to call a web dynpro when i click on a drop down in HCM Process and Form(i.e in Adobe Form) and this drop down should get populated via the code written in webdynpro. Can this be done?if yes can anybody please give me an idea how can i achieve this.

Thanks,

Praveen.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

What you can do here is Take a UI element from the Library that is for F4 Value help from the Web Dynpro Native Library.

Now on the Press of the button with Text (?) write the code to fire an event (This code you can copy from the EXIT event of the Dropdown in the HCM P& F native library).Also the Event name to be used is 'USER_EVENT_POPUP'.

Now refer to the SDN thread given below to design the WD Copmonent to be fired.

[http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17919] [original link is broken] [original link is broken] [original link is broken];

thanks

Vishal

Former Member
0 Kudos

HI Vishal,

thanks for your earlier reply,

i have requirement where in i have to read vales or fields from hcm p&f form (adobe form which is isr native) and based on the read values i have to buld a search help . Could you please help me on this.

Thanks,

Praveen.