<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic screen fields - structure D021S - import_dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779656#M1119763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module 'Import_dynpro' returns a table of screen fields.&lt;/P&gt;&lt;P&gt;I want to know when a screen field, is a input field, a output, a check box ...&lt;/P&gt;&lt;P&gt;Which table elements are important?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'IMPORT_DYNPRO'
      EXPORTING
        dylang = sy-langu
        dyname = l_repid
        dynumb = l_nr
      IMPORTING
        header = ls_d020s
      TABLES
        ftab   = lt_dy.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 13:33:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-04T13:33:31Z</dc:date>
    <item>
      <title>screen fields - structure D021S - import_dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779656#M1119763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module 'Import_dynpro' returns a table of screen fields.&lt;/P&gt;&lt;P&gt;I want to know when a screen field, is a input field, a output, a check box ...&lt;/P&gt;&lt;P&gt;Which table elements are important?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'IMPORT_DYNPRO'
      EXPORTING
        dylang = sy-langu
        dyname = l_repid
        dynumb = l_nr
      IMPORTING
        header = ls_d020s
      TABLES
        ftab   = lt_dy.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 13:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779656#M1119763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T13:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: screen fields - structure D021S - import_dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779657#M1119764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IMPORT DYNPRO - Import a screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;This statement is for internal use only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incompatible changes or further developments may occur at any time without warning or notice. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic form &lt;/P&gt;&lt;P&gt;IMPORT DYNPRO h f e m ID id. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;Imports the screen specified in the field id. Loads the screen information into the structure h (screen header, structure D020S) and into the internal tables f (field list, structure D021S), e (flow logic, structure D022S) and m (matchcode information, structure D023S). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Return code is set as follows: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0: &lt;/P&gt;&lt;P&gt;The screen was successfully imported. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;The screen does not exist. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/thread/1154428 &lt;B&gt;[original link is broken]&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 13:38:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779657#M1119764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T13:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: screen fields - structure D021S - import_dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779658#M1119765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But my problem is an other:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know which elements of structure D021S shows, if a field is a input, a output, a checkbox ... ?&lt;/P&gt;&lt;P&gt;I want to find out which fields of a dynpro are input fields and which are only descriptions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 15:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-fields-structure-d021s-import-dynpro/m-p/4779658#M1119765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T15:23:31Z</dc:date>
    </item>
  </channel>
</rss>

