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: 

How to get the text from search help

0 Kudos
1,509

Hi guys,

I need help,how can i get the text from the search help?

There is a table or something that i can get this text?

Text that I need is in the file attached.

1 ACCEPTED SOLUTION

former_member196331
Active Contributor
0 Kudos
1,116

Long back i did some research,
Program : WDTMFORS

Here search for form display_result

find enhancement point. You can get RECORD_TAB[] table, here search help results will be display, after press f4 of search help after press the execute button.


9 REPLIES 9

matt
Active Contributor
1,116

Do whatever it is that manually gets you the text while running an SQL trace. Then look at the tables that have been hit.

1,116

This is IMHO the best answer that will not only solve just one particular issue but will serve well for years to come to answer many questions in SCN.

1,116

SAT may also be an option. It has the advantage to not just show the tables accessed but also from where in the code it happens. Sifting through it can be a bit hit and miss but you also never know what neat piece of code/routine you might happen upon!

matt
Active Contributor
1,116

Good point. SAT shows you the structure, so that's more helpful than the SQL trace, which only shows the bit of code where the table is accessed.

binhlht
Participant
1,116

Go to SE38, program SAPLTR_OBJECTS.

Texts are in the text element

Regards,

Binh

roberto_forti
Contributor
0 Kudos
1,116

Hi Jorge,

Going to ABAP Dictionary SE11 and analyze corresponding table to identify because Search helps can be associated in ABAP Dictionary with components from structures, data elements, and check tables

Regards

1,116

Also, text table

former_member196331
Active Contributor
0 Kudos
1,117

Long back i did some research,
Program : WDTMFORS

Here search for form display_result

find enhancement point. You can get RECORD_TAB[] table, here search help results will be display, after press f4 of search help after press the execute button.


0 Kudos
1,116

Good morning Kali Charan

Would you know where the Comments in Hana Views are stored ?

Thank you

Amaury