2009 Jan 14 1:40 PM
i have two fields in an internal table contract account(dataelement -VKONT_KK) and business partner (data ele -GPART_KK) .both these dataelements have a value table associated with it
this intenal table is passed in the alv grid that is displayed.
however when i get the output display. Only the contract acount have the value help displayed and not for the business partner.
i need both of them with value help.
can any one solve my problem
Thanks
2009 Jan 14 1:46 PM
Hi
For the business partner field use the data element BU_PARTNER as a type when you define ain your program instead of GPART_KK .
Only value table is not enough for the f4 ,it should also have search help assign to it at dataelement level in your case.If you see both the data element you mentioned in the further charecterstic tab you can see no search help is assigned to GPART_KK.
I hope this help you to resolve the issue.
Cheers
Joginder
Edited by: Joginder on Jan 14, 2009 2:46 PM
2009 Jan 14 6:22 PM
Hi Guest,
If you see the Further Characteristics of GPART_KK dataelement, you don't find Search help name mentioned there. VKONT_KK dataelement has search help. Hence you were able to search help for one. Instead of GPART_KK use type BU_PARTNER.
Hope this will help you.
Regards
Sravan
2009 Jan 15 5:35 AM
Hi
Use BU_PARTNER data elements for the business partner. It has an in-built search help BUPA assigned to it.
Hope this helps.
Harsh