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

Left alignment of a variable in SAP-SCRIPT?

Former Member
0 Likes
840

Hi.

How can we do left alignment of a variable of used in Sap-script?

Thanks

Hi.

How can we do left alignment of a variable of used in Sap-script?

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
691

Hi,

You can create a Paragraph format and select Left-Align in the alignment field.

You can use this format while printing the variable.

Left/right alignment can also be done while creating TABS.

Thanks,

Rashmi.

Read only

Former Member
0 Likes
691

Hi Soni,

<b>Create a Paragraph format and set alignment as LEFT</b> and use this format for writing the variable in script.

Regards,

Raj

Read only

0 Likes
691

create left alighnment paragraph format(ph) for variable in ..

/:ph &variable&.

Read only

Former Member
0 Likes
691