2009 May 25 12:47 PM
Hi All,
I have created one elementry search help and created one view for the selectiom method.
Values are taking from that view output.
When pressing F4 possible entries are coming with standerd label of data element documentation.
My question is can I change this standerd heading of output.
For example in F4 help one heading is Material Number.
Can I change this standard Text? (Somthing like BOM Component )
Thanks in advance.
2009 May 25 3:56 PM
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. Let me know if this helps.
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. Let me know if this helps.
2009 May 25 3:56 PM
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. Let me know if this helps.
2009 May 26 5:28 AM
Hi Gouri,
Its working out and thanks for the help.
Have a nice day.
2009 May 25 4:05 PM
Hi Amba,
You can change these headings. These headings are coming from 'Data element' names provided at search help parameters. Create a new data element copying existing data element and change its description according to your requirement and use this new data element to 'Data element' name for search help parameter. Save and activate search help.
Thanks,
Vinay
2009 May 26 4:40 AM
Hello ,
You can create the same with the Data Element , and then added in your program.
Regards
Sathish
2009 May 26 4:47 AM
2009 May 26 4:59 AM
hi,
yes can relsolve this issue.
1) you have to create a Data element...using matnr.
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.
finished~!!!!
regards,
Safel
2009 May 26 5:31 AM
Hi Vinay, Sathish, Safe1007,
thanks a lot for your help especially safe1007.
Karthik,
From here itself I will use a meaningful heading.
Thanks and regards,
Amba
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |