‎2007 Apr 19 8:33 AM
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
‎2007 Apr 19 8:36 AM
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.
‎2007 Apr 19 8:35 AM
hi,
make it as uline 1(120)...
as in sap editior starting point is from1.
regards,
Navneeth.K
‎2007 Apr 19 8:35 AM
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..
‎2007 Apr 19 8:35 AM
‎2007 Apr 19 8:36 AM
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.
‎2007 Apr 19 8:45 AM
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
‎2007 Apr 19 8:44 AM
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
‎2007 Apr 19 8:53 AM
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
‎2007 Apr 19 8:57 AM
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
‎2007 Apr 19 8:58 AM
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
‎2007 Apr 19 9:04 AM