Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

f4 help for customer table field

Former Member
0 Likes
393

how to add f4 help for a field currency in custom table

how to add f4 help for a field currency in custom table

2 REPLIES 2
Read only

Former Member
0 Likes
353

Hi....

I have 2 ways of doing it....

1.

Create a search help from the table <b>TCURC(Currency Codes)</b> and use this search in the Data Element of that field then u can get the F4 Help.

2.

Create a data Element with the domain as <b>WERKS</b> and use this Data Element for the table field for which u want to get the F4 help and then establish the Foreign key relation with the table<b> TCURC</b> . you will get the F4 help.

Rewatd points if useful......

Suresh......

Read only

Former Member
0 Likes
353

the function modules is help full for creating f4 help to any field.

'F4IF_INT_TABLE_VALUE_REQUEST' internaltable

'F4IF__VALUE_REQUEST' internaltable