Skip to Content
0
Former Member
Feb 09, 2017 at 03:27 PM

How to create dictionary association between a field of an ABAP dynpro and a class attribute?

270 Views

Hi all,

I am creating an okd fashioned ABAP dynpro (not web dynpro) .

I am able to bind a class attribute to a dynpro field using the <instanc>-><attribute> syntax in the dynpro element list:

In the above screen you see, that G_CONTROLLER_D9150 (defined globally as: DATA g_controller_d9150 TYPE REF TO lcl_ve_card_controller.) provides data for thw field (green mark).

Unfortunately I am not able to use the same approach to get this field to refer to a dictionary entry (data element or structure). The marked red area is ready for input :-(

How to achieve the binding to a dictionary definition (to get the label texts inclusive translations)?

Kind Regards,

Thomas

Attachments