Hello Experts,
We have copied MR_PRINT SAPScript into a Custom one with some modifications.
It has the following fields:
No. Material, Description, PO#, PO Item, G/R Number, G/R Date, Batch, Qty, Price, Net Value.
It should print the data continuosly in 1 line like this:
For eg:
No. Material, Description, PO#, PO Item, G/R Number, G/R Date, Batch, Qty, Price, Net Value.
1 9723974, XXSEREE, 12312, 0010, 3453453, 04/05/10, 98234, 234.00, 90.00, 8923.00
However, when printing the Form though, I see the data is splitting into multiple lines like this:
1, 9723974, XXSEREE,
12312, 0010, 3453453, 04/05/10,
98234, 234.00, 90.00, 8923.00
Could you please let me know what is the issue? How can get the lines displayed in single line?
Please help me. I greatly appreciate it. My SAPScript knowledge is poor.
Thanks.