cancel
Showing results for 
Search instead for 
Did you mean: 

HCM P&F Fiori - F4 help (in a popup format)

newmiadpe
Explorer
731

Hi,

For the first time I need to implement a dependent value help in a popup format (till now I always did it with dependent dropdown fields).

I followed all the steps in the "A comprehensive guide for configuring SAP P&F for Fiori" document, section "Implementation of dependent value help or F4 Help (in a popup format)", but I still have an issue...

-I set the field I0001_BUKRS as the F4 Parent Field of RCV_MGR_UNAME:

newmiadpe_0-1723793005743.png

-I added all the fields in the new Backend Service:

newmiadpe_1-1723793116507.png

-It's working fine for the default value of field I0001_BUKRS, I receive it in the GET_HELP_VALUES correctly:

newmiadpe_3-1723793231513.png

-Then, when I change the value for the I0001_BUKRS dropdown field into the screen, the new value is reflected correctly in the F4 help popup...

newmiadpe_4-1723793385650.pngnewmiadpe_5-1723793405818.png

-...BUT not arriving in the Backend Service GET_HELP_VALUE, is arriving the default value:

newmiadpe_6-1723793467221.png

Any idea about what I'm missing here?

Thanks !!

Miguel Angel.

 

Accepted Solutions (1)

Accepted Solutions (1)

Joseph_BERTHE
Active Contributor
0 Kudos

Hello,

I am encountering the same problems. I want to link the country (dropdown list) with the region (input field with Matchcode). I notice that when I change the country, Fiori does not send a request to the backend, so it does not know that the instance has a different country. Moreover, I feel that even if the country is in the Where clause of the region, P&F does not take it into account.

I tried using User Events, but I did not see any difference. Do you have any documentation or examples that show how this works?

I also tried using a Generic Service, but in the GET_HELP_VALUES method, I do not have the search help filters, and I do not feel that there is an API that allows me to retrieve the filters from the OData request.

If you have any information/examples, that would be great. I am struggling to explain to my client that this basic functionality is not possible or is difficult to implement!

Help me 🙂

newmiadpe
Explorer
Hi Joseph, as I commented to Chris, I only have experience (positive experience) working with simple dependent dropdowns... I'm not able to implement the Input fields with a matchcode 😞

Answers (2)

Answers (2)

newmiadpe
Explorer
0 Kudos

Hi Chris,

Yes, I see... Till now I've implemented the dependent fields with dropdowns, one by one, as you did it...

Reading SAP notes, I see there are a LOT of issues with Fiori P&F lately... Some weeks ago I read this note about multiple parents and I thought I could implement it:

newmiadpe_0-1724408516981.png

But not sure is a good idea... several SAP notes related to search help:

newmiadpe_1-1724408595179.pngnewmiadpe_2-1724408609464.png

I think I will continue working with simple dependent dropdowns......

Thanks!

Miguel Angel.

 

 

ChrisSolomon
Active Contributor
0 Kudos
yes....they came out with that "fix" after I personally (through my client) provided them a scenario where multiple "parents" might be needed...but their "fix" was only half-baked and did not address a lot of the real underlying problems with how they implemented this for Fiori HCMPF.
newmiadpe
Explorer
0 Kudos

Hi,

Not yet, still trying to figure it out...

Miguel Angel.