cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in making tabular display as per dynamic line items

former_member242512
Participant
0 Kudos

Hi All ,

Im new to scripts.

I have to make to make a tabular form to display line items.

Im Below is my code :

I7   &J_1IEXCDTL-ZEILE&,,&vline& &J_1IEXCDTL-MATNR&,,&vline&
=    &J_1IEXCDTL-CHARG&
=    ,,&vline& &J_1IEXCDTL-MENGE&,,&vline& &J_1IEXCDTL-MEINS&,,&vline& &J_1IE >
=    ,,&vline& &J_1IEXCDTL-EXBAS&,,&vline& &J_1IINDCUS-J_1ISUBRAT(5.2R)&
I7   ,,&vline& &J_1IEXCDTL-MAKTX(25)&,,&vline&,,&vline&,,&vline&,,&vline&,,
=    &vline&,,&vline& &ULINE(107)&

The script displayed is :

xxx | dhgsjdghjghdjhdg | jdfjhsdf |  56.88 | G | 677 |  36,00 |  0,00 
          | descritption of      |              |            |     |        |            |
--------------------------------------------------------------------------------
   yyy | dhgsjdgdgg          | jdfjhsdf  |  7788 | G | 677 |  36,00 |  0,00 
          | descritption of      |               |            |     |       |            |
----------------------------------------------------------------------------------

Kindly suggest how it can be presented in better tabular form.

The boxes cannot be fixed because im not knowing the no. of line items that will be present.

e.g /: BOX XPOS '9.05' CM YPOS '0.50' CM WIDTH '0' CM HEIGHT '1.25' CM FRAME '0.1' mm

How to draw boxes in this case?

Please help!

Accepted Solutions (0)

Answers (1)

Answers (1)

dhirendra_pandit
Active Participant
0 Kudos

Better use horizontal line on top and after last item in the script. use ULINE(Length) to make the line.

Regards

Dhirendra

former_member242512
Participant
0 Kudos

Hi thanks for the reply.

The problem is solved . I created a paragraph format and decresed the spacing to the least i.e. 1 mm.

Now the horizontal lines have much less space and it looks good and more tabular.

Thanks.