Hi..
Can anyone please explain
How to control the position of Program Symbols.
I used Tab spaces( using ",," ).
But I am getting the small problem.
If the field length changes, then the position of the adjacent field is changing.
Ex:
I am printing EBELP( Item number) and EMATN( material Number) in Table format.
Here I used one tab space inbetween.
But i am getting the output like this.
001 1234
02 1235
0003 1237
But I want the output to be in this format.
001 1234
02 1235
0003 1237
Please suggest me the solution.
Points will be rewarded.
Regards
Sandeep Reddy.