cancel
Showing results for 
Search instead for 
Did you mean: 

problem in adobe form in sap E-Recruiting

0 Kudos

Hi,

i have an adobe form. which is linked to class interface CL_IM_HRRCF_REQUI_REQUEST and method IF_HRASR00GEN_SERVICE~GET_HELP_VALUES .

the issue is that, after filling the form, after clicking on select button, i can't edit the form.

Please Help me.

Thanks,
Hitesh Kamboj

Accepted Solutions (1)

Accepted Solutions (1)

rakesh_m2
Contributor
0 Kudos

Hi Hitesh,

Could you please check if 'FILLABLE' parameter is set,  while calling form function module?  This parameter makes form interactive and you could edit your fields on the form.   Also, please check the form properties, if it is set to 'Interactive form'

Thanks,

Rakesh

0 Kudos

Hi Rakesh,

ISR Scenario used for this form is : SRQ3 .

FORM SCENARIO : S_HRMSSRCF_REQUISITION .

Link form with scenario :

FORM                                                                 Scenario

S_HRMSSRCF_REQUISITION                          SRQ3

ADOBE FORM used : ISR_MSSRCF_SRQ3 .

And i am using this form for SAP E-recruiting .

Please, tell from where i can check fillable parameter .

When i hit any of the button in that adobe form, all dropdowns got stuck .

I can edit values in Input fields but not for Dropdown fields .

Plus after hitting any of those buttons, it also changes text of all Dropdownfields into the configuration number of those FIELDS .

EX : INDUSTRY TYPE ==== Chemical Industry  and it is set as 53 in configuration .

So when i hit button, this CHEMICAL INDUSTRY changed into "0053" , plus this Dropdown (INDUSTRY TYPE) and all others dropdowns , I can't change them and even i can't select any other entries in those Dropdowns .

Regards,

Hitesh

Former Member
0 Kudos

Hi Hitesh,

Can you do a debugging in IF_HRASR00GEN_SERVICE~GET_HELP_VALUES check HELP_DATASETS changing parameter contains any value after you hit the select button?

Thanks.

regards,

Xiang Li

0 Kudos

Hi Xiang Li,

after hit select button it contains 77 entries.

which causing the problem for matching the below statement.

READ TABLE matchings INTO matching WITH KEY name_form = <help_datasets_wa>-fieldname.

what i have to do now.

Please help.

Thanks,

Hitesh.

sahirn
Active Contributor
0 Kudos

Hi Hitesh,

You say that the issue occurs only after you launch any of WDA search popups. Right?

I suspect this could be due to errors in WDA redering.

There are notes like  1662900 - for rendering WDA.

Please search in SAP notes for such missing notes if any.

( https://websmp208.sap-ag.de/support )

Hope this helps.

Regards,

Sahir.


Answers (2)

Answers (2)

sahirn
Active Contributor
0 Kudos

Hi Hitesh Kamboj,

Since you have not shared any screenshots , I am assuming that your are talking about Requisition form.

Have you created a custom form?

After clicking of the check or send button - there is no response?

Try the below:

Open the form in SFP in edit mode, and in of the menu options you will find and the insert Webdyn Pro script option. Please insert weddyn pro scrip and then activate the form and then rerun the entire scenario.

If the issue persists , please share screenshots for better understanding.

Hope this helps.

Regards,

Sahir.

0 Kudos

Hello Sahir,

Yes i am talking about Requisition Form

I am attaching Screenshots of the problem .

Try the below:

Open the form in SFP in edit mode, and in of the menu options you will find and the insert Webdyn Pro script option. Please insert weddyn pro scrip and then activate the form and then rerun the entire scenario.

I just need to know that what Script code should i put there in ?

I went to SFP, and click over Select Position button and checked the script .

"

//Trigger call to backend for BAdI user command processing


ContainerFoundation_JS.SendMessageToContainer(event.target

, "submit", "", "", "", "");  "

It was the script given .

Screenshots are as follows :

This is what exactly i am facing, pls help .

Regards,

Hitesh

sahirn
Active Contributor
0 Kudos

Hi Hitesh,

What I see happening here is after a popup opens the focus is not returning back to the main window. Hence you are not able to click on any fields.

This appears to be dug to some missing fixes in your system for WDA rendering. It is not issue with the script. This can be confirmed by that fact that everything works fine as long as you do not trigger the popups like Select Position. Right?

Please refer to my earlier response on Jul 3, 2013 1:26 PM .

Hope this helps.

Regards,

Sahir.

0 Kudos

Hi Sahir,

Sorry for being late .I was away.

Yes u r right, the problem happens when we click on these buttons .

Ok, will check these notes and i will tell u then .

Regards,

Hitesh

0 Kudos

hi,

Please help me.

thanks,

hitesh

rakesh_m2
Contributor
0 Kudos

could you please share the screen shot of your issue