‎2010 Aug 16 9:43 AM
Hi,
I was wondering if it is possible to make a real custom screen.
Normaly you make a static screen and put all the recuired fields in screen painter.
Now what I was hoping to find was the object to this screen.
So that I could create a screen at runtime, which is dynamiclly created, and than display it without using a call screen statement.
Its a bit of a long shot but who knows ...
any ideas?
kind regards,
Arnaud Willems
‎2010 Aug 17 10:26 AM
Hi,
It is possible in ABAP by using OOPS concepts you can create dynamic screen with out touching your screen painter.
Only thing you need to do in screen painter is create a custom container.
Regards,
Vamsi Krishna.
‎2010 Aug 17 12:21 PM
Hi Vamsi,
That's the principle to create an ALV for example.
But that isn't what i'm looking for, I realy want to avoid the use of screen painter.
I just saw that there are many tables to be filled but it would be usefull to find a OO approche to maintain and create screens at runtime.
kind regards,
Arnaud Willems
‎2010 Nov 16 1:12 PM
hi,
what you're looking for is the so called bus screen framework which is for sap internal use only. but with this framework it is possible to declare an empty main screen and all the rest in subscreens. by runtime you can then show the subscreens needed in your context dynamically on the mainscreen.
unfortunately there seems to be nothing in documentation in the internet. if you know someone at sap, congratulations. i whish to have a documentation, but can not find anything.
harry
‎2012 Sep 11 12:47 PM
Hy Harry,
because of your name, I suppose you are German.
take a look at this book:
there is a chapter handling the Bus-Screen-Framework.
Greetz
Sören