Application Development 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: 

create a text field , a box and an input/output field objects in run time

former_member212713
Contributor
0 Kudos

Hello;

I write code with ABAP Object Oriented.

I would like to create a text field , a box and an input/output field objects in run time proses.

Which classes are using in program. And please send exam or exam's link.

Thaks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

There is no option in SAP to create dynamic screen designing.But there is a option to create dynamic program. you can hide the screen element.

1.add all fields in the screen.

2.hide screen element at run time which you don't want

you can call sub-screen dynamically.so try to use sub screen

1 REPLY 1

Former Member
0 Kudos

Hi,

There is no option in SAP to create dynamic screen designing.But there is a option to create dynamic program. you can hide the screen element.

1.add all fields in the screen.

2.hide screen element at run time which you don't want

you can call sub-screen dynamically.so try to use sub screen