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

search help

Former Member
0 Likes
865

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.

1 ACCEPTED SOLUTION
Read only

former_member215917
Active Participant
0 Likes
833

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.

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.

7 REPLIES 7
Read only

former_member215917
Active Participant
0 Likes
834

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.

Read only

0 Likes
833

Hi Gouri,

Its working out and thanks for the help.

Have a nice day.

Read only

Former Member
0 Likes
833

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

Read only

Former Member
0 Likes
833

Hello ,

You can create the same with the Data Element , and then added in your program.

Regards

Sathish

Read only

Former Member
0 Likes
833

Give a meaningful subject line.

Regards

Karthik D

Read only

Former Member
0 Likes
833

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

Read only

0 Likes
833

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