cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the F4 help for table columns ..

veerendra_nath2
Explorer
0 Kudos

Dear All,

Here I have created table with cell editors of INPUT FIELD .

And I would like to provide the f4 help for those columns .

Here I have checked the node , which i have binded to the table, there input help mode is set to Automatic and search helps are also attached for that node .

But in the table I am not getting the F4 help . Where as if i create the input fields invidually i am able to see the F4 help .

But for table column I am unable to find..

Help me regard this...

Thanks & regards,

Veerednra Nath

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I tried the same as what you mentioned, but for me its showing up F4 helps.

I guess your table must have got marked as readonly. Just check with that.

If automatic helps are provided for the attribute then no need of setting anything to the table to get F4 help. It automatrically sets F4 for the respective field in table.

Also once check with your node binding.

Thanks,

Tejaswini

veerendra_nath2
Explorer
0 Kudos

Hi,

Thank you for the reply .

I have checked for all properties.

Table column ( cell -- INPUT FIELD ) properties and the properties of the one which I have created individually INPUT FIELD are same .

I am not getting the F4 help for table column , but I am getting the F4 help for INPUT FIELD if create separately .

And node caridinality I have set to 1:n .

Thanks & Regards,

Veerendra Nath

Former Member
0 Kudos

Hi,

Have you some where deactivated the helps. Check for the entries in Search Help.

Also check the DE and SH attached to it are given properly.

Can you check in debugging, for that COLUMN(field) IF_WD_CONTEXT_NODE_INFO property where the list of attirbutes are give as collection, In that table check for that field and its' properties(VALUEHELPID, VALUEHELPMODE)

Regards,

Lekha.

veerendra_nath2
Explorer
0 Kudos

Hi ,

In the table column field I did not see the properties (VALUEHELPID, VALUEHELPMODE) .

can you explain me in detail .

Thanks in advance .

Regards,

Veerendra Nath

Former Member
0 Kudos

In Debugging, for that NODE reference(IF_WD_CONTEXT_NODE) -check the entry for node info, and in that you can find the atributes list. Now for that field where Input help isthere, check for those properties.

veerendra_nath2
Explorer
0 Kudos

Hi,

In debugging , the I have seen the node info attributes list ( VALUE_HELP_ID and VALUE_HELP_MODE ) .

For you understanding, Here I am giving the values which contains ,

VALUE_HELP_ID contains the AUTO:VBUK

AUTO:VBUP

AUTO:MAT1

AUTO:H_T023

and

VALUE_HELP_MODE contains the all Zeros for all the four attributes .

Hope I have given correct inputs .

Thanks & Regards,

Veerendra Nath

Former Member
0 Kudos

Hi,

Can you provide me that FIELD NAME/context attribute name it's DE and SH if it is a standard field

In the TABLE, i have tried it out with table VBAK and field VBELN as input field, Inputhelp is VBUK. I'm able to get the values

in F4.

What is the context attribute name and the DE for that you have given.

Regards,

Lekha.

veerendra_nath2
Explorer
0 Kudos

Hi,

Here I have created the Node with refrence to dictionary structure VBAP, with the attributes VBELN

POSNR , MATNR , MATKL , ARKTX , all are standard fields only .

And I have created the table with INPUT FIELD cell editiors .

And I have given the cardinality 1: n .

Infact I dont know where to check whether it is DE or SH .

Thanks & Regards,

Veerendra Nath

Former Member
0 Kudos

Hi,

I have also used the VBAK strucutre with VBELN. I'm getting the values in F4 for VBELN.

In the Node, VBELN what is the Helpmode and table name given.

One thing you do, try to create the TABLE again and also CREATE BINDING and check it out.

veerendra_nath2
Explorer
0 Kudos

Hi,

I have tried with creating the new table also . Still I am not getting .

For your information , Here I am giving the attribute properties

Attribute Name : VBELN

Type assignment : Type

Type : VBAK-VBELN

Read-only : Unchecked

Default Value : space

Null Value : unchecked

Input Help Mode : Automatic

Determined Input Help : VBUK

Type of Input Help : Check Table

Compression : Default Value

Thanks for your support ...

Regards,

Veerednra Nath

Former Member
0 Kudos

HI,

all things u have done are fine....

Plz check whether ur table column is editable or not....

Former Member
0 Kudos

HI,

all things u have done are fine....

Plz check whether ur table column is editable or not....

veerendra_nath2
Explorer
0 Kudos

Hi,

table column is editable only... I am able to enter any value there . I defined cell editor has a INPUT FIELD .

Thanks & Regards,

Veerendra Nath