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

Change Query

Former Member
0 Likes
757

Hi Experts,

We want to modify an existing ABAP query developed using SQ01 transaction code. We want to add additional fields with certain calculations. We have made changes to the query program using SE38 but the column names are getting duplicated in output. Due to this reason values are getting shifted 1 place left to actual columns. We don't want to regenerate the query as already few conditions are added in the program. How to remove duplicate column names?

Regards,

Sibin

3 REPLIES 3
Read only

Former Member
0 Likes
671

Can we set Page Header and Page Footer for ABAP query programs?

Read only

Former Member
0 Likes
671

Hi,

You can restrict it by selecting those fields and choose No currency fields before or after and apply.

1. Goto SQ01, provide your query name and select "Infoset Query".

2. Now choose the currency/quantity fields on the lower bottom of window.

3. Right click on the field and traverse to Unit->Do not Output.

Hope this helps!

Regards

Suganya

Read only

0 Likes
671

Hi Suganya,

Thanks for your feed back.

Can we set Page Header and Page Footer for ABAP query programs?

Regards,

Sibin