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

Create fields on a container

Former Member
0 Likes
1,018

Is it possible to create fields on a container? I know how to create an alv or insert a graphic, but can I also create fields on a container?

5 REPLIES 5
Read only

Former Member
0 Likes
824

Hi,

You cannot create the Field on the container..Instead you can place field and custom container on the Dynpro screen.

Read only

MarcinPciak
Active Contributor
0 Likes
824

ALV is a gui control , which means it can be bind with the screen via custom container and container on the screen. Generally most of "modern" controls are created dynamically by instiantating one of delivered class (i.e. cl_gui_alv_grid, cl_salv_table, cl_gui_alv_tree etc).

On contrary, we have classical controls just called controls . These, on the other hand have to be phisically placed on the screen (like fields, checkboxes, radiobuttons, pushbuttons etc) or can be used on selection screen via parameters or select-options statements. These controls must reside on screen itself (without container). You set them statically (and possibly change their attributes dynamically in loop at screen loop).

As for the question itself: NO, fields (as part of controls ) can be placed only on the screen or subscreen which you can in turn display dynamically druing program execution (using subscreen area ). No container is involved here.

Regards

Marcin

Read only

Peranandam
Contributor
0 Likes
824

HI,

It is not possible to create fieds in custom container. container is an area where you can display your application data only.

Regards,

Peranandam

Read only

0 Likes
824

is it possible to display a pdf document in a container?

Read only

uwe_schieferstein
Active Contributor
0 Likes
824

Hello

You may have a look at thread

Regards

Uwe