2009 Aug 18 10:25 AM
I know only the Data element , how can i provide search help for that one .please give me the solution as early as possible .
Regards,
Pradeep
I know only the Data element , how can i provide search help for that one .please give me the solution as early as possible .
Regards,
Pradeep
2009 Aug 18 10:28 AM
go to se11,type your data element against data type and choose display..in the tab further characteristics you will find any attached search helps
2009 Aug 18 12:53 PM
Hi ,
Thanx for ur reply but not sufficent .I am generating dynamic Selection fields with list of DataElements , and i dont know the tablename , fieldaname . so i have to get the fieldcatlog for that one with field help information .
Regards,
pradeep .
2009 Aug 18 10:33 AM
If there is no domain for data element, create an elementary search help and add it to data element (further characteristics tab).
2009 Aug 18 12:53 PM
Hi ,
Thanx for ur reply but not sufficent .I am generating dynamic Selection fields with list of DataElements , and i dont know the tablename , fieldaname . so i have to get the fieldcatlog for that one with field help information .
Regards,
pradeep .
2009 Aug 18 10:48 AM
hii pradeep,
Try creating custom data element referring to standard one and give disciption as required. Use this data element in elementary search help while specifying parameters for required field
this is quite elaborated
you have to create a Data element...using matnr(eg)
goto se11 -> select data type : enter a name for the data element say 'BOMCOMP ..-> create -> now select Data Elemnt ->give discription -.> enter Domain name as MATNR -> give any one of the fild label..(can be same as disription).
now you use this data elent to define your internal table like:
types : begin of itab,
matnr type BOMCOMP,
-
-
end of itab.
data: gt_itab type standard table of itab
rgrds,
Shweta
2009 Aug 18 12:50 PM
Hi Swetha ,
Thanx for ur reply but not sufficent .I am generating dynamic Selection fields with list of DataElements , and i dont know the tablename , fieldaname . so i have to get the fieldcatlog for that one with field help information .
2009 Aug 18 10:58 AM
Hi,
If u reffereing a field through data element....Create a search help either elementary or collective
and add that to u'r data element..
Regards,
Naveen M.
2009 Aug 18 12:52 PM
Hi ,
Thanx for ur reply but not sufficent .I am generating dynamic Selection fields with list of DataElements , and i dont know the tablename , fieldaname . so i have to get the fieldcatlog for that one with field help information .
Regards,
pradeep .
2009 Aug 18 1:00 PM
2009 Aug 18 1:59 PM
Hi ,
I used that one but no use it's its not giving field help information . for field help if i use f4if_fieldvalue_request i get the F4 but i cant provide f4 for each field, I want the standard Search help or field help values existed at DataElement Level .
Regards,
Pradeep .
2009 Aug 18 2:27 PM
Fields SHLPNAME and SHLPFIELD are returned in DD04L_TAB_A exported parameter of DD_DTEL_SET_GET, if initial look a fields VALEXI and ENTITYTAB.
Don't forget that by using data elements, you and your report wont find the search helps generated by foreign keys relation, for data element which do not carry a search help or a domain with values or value table you MUST provide a table with foreign keys.
You may find search help attached to a table, view or field of any of those two.
e.g. : MEINS - domain as value table T006 (ENTITY TABLE) and table T006 has search help H_T006.
Regards,
Raymond