cancel
Showing results for 
Search instead for 
Did you mean: 

f4 help to individual cell in a table.....

Former Member
0 Kudos

dear technie,

i m working on tables and want to give the f4 help on each and every individual cell, can you please help me out with this...i tried to give a drop down at evry cell but i guess thats not possible...if at all you have any answer to my querie please do reply....

thanks and regards...

Vinit.B.Mehta

Accepted Solutions (0)

Answers (2)

Answers (2)

S-H
Active Participant
0 Kudos

Hi Vinit,

For table control, if you want to have F4 on each and individual cell then associate the search helps for all the attributes of the context node which is bind to the table.

i.e. For the attributes of the context node which is bind to the table, change the attribute Input Help Mode based on the requirement. For more information regarding Input help mode refer the following link

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/3d/e53642e2a3ab04e10000000a1550b0/frameset.htm</a>

Once we do the above steps means associating the search help to all attributes then F4 help automatically comes for the editable cells (like InputField UI elements in table).

We can also have dropdown for every cell in table. Like you can associate the Dropdownbykey or dropdownbyIndex UI element for each cell of in table. in WDDOINIT we can write codes to populate the dropdown values.

But note that dropdown will be only visible when we have some records either blank or with data in the table control otherwise dropdown will not be visible.

Hope this helps.

Best regards,

Suresh

Former Member
0 Kudos

Please check SALV_WD_DEMO_TABLE_F4 WDA Program. This demo program from SAP has something similar to what you are looking for. Hope this helps.

Regards