2008 May 16 1:59 PM
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
2008 May 16 2:54 PM
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?
2008 May 17 2:06 PM
Hi,
I want create a screen from datadictionary table of parameter.
Can I realize it without insert manually fields on the screen?
Regards
Angela
2008 May 17 9:25 PM
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
2008 May 28 11:34 AM
Hi UWE,
wath is it BDT? and can I find it into SAP?
Regards
Angela
2008 May 19 3:52 AM
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
2008 May 19 8:40 AM