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 a screen with field symbol

Former Member
0 Likes
791

Hi,

It's possible to create a screen (classical dynpro, not web dynpro) with field-symbol?

I have a table with fields that I want insert on screen. But I want insert them dynamically.

Regards

Angela

Hi,

It's possible to create a screen (classical dynpro, not web dynpro) with field-symbol?

I have a table with fields that I want insert on screen. But I want insert them dynamically.

Regards

Angela

6 REPLIES 6
Read only

Former Member
0 Likes
761

I have never done this myself, but I don't see why field symbols won't work in dialog programming. Are you having some difficulties to get them to work?

Read only

0 Likes
761

Hi,

I want create a screen from datadictionary table of parameter.

Can I realize it without insert manually fields on the screen?

Regards

Angela

Read only

0 Likes
761

Hello Angela

"Dynamic" creation of screens has been realized by SAP with the Business Data Toolset ( BDT -> e.g. module Business Partner, RE-FX).

Based on the existing entries in BDT customizing tables the corresponding screens are displayed.

A screen is assembled at runtime from the customized subscreens.

However, all these subscreens have been defined and created. Thus, the smallest bits and pieces for BDT are "static".

Regards

Uwe

Read only

0 Likes
761

Hi UWE,

wath is it BDT? and can I find it into SAP?

Regards

Angela

Read only

Former Member
0 Likes
761

Curious - this was also being discussed recently in the thread [Object Dynamic Creation in Dynpros |; ... another thought I had on the topic would be to generate a report program with a selection screen definition as this would automatically create a classic dynpro which you may be able to access.

Jonathan

Read only

0 Likes
761

Thanks Jonathan.

Your answer help me!

Regards

Angela