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

ABAP Query

Former Member
0 Likes
1,132

Hi ,

<< Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>

I have developed a report with ABAP Query by joining tables and getting the ouput fine .

The issue is the description of few of these fields that are coming from Data elements in the output list need to be changed , changing of descriptions for these data elements in se 11 is not suggested here as these data elements are used with many different fields so if i change this then the description of the header labels af all fields using this data element will also be changed . So i am searching for a process that can change the header lables (descriptions of Headings) of the data elements in my report only and not effect others . Please let me know if you have something to share on this . This is a ABAP Query.

Edited by: Rob Burbank on Oct 24, 2011 12:19 PM

9 REPLIES 9
Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,066

Hi

In tcode SQ01 when you are in the dynpro for selections, you can change the description in the field 'selection text' (field RS38R-SESTEXT in dynpro SAPMS38R 0241)

Regards

Eduardo

Read only

0 Likes
1,066

Thanks eduardo ,

This has been done .

Read only

Former Member
0 Likes
1,066

Hi

Select the field and double click in Field group or data fields and then change the description of the field in SQ02

http://help.sap.com/saphelp_46c/helpdata/EN/d2/cb41e1455611d189710000e8322d00/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf

Shiva

Read only

0 Likes
1,066

Shiva ,

Thanks for that . I am looking for column header of a field in the layout as it says in the link that you sent me but unable to find the same . Can you send a screenshot if you could . Thanks in advance

Read only

0 Likes
1,066

Hi

In SQ02,

do as below:

1. Expand table say MARA -

2. Field Group -Right side - Expand Tree - down - Field label - Header - change the text- save and generate

Shiva

Read only

0 Likes
1,066

Thanks Shiva,

This has been done as required .

Read only

Former Member
0 Likes
1,066

Hello,

you just have to change the field label in your infoset.

BR,

Read only

0 Likes
1,066

Luerio,

I looked for field label option in Infoset to change but unable to find . can u please attach the screenshot that can help me . Thanks in advance.

Read only

0 Likes
1,066

Thanks luerio,

This has been done .