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

Description for field value

Former Member
0 Likes
784

Hi All,

I have created a screen field with F4 help.

If i select an entry from the F4 list i need the description to be displayed in next to the field. How can we do this.

Thanks

Partha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
760

Hi

Keep a TEXT field on the screen beside this field and make it as just OUTPUT field in the attributes

Write a select to the table in which that descriptions are there and populate that for that field value.

Reward points for useful Answers

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
760

Hi partha,

Create a view with your required field which u want in F4 help.... then attach that view in your help....

regards,

shardul shah

Read only

Former Member
0 Likes
761

Hi

Keep a TEXT field on the screen beside this field and make it as just OUTPUT field in the attributes

Write a select to the table in which that descriptions are there and populate that for that field value.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
760

Hiii Partha,

You need to define one field for descripion...

Then You must fire query which takes out description and fill that description into that field....

Like For example :

i want vendor's descritpion.....

so

select single name1 from lfa1

into v-1

where lifnr = v-2.

where v-1 is varible which going to store ur descrioption

and v-2 is variable which has already store value which u r going to use....

(Here v-2 is LIFNR - vendor's name)

I hope it may help you...

Regards,

Nirav Parekh

Read only

Former Member
0 Likes
760

Hi,

Just look for foreign key relationship between that table and its check table and u will surely get the answer or go for description for that field using the domain for the same.

Pls reward points.

Regards,

Ameet

Read only

Former Member
0 Likes
760

Hi,

Define a new field which will be placed next to the original field. Than when you selects the field u can select description for the same and put in the table.

Thanks and Regards,

Saurabh Chhatre