2018 Aug 07 4:29 PM
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.
2018 Aug 11 10:13 AM
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.
2018 Aug 07 9:01 PM
Do whatever it is that manually gets you the text while running an SQL trace. Then look at the tables that have been hit.
2018 Aug 08 9:15 PM
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.
2018 Aug 13 10:23 AM
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!
2018 Aug 13 10:41 AM
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.
2018 Aug 08 10:38 AM
Go to SE38, program SAPLTR_OBJECTS.
Texts are in the text element
Regards,
Binh
2018 Aug 08 3:45 PM
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
2018 Aug 09 6:19 AM
2018 Aug 11 10:13 AM
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.
2018 Aug 12 7:30 AM
Good morning Kali Charan
Would you know where the Comments in Hana Views are stored ?
Thank you
Amaury