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

Syntax check warning

Former Member
0 Likes
1,312

Hi All,

I hav a small query . i m working in upgrade and in slin syntax check warning i m getting warning

i hav a statement like ULINE AT 0(120).

Its giving a warning " Syntax check warning

The static output position "0" must be positive."

Can anyone plzz guide me regarding this,

thanking u all.

regards,

sahakla

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,098

Hi rajesh,

<b>No need of putting "1" instead of "0".</b>

Just remove that " 0 ". Now it will be executed sucessfully....

1.<b>ULINE AT (120).</b>

2.<b>ULINE AT 1(120).</b>

<b>

The above two statements are one and the same.....</b>

Reward all helpful answers......

Regards,

V.Raghavender.

10 REPLIES 10
Read only

Former Member
0 Likes
1,098

hi,

make it as uline 1(120)...

as in sap editior starting point is from1.

regards,

Navneeth.K

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
1,098

Hi,

Give 1 0r 2 inplace of 0.

It will serve the purpose...

And however it is a warning message u can ignore it...

Cheers,

Simha.

Reward all the helpful answers..

Read only

Former Member
0 Likes
1,098

make it 1 instead of 0.

Regards,

Ravi

Read only

Former Member
0 Likes
1,099

Hi rajesh,

<b>No need of putting "1" instead of "0".</b>

Just remove that " 0 ". Now it will be executed sucessfully....

1.<b>ULINE AT (120).</b>

2.<b>ULINE AT 1(120).</b>

<b>

The above two statements are one and the same.....</b>

Reward all helpful answers......

Regards,

V.Raghavender.

Read only

0 Likes
1,098

HI..,

use

<b>ULINE(120)..</b>

this is enough....

when u use AT addition u need to mention positive position...

anyway u r printing it from the beginning !! so ULINE(120) is enough !!

regards,

sai ramesh

Read only

Former Member
0 Likes
1,098

Hi,

You can start a line at 0, you need to start the line at position 1.

so make it as ULINE AT 1(120)

Regards

Sudheer

Read only

Former Member
0 Likes
1,098

Hi all thanks for ur vital information . Frnds i want to clarify what is the significance of "0" and "1" in this particular statement.

thanks & regards,

sahakla

Read only

0 Likes
1,098

IT IS TELLING THE POSITION FROM WHERE ULINE WILL START GENERALLY WE START WRITING FROM POS 1(DEFAULT) SO FOR 0 IT IS GIVING WARNING MESSAGE. ULINE AT POS(LEN).

REGARDS

SHIBA DUTTA

Read only

0 Likes
1,098

Hi..,

in list output..

the list output length will be counted in terms of characters.. the default list length is 132 characters..

maximum no.of characters is 1023..

the count starts from 1.

thats it !!

there is nothing much abt it.

plz do remember to close the thread when ur problem is solved !! reward all helpful answers !!

regards,

sai ramesh

Read only

Former Member
0 Likes
1,098

thanks & regards,

rajesh sahakla