Skip to Content
0
Former Member
Dec 04, 2008 at 01:33 PM

screen fields - structure D021S - import_dynpro

226 Views

Hi,

Function Module 'Import_dynpro' returns a table of screen fields.

I want to know when a screen field, is a input field, a output, a check box ...

Which table elements are important?

CALL FUNCTION 'IMPORT_DYNPRO'
      EXPORTING
        dylang = sy-langu
        dyname = l_repid
        dynumb = l_nr
      IMPORTING
        header = ls_d020s
      TABLES
        ftab   = lt_dy.