<?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 Dynamic Module Pool Screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850671#M1134401</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV Report output,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;final internal table created with  create dynamic internal table  method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if users double click on a particular row .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then pop up user entry screen should appear with all columns availble in that dynamic alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user will enter the information and click on save .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then that info should save like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main document number &lt;/P&gt;&lt;P&gt;fieldname  &lt;/P&gt;&lt;P&gt;value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Z table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Nov 2008 05:42:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-25T05:42:40Z</dc:date>
    <item>
      <title>Dynamic Module Pool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850671#M1134401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ALV Report output,  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;final internal table created with  create dynamic internal table  method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if users double click on a particular row .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then pop up user entry screen should appear with all columns availble in that dynamic alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;user will enter the information and click on save .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then that info should save like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;main document number &lt;/P&gt;&lt;P&gt;fieldname  &lt;/P&gt;&lt;P&gt;value &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Z table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 05:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850671#M1134401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T05:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Module Pool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850672#M1134402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one try this and help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GENERATE DYNPRO h f e m ID g. &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;The screen specified in the field g is generated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source is taken from the structure h and the internal tables f, e, and m. The field h (=screen header) should correspond to the structure D020S, the internhal table f (=field list) should correspond to the structure D021S, the internal table e (=flow logic) should correspond to the structure D022S, and the internal table m (=Matchcodeinfo) should correspond to the structure D023S. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error message is stored in the field f1 when a syntax error occurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of the incorrect line is stored in the field f2 when a syntax error occurs. &lt;/P&gt;&lt;P&gt;By querying the return value, it is possible to determine whether this line refers to the flow logic or the field list. &lt;/P&gt;&lt;P&gt;The incorrect word is stored in the field f3 when a syntax error occurs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Return Value &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 generated. &lt;/P&gt;&lt;P&gt;SY-SUBRC &amp;lt;&amp;gt; 0: &lt;/P&gt;&lt;P&gt;The screen could not be generated. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 4: &lt;/P&gt;&lt;P&gt;The specified error position is in the flow logic. &lt;/P&gt;&lt;P&gt;SY-SUBRC = 8: &lt;/P&gt;&lt;P&gt;The specified error position is in the field list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 06:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850672#M1134402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T06:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Module Pool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850673#M1134403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After giving the logic for ALV,&lt;/P&gt;&lt;P&gt;Call screen 9002.&lt;/P&gt;&lt;P&gt;In screen 9002's PAI, give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   MODULE USER_COMMAND_9002.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN 'SAVE'.&lt;/P&gt;&lt;P&gt; DATA : msgstr TYPE string.&lt;/P&gt;&lt;P&gt;SELECT SINGLE *&lt;/P&gt;&lt;P&gt;      FROM &amp;lt;internal table&amp;gt;&lt;/P&gt;&lt;P&gt;      INTO &amp;lt;work area&amp;gt;  .&lt;/P&gt;&lt;P&gt;UPDATE &amp;lt;internal table&amp;gt; FROM &amp;lt;work area&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR msgstr.&lt;/P&gt;&lt;P&gt;      CONCATENATE 'Main Document' wa-doc_number 'in Ztable&amp;lt;z table name&amp;gt;.' INTO msgstr SEPARATED BY space.&lt;/P&gt;&lt;P&gt;      IF sy-subrc = 0 .&lt;/P&gt;&lt;P&gt;        MESSAGE i002(sy) WITH msgstr.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 07:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850673#M1134403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Module Pool Screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850674#M1134404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create that screen 9002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the fields are dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fields are created during run time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2008 07:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-module-pool-screen/m-p/4850674#M1134404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-25T07:12:25Z</dc:date>
    </item>
  </channel>
</rss>

