Application Development 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: 

difficulty in retrieving a field's text value..

Former Member
0 Kudos

hi friends,

Am doing a report for results recording (qe01)..am finding difficulty in retrieving a field's text..the name of the field is TOLGRENZE (Specifications Display)..the corresponding data element is hitting no table fields..can anybody help me? hav any idea as to any standard report exists for this requirement? thanks all.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the domain of this fields, there may be values maintained at domain level, you can use DOMAIN_VALUE_GET to retrieve the values,

Rgds,

Former Member
0 Kudos

hi,

Goto SE84 and search for <b>TOLGRENZE</b>. It displays the list of tables where this has been used.

Regards,

Sailaja.

Former Member
0 Kudos

Hi,

Run a Performance Analysis on the Tcode using ST05.

1) Activate the trace.

2) Run the Transaction(QE01) in your case.

3) After the transaction is complete, deacticate the trace in ST05.

4) Execute "Display Trace".

It will give you listing of all the <b>database tables that</b> have been hit including the text tables.

Hope it helps.

Akriti.