2007 May 09 5:43 AM
Hi,
I am Udaya kumar,
Any other way to use vertical line except sy-vline?
2007 May 09 5:57 AM
Hi Uday,
For simple report, u can take a variable having value |(pipe).
u can print this pipe as vertivcal line.
data : v_pipe char c value '|'.
Write:/10 v_pipe , 21 itab-matnr , 40 v_pipe,41 itab_mtart,46v_pipe.
0000000000000001 | FERT |
If u r using SAP SCRIPT ,use this command.
/:BOX[XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
Reward points if helpful.
Regards,
Hemant
Hi,
I am Udaya kumar,
Any other way to use vertical line except sy-vline?
2007 May 09 5:46 AM
Hi
You can use the PIPE symbol '|' which is there in the key board in the loop such that it drwas a vertical line
Reward points if useful
Regards
Anji
2007 May 09 5:46 AM
2007 May 09 5:49 AM
Hi Udaya,
What's problem with sy-vline,
Using sy-vline is best instead of
going for other.
If you getting some error, just
paste your coding and send, so
that we can try to solve it.
Thanks.
2007 May 09 5:52 AM
Hi Udaya,
Why dont u use BOX and POSITION command instead of ULINE and VLINE?
/:BOX[XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]:
For a frame of size WIDTH and HEIGHT at position [XPOS, YPOS] (left upper corner of the frame in relation to the values contained in the POSITION command). The FRAME addition determines what line thickness the frame has.
The INTENSITY addition shades the background area contained within the frame. Position, size, and frame thickness use appropriate units of measurement;
shading should be entered in percent.
/: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE]: To fix the source coordinates XORIGIN and YORIGIN for the XPOS and YPOS parameters in the BOX command. The WINDOW addition sets the values for the top and left margins to those of the current window. The PAGE addition sets the values for the top and left margins to those of the page currently being displayed.
Regards,
Jayant.
<b>Please award if helpful</b>
2007 May 09 5:56 AM
2007 May 09 5:57 AM
Hi Uday,
For simple report, u can take a variable having value |(pipe).
u can print this pipe as vertivcal line.
data : v_pipe char c value '|'.
Write:/10 v_pipe , 21 itab-matnr , 40 v_pipe,41 itab_mtart,46v_pipe.
0000000000000001 | FERT |
If u r using SAP SCRIPT ,use this command.
/:BOX[XPOS] [YPOS] [WIDTH] [HEIGHT] [FRAME] [INTENSITY]
Reward points if helpful.
Regards,
Hemant
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |