‎2013 Jan 29 8:32 AM
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
‎2013 Jan 29 9:06 AM
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.
‎2013 Jan 29 9:06 AM
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.