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 Column Aligning

Former Member
0 Likes
699

Hi all,

I am working on ABAP query(SQ01 and SQ02).

I want to get right alignment for an additional field which is type C. I can't change the type for P or any other types,

I tried

"WRITE <field> TO <another field>  RIGHT-JUSTIFIED."

in SQ02 but was not working.


Do you have any solution for this?

Thank you in advance,

Mika

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
445

Hi,

In SQ02 infoset creation time ,create or modify technical field

But type P, U have to use with decimals 2,then it will automatically come on Right justified

For other helps,

look at this link also & other wiki link in scn .

http://media.techtarget.com/searchSAP/downloads/SAP_Query_C7.pdf

Hope it helps.

Thanks

Gourav.

1 REPLY 1
Read only

gouravkumar64
Active Contributor
0 Likes
446

Hi,

In SQ02 infoset creation time ,create or modify technical field

But type P, U have to use with decimals 2,then it will automatically come on Right justified

For other helps,

look at this link also & other wiki link in scn .

http://media.techtarget.com/searchSAP/downloads/SAP_Query_C7.pdf

Hope it helps.

Thanks

Gourav.