2005 Nov 28 6:03 AM
Why is it, if we run 'MAIN' Window without defining 'Text Element'(/E), it displays the contents twice.. The same doesn't happens with other 'Variable' windows..
2005 Nov 28 6:04 AM
2005 Nov 28 6:09 AM
2005 Nov 28 6:26 AM
Hi Main window is different from Var window.
Var window will call only once .
But main window it will call many times, it will go to Driver program and come back to populate the data.
for Clear info debug and see.
regards
vijay
2005 Nov 28 6:29 AM
Suppose if i've one record in itab. and first time it will write , and it will come back to driver then no data but it will again go and write the data to Main window with the previous values.
regards
vijay
2005 Nov 28 6:34 AM
I'm calling the Main Window only once. If I define a 'Text Element' in Main Window then it displays the contents only once.
So, why is it that in 'Main' Window, Nameless Text Elements are displayed twice?