Where is LEFT-OF-PAGE

Question:
Hi Intellectual Souls,
I'm looking for a LEFT-OF-PAGE functionality in ABAP, since there is an END and TOP...this should exist right?
thanks,
doughboy
Answer:
haven't seen an event such as this in ABAP reports yet. you either have to code this on your own or maybe resort to SAPScripts.
_________________
My ABAP Program does what I tell it to do... not what I want it to do...
Answer:
LEFT-OF-PAGE
And would you want that to do?
_________________
Oscar.
Answer:
what do you mean ocvantol? the users want to freeze some columns on the left so its easier to inspect the results. Users are so used to Excel...what can i say
Answer:
So you want to freeze some of the left hand columns? Should have mentioned that in your initial post. Comparing with TOP-OF-PAGE and END-OF-PAGE didn't really point into that direction.
Anyway, are you talking about a screen (with table control) or a list?
For a table control you can set the number of colums you want to freeze in the screen painter.
If it's a list, i don't have an answer ready. For ALV it should not be a problem (may even be something the user can set himself).
_________________
Oscar.
Answer:
top-of-page is for list right? well its the one that u dont have the answer
Answer:
what do you mean ocvantol? the users want to freeze some columns on the left so its easier to inspect the results. Users are so used to Excel...what can i say
Now that we know wtat you want to do:
SET LEFT SCROLL BOUNDARY is what you need.
And to learn hot to exclude some lines from scrolling, press F1 on NEW-LINE.
Answer:
thanks guest, NEW-LINE NO-SCROLLING worked, but can I set some parts of the single line to not scroll and not the entire line?
Answer:
thanks guest, NEW-LINE NO-SCROLLING worked, but can I set some parts of the single line to not scroll and not the entire line?
Why didn't you just read the complete answer?
This has been covered as well. (Hint: SET ...)

More Articles:

ASCII conversion?
Recording transaction doesn't work properly ?
SM31 vs ABAP program?
Setting file permission on UNIX server?
Customer Archiving?
FB for reading a notification?