Where is LEFT-OF-PAGE
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
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...
LEFT-OF-PAGE
And would you want that to do?
_________________
Oscar.
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
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.
top-of-page is for list right? well its the one that u dont have the 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.
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?
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 ...)