Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP screen object

Former Member
0 Likes
716

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

4 REPLIES 4
Read only

Former Member
0 Likes
441

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.

Read only

0 Likes
441

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

Read only

0 Likes
441

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

Read only

0 Likes
441

Hy Harry,

because of your name, I suppose you are German.

take a look at this book:

http://www.amazon.de/Anwendungsentwicklung-mit-ABAP-Objects-PRESS/dp/3836210630/ref=sr_1_1?ie=UTF8&q...

there is a chapter handling the Bus-Screen-Framework.

Greetz

Sören