‎2007 Jun 27 7:43 AM
hi all.
what is the initial value of <b>sy-loopc</b>. is it 0 or number of lines in table control.
‎2007 Jun 27 7:52 AM
it default is the no of line in the displayed control table
<b>Award points if useful</b>
‎2007 Jun 27 7:46 AM
Hi,
SY-LOOPC IS USED TO DISPLAY NUMBER OF LINES VISIBLE IN THE TABLE.
THIS SYSTEM FIELD IS USED IN PAI EVENTS IN SCREEN.
ITS DATA TYPE IS INT4
AND ITS LENGHT IS 10.
INITIAL VALUE OF SY-LOOPC IS ZERO SO IT DISPLAYS '0' INITIALLY SINCE NO LINES ARE VISIBLE IN THE TABLE.
******please reward points if the information is helpful to you*************
‎2007 Jun 27 7:47 AM
‎2007 Jun 27 7:48 AM
Hi
It shows the Visible Lines of a Step Loop
initially it will be 0.but when you are using it in the program of that Step loop
it will be not zero. It will give you the no of lines in step loop.
Reward points for useful Answers
Regards
Anji
‎2007 Jun 27 7:48 AM
‎2007 Jun 27 7:48 AM
Hi Prajwal,
Yes it is 0 till the looping is not there.
Reward if useful!
‎2007 Jun 27 7:50 AM
‎2007 Jun 27 7:50 AM
‎2007 Jun 27 7:52 AM
it default is the no of line in the displayed control table
<b>Award points if useful</b>
‎2007 Jun 27 7:53 AM
Hi,
SY-LOOPC IS USED TO DISPLAY NUMBER OF LINES VISIBLE IN THE TABLE.
THIS SYSTEM FIELD IS USED IN PAI EVENTS IN SCREEN.
ITS DATA TYPE IS INT4
AND ITS LENGHT IS 10.
INITIALLY SINCE NO LINES ARE VISIBLE IN THE TABLE.
******please reward points if the information is helpful to you*************