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

fixing Program symbols in SAP Scripts

Former Member
0 Likes
384

Dear All

I am new to SAP Scripts, Can any one tell me how to set or fix the position of program symbols in an SAP Script at particular coloumn. For example, i have to print 6 program symbols, prog symb "Documnet Num" has to be printer on 20 coloumn of the paper, how can we do this?

Thank you

2 REPLIES 2
Read only

Former Member
0 Likes
353

use

:\PROTECT

:\UNPROTEXT

AddMarks for Useful Ans.

Read only

Former Member
0 Likes
353

Hi,

Create new paragraph and in secion 'tabs', define columns and their positions. In your window you can use that new paragraph in the following way:

XX &var1&,,&var2&,,&var3&,,

XX stands for paragraph name

,, stands for a tab defined in paragraph XX