cancel
Showing results for 
Search instead for 
Did you mean: 

Big error in display text in SAPscript ?

Former Member
0 Kudos

hello experts ,

I am ecountering a great problem in displaying a list in SAPscript. That is :

The code is like

Loop at itab.

Write_form . "Main form/

End loop.

And in the sapscript code

&caufvd-matxt(40)&,,&caufvd-matnr(10)&

But when output :

AHJDHJAHDDAJHDJD 50255555

JAKLUEKWJEKWJKED 20555555

HASJDHUISYDUIDSUWE 85555555 "error in displaying , not in the same tab. (?)

zSJHDJSHDUISHUIYDUI 88888888

Althoug i have set the lenght of output value , but the result is like above.

I was so supprising , i do not know how to recover this problem

If you please tell me some advices .

Thank you very much .

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member196280
Active Contributor
0 Kudos

Change the tab space in the paragraph format.

Ex:

PH &caufvd-matxt(40)&,,&caufvd-matnr(10)&

Goto PH-> paragraph format and change the lenght of first tab to 40 LN

this will solve your problem.

Give point to all answers that helped to re-solve your issue.

Regards,

SaiRam

former_member196280
Active Contributor
0 Kudos

Change the tab space in the paragraph format.

this will solve your problem.

Former Member
0 Kudos

Hi ,

This happens quite a few times ...

1. Set the Justification for the Tabs that have been created.

2. Specify the format as &caufvd-matxt(40)&,,&caufvd-matnr(10)&

&caufvd-matxt(C40)&,,&caufvd-matnr(C10)&

Hope you find it useful..

Regards,

Gaurav