cancel
Showing results for 
Search instead for 
Did you mean: 

F4 Help in HCM Forms

Former Member
0 Kudos

Hi,

I have a interactive form.

im using HCM Process & forms tool,this uses ABAP BAsed interface.

Now i would like to F4 help for a field(PA0007-SCHKZ).

This field is having Explicit search help(H_T508A).

Nowi binded the interface field and assigned the variable name of drop down thru scripting using Value Help control.

But Value help is not populated in form.

Is there any thing missing

does explicit search help is supported for value help.

Thanks ,

Nachy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Nancy,

I am experiencing same issue.

According to OSS note 1299290, it should work.

Did you test value help using webdynpro application wdr_adobe_test?

Value help works fine in that application.

Anyway I am waiting for ABAP to apply that note, will let you know once I get success.

Former Member
0 Kudos

1. We have analyzed the solution implemented for standard process based on you can follow two ways as below.

a . HR_PD_MOVE_POSITION. This process uses WD ABAP Component

HRASR_C_POSITION to provide the search help.

The WD ABAP Component HRASR_C_POSITION inturn uses Component

OBJECTDATAPROVIDER and OADP object ASR_POS_SEARCH.

b. to use ISR Native library, and use 'ISR Text Edit- Value Help'.

A pop-up with search list will be displayed,though we would not have thefiltering option, but the scroll bar.

2. HCM Processes and Forms does not support the use of

OVS and EVS. Also, WD ABAP and WD JAVA are two differents applications

and therefore there can be a few differences in implementations of

certain functionalities.

In WD ABAP, we can achieve the desired functionality (with filter) with

'FORM_WINDOW' control.

Former Member
0 Kudos

Thanks for the detail answer.

It is very strange that I don't see HR_PD_MOVE_POSITION in design time tool even I am using Ehp4 ECC 6.

Can you tell me how they assign WD Cmp to the value help in the form ?

For example, I am using same value help method which is used in ABAP WD 'WDR_TEST_ADOBE'.

Thanks.

Former Member
0 Kudos

Hey,

Check this blog by Ian Stubbings

/people/ian.stubbings/blog/2010/02/22/hcm-processes-forms-web-dynpro-abap-search-helps

To get the process in HR_PD_MOVE_POSITION in design time tool ,you have to import from your client 00

" To use the sample processes provided with HCM Processes and Forms, you must copy the objects in the following object lists from the client 000 to your current client:

Goto SCC1 tcode from your target client eg:100 then enter the source client as 00 and request number is "HRASR_PROCESSCONTENT_VP" and execute all teh sample process should be available now.