2007 Jul 06 8:35 AM
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.
2007 Jul 06 8:40 AM
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
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
2007 Jul 06 8:38 AM
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
2007 Jul 06 8:40 AM
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
2007 Jul 06 8:41 AM
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
2007 Jul 06 8:42 AM
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
2007 Jul 06 10:07 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |