Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

what does this mean in SAP SCRIPT EDITOR

Former Member
0 Likes
1,277

Hello ALL

any body please explain me what does this mean, the one which is in BOLD

&tKOMVD-KWERT (I12)

Edited by: ABAPER1234 on Mar 13, 2008 3:21 PM

Hello ALL

any body please explain me what does this mean, the one which is in BOLD

&tKOMVD-KWERT (I12)

Edited by: ABAPER1234 on Mar 13, 2008 3:21 PM

5 REPLIES 5
Read only

Former Member
0 Likes
1,008

Hi,

Its length specification .You can observe the difference with and without it

Regards

Read only

Former Member
0 Likes
1,008

Hi,

Text element try double click on it. It should take you to the text elements os that report

In script it can be the paragraph format check under paragraph format.

Regards,

Himanshu

Read only

Former Member
0 Likes
1,008

Hi,

(I) suppresses the initial value of symbol.

Regards,

Mayank

Read only

Former Member
0 Likes
1,008

hi

I --> if value in field will be initial it will not display it

12 -


> by this u specifying length of charcter

reward if helpful.

Read only

Former Member
0 Likes
1,008

&tKOMVD-KWERT (I12)

Usually (I) used to avoid null values means for example value in KWERT is 000.00

then in display it will not print any thing..

and 12 is number of chars.