cancel
Showing results for 
Search instead for 
Did you mean: 

how to get the f4 functionality to know the table name

Former Member
0 Kudos

my requirement is same like se11 operation as there in the input box we put z* and the press f4 the it show all the ztable with discriptions the we select any one of the table then we execute it . i have to do in the similar way , where i have done one input box where iam giving the table name and then as follows , suggest me how to do the first one

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sarfaraz,

You already have input field in your view then create a context attribute with type DD02L-TABNAME and input help mode is Automatic then bind this attribute to your input field. Thats all you will get the output as you required.

Former Member
0 Kudos

i have tried as same u advise but i did get the output , can any give me the solution

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Define the context attribute as type DD02D-DBTABNAME. You will see the Input Help Mode get set to Automatic and the Input Help will be DD_DBTB_16. This is what I have used in my Web Dynpro version of SE16 and the value help works just fine.