cancel
Showing results for 
Search instead for 
Did you mean: 

Tabs for line items in the script

Former Member
0 Kudos

I am printing 5 fields for line items in the script here i am facing problem for setting tabs for each field.

i have 5 fields sequence is as follows

1. BSEG-BUDAT its length is 10

2. BSEG-BELNR its length is 10

3. TBSLT-LTEXT its length is 20

4. BSEG-WRBTR its length is 13

5. BSEG-DMBTR its length is 13

i am specifying paragraph format for this is

11 LEFT

21 LEFT

49 RIGHT Justify

59 RIGHT Justify

in my print line itemes for first two fields are giving correct display remaining three fields are not giving correct display in my form.

could you please suggest me the exact justify for above fields in my script.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello Srisai,

Just check this part in paragraph format

i am specifying paragraph format for this is

11 CH LEFT

21 CH LEFT

49 CH RIGHT Justify

59 CH RIGHT Justify

Check whether you have given CH or CM. If its CM change it to CH.

IF still it does't work then make it this Way.

05 CH LEFT

12 CH LEFT

25 CH RIGHT Justify

35 CH RIGHT Justify

Hope this solves your Issue.

Cheers,

Suvendu

Former Member
0 Kudos

Hi,

Do calculation based on Window width and Field length that needs to be printed on SAPSCRIPT:

This will work.

Regards,

Prashant

Former Member
0 Kudos

Hi Sai,

check the length of the fields and the window your populating ...