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

Search help with description

HariDegala
Explorer
0 Likes
610

Hi ,

I have four ztables like ZA,ZB,ZC,ZD. All these tables conatining following fields step,reticle,mfgloc,wired,attribute1,attribute2.

I have four t-codes also ZA,ZB,ZC,ZD.

F4 help should display description values attached with the actual values upon pressing F4 for fields

Step

Reticle

MfgLoc

Wired

Attribute1

Attribute2

For all transaction codes: ZA, ZB, ZC, ZD .

regards,

Hari

Hi,

For all the 4 z-table fields,you have to maintain a check table.In this check table,you maintain the field value and its description.After that,make a search felp and assign this search help to the fields.

2 REPLIES 2
Read only

Former Member
0 Likes
546

write a select statement with a join with the table where the descriptions are stored. Then use the FM F4_IF_INT_TABLE_VALUE_REQUEST for obtaining the search help functionality.

Read only

Former Member
0 Likes
546

Hi,

For all the 4 z-table fields,you have to maintain a check table.In this check table,you maintain the field value and its description.After that,make a search felp and assign this search help to the fields.