cancel
Showing results for 
Search instead for 
Did you mean: 

Can't see the Vertical line command in the main window of SAP Script.

0 Kudos

Hi,

I have a peculiar situation where, I am not able to see the command through which vertical line separators are coded in the script within the main window. Can any one help me find this...?

Regards,

Owais...

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Did you try SYST-VLINE?

Regards,

Ravi Kanth Talagana

0 Kudos

Hi Ravi Kant,

What does this mean?

/E ITEM_YWERT

WH &rwerter-wert(10)&,,&vline&

/E ITEM_TAB

/: CASE &VARPOSR-YZEILE&

/: WHEN '0001'

/: DEFINE &TAB& = ',,'

/: WHEN '0002'

/: DEFINE &TAB& = ',,,,'

/: WHEN '0003'

/: DEFINE &TAB& = ',,,,,,'

/: WHEN '0004'

/: DEFINE &TAB& = ',,,,,,,,'

/: WHEN '0005'

/: DEFINE &TAB& = ',,,,,,,,,,'

/: WHEN '0006'

/: DEFINE &TAB& = ',,,,,,,,,,,,'

/: WHEN '0007'

/: DEFINE &TAB& = ',,,,,,,,,,,,,,'

/: WHEN OTHERS.

* Tab. not defined

/: ENDCASE

Former Member
0 Kudos

Here they are setting the number of tabs for printing

each pair of commas ',,' is one tab position

If you go to the definition pf the paragraph format you will see

the positions of at which each tab space happens

VARPOSR-YZEILE is the tab count

nased on this number they set the pairs of ',,'

Tab spaces are used for formatting so that text is separated by specified distances

0 Kudos

Hi Nehal,

Are you sure that the vertical lines in the main window are not coming from the BOX command.

I am dealing with a standard PO which was modified by another developer, and I am looking to align it now due to extra characters coming from a material.

Owais...

Former Member
0 Kudos

it should be by the BOX command just check