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

sapscript

Former Member
0 Likes
659

hello,

i have a field and the lenght is 35, however the length of the data of that field is only 20. in that sense the reports looks like this:

PDDRF No Reason 1 Reason 2 Date

-


xxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx

xxxxxxxx xxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx

xxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx (this is the case that reason 1 has no data)

what would i do to make look like this

PDDRF No Reason 1 Reason 2 Date

-


xxxxxxxx xxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx

xxxxxxxx xxxxxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx

xxxxxxxx xxxxxxxxxxxxxxxxxx xxxxxx

thanks.

donna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
630

Hi,

Please create a Paragraph format with <u>tabs</u> with respect to your field lengths. Tabs will leave the exact space(as defined) eventhough data of the field is less than the field length.

3 REPLIES 3
Read only

Former Member
0 Likes
631

Hi,

Please create a Paragraph format with <u>tabs</u> with respect to your field lengths. Tabs will leave the exact space(as defined) eventhough data of the field is less than the field length.

Read only

Former Member
0 Likes
630

Hi,

You can make a field occupy the exact space you want by defining it this way

&Field(n)& where n is the length of your field.

Regards.

Lavanya.

Read only

jayanthi_jayaraman
Active Contributor
0 Likes
630

Hi,

For output,you will use textelements.

For that text element,you have to specify the paragraph format.

If you use tabs in paragraphs appropraitely according to your need,then you will get the desired output.

Kindly reward points if it helps.