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

SQL: Infoset query

vallamuthu_madheswaran2
Active Contributor
0 Likes
437

Hi,

I create on infoset query in SQL trace using LDB.

Now my problem is, I want to the link text in corresponding value field how to link it. that screen is customized screen

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
381

I'm not sure to understand you. When you create an infoset/query, SAP query automatically determinate text fields associated to report fields using DDIC information (text table, domain texts, etc.)

(Look at Class "cl_text_identifier", CALL METHOD if_text_identifier_obj->read_text)

What

Read only

0 Likes
381

Look also at <a href="https://service.sap.com/sap/support/notes/491403">Note 491403 - Identifying text in SAP Query</a> or <a href="http://help.sap.com/saphelp_46c/helpdata/en/d9/9958e0c50a11d396f80000e82de14a/frameset.htm">Application-specific Enhancements</a>

Regards