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

regarding field label

Former Member
0 Likes
403

Hi all,

i have an alv report which displays some fields, and i need to change the field label of one of those fields.

in the output the field label is taken as a 'short' from the data element, can we make the medium or long or heading as default label in the output, if so how

Thanks in advance,

rama

Hi all,

i have an alv report which displays some fields, and i need to change the field label of one of those fields.

in the output the field label is taken as a 'short' from the data element, can we make the medium or long or heading as default label in the output, if so how

Thanks in advance,

rama

2 REPLIES 2
Read only

Former Member
0 Likes
376

Hi,

For fields with Data Dictionary reference, the system automatically adopts the field labels of the corresponding data element. The texts for the short, medium and long field labels as well as for the header are copied into the fields SCRTEXT_S , SCRTEXT_M , SCRTEXT_L and REPTEXT of the field catalog.

Check the below Link.

http://help.sap.com/saphelp_erp2004/helpdata/en/8e/5dc9c1e10111d2b47e006094192fe3/content.htm

Regards,

Suresh

Read only

0 Likes
376

ya i knew that, but i am using the function module REUSE_ALV_FIELDCATALOG_MERGE to populate the fieldcat, m not doing that manually

is it possible to change the label for just one field