cancel
Showing results for 
Search instead for 
Did you mean: 

RESTful ABAP Programming RAP F4 Help for abstract Entity in actions

VijayCR
Active Contributor
4,577

Hi All,

I am currently using a dialog for the action using a abstract entity for a unmanaged scenario .

I would like provde a F4 help for the field displayed in the dialog .However abstract entity is not able to show any F4 Help.

Could you please let us know if there is any possibility for the same ?

Thanks,

Vijay

koonalaanand1
Explorer
0 Kudos

vijay.simha how you were able to resolve this one. I am using oData V2. My custom pop up is coming but even after exposing the help in service definition help doesn't comes up.

koradaramjee789 any further directions on this one ?

VijayCR
Active Contributor
0 Kudos

Issue is with BAS sync issue with the new BAS sync feature with SAP there is Bug and we are still waiting for SAP to resolve it.

koonalaanand1
Explorer
0 Kudos

Hi Vijaya,

Any update on the F4 help issue. Are you guys using oData V2 as well ?

My f4 help is not showing up on the UI but work in eclipse adt.

Regards,

Kunal

anil_lahori2
Explorer
0 Kudos

Dear ABAP Practitioners,

Please help me with implementing f4 help in an unmanaged scenario.

I want give a value help to the user by pressing f4 . Pls let me know how to do it .

Thanks,

Anil

View Entire Topic
CarineTchoutouo
Product and Topic Expert
Product and Topic Expert

Hello Vijay,

You can achieve this by defining the appropriate value help for the relevant elements of the CDS abstract entity using the CDS annotation @Consumption.valueHelpDefinition for the parameter. This can be done either directly in the CDS data definition of the abstract entity or separately using a CDS metadata extension.


Here is an example:

Hope this helps.

Kind regards,
Carine

petr_kobza
Advisor
Advisor
0 Kudos

Hi Carine,
This works only if you delete the line "sap-value-list": "none" from manifest.json as mentioned by jorgebastos.
One thing is still missing - the concatenation of key and name eg. 0001 (SAP AG) is still missing..
Kind regards,
Petr