<?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 Re: Dynamically create dynpro? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426658#M1410190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe function module "STRUCTURE_EDIT" helps...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Dec 2009 16:31:23 GMT</pubDate>
    <dc:creator>EnnoWulff</dc:creator>
    <dc:date>2009-12-01T16:31:23Z</dc:date>
    <item>
      <title>Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426652#M1410184</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;is there a way to dynamically create a dynpro or a dialog in ABAP? I mean I've got a structure with some fields in it, perhaps DDIC stored, and I would like to get a dynpro created with those fields in a horizontal order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible using ABAP Objects or classic ABAP?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 16:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426652#M1410184</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2009-11-18T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426653#M1410185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is related to selection screen , then it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. fetch the no of fields .These should be maintained in a database table with their technical attributes required on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you will fetch these fields , they will be in an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Lopp on this table and use select option to make the screen elements based on the technical attributes of various fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you get it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 17:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426653#M1410185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-18T17:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426654#M1410186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Harsh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;2. Lopp on this table and use select option to make the screen elements based on the technical attributes of various fields&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got no problems to determine the elements of a structure or of a table, however, my problem is to build up some select options afterwards. &lt;/P&gt;&lt;P&gt;OK, the steps to build such a sequence of select options is certainly not the primary problem. Where should those options go? Into the current program, impossible I guess, so it seems that the solution itself is creating a new program at run-time which does this job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTH I still hope to find a better solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 07:25:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426654#M1410186</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2009-11-19T07:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426655#M1410187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fritz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Debug SE11 After selecting fiedls for Selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go contents (CTRL&lt;EM&gt;SHIFT&lt;/EM&gt;F10) then go to Settings in Menu and go to Fields for Selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get much of the info you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 07:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426655#M1410187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T07:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426656#M1410188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for responding, however I think you did miss the point of my question, so I will try to rephrase it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DDIC structure I want to build a selection screen of:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  TYPES:
   BEGIN OF zsdsm_persist_mail_attachment,
     mail_immediately	TYPE char01,
     sms_immediately  TYPE char01,
   END OF zsdsm_persist_mail_attachment
   .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This structure is just an &lt;STRONG&gt;example&lt;/STRONG&gt; ! The final application should be capable of taking any DDIC structure and build up a dynpro from its components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, this structure above, for example, should result in a dynpro like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  PARAMETERS:
    p1  TYPE zsdsm_persist_mail_attachment-mail_immediately,
    p2  TYPE zsdsm_persist_mail_attachment-sms_immediately
    .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's all!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 08:44:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426656#M1410188</guid>
      <dc:creator>MichiFr</dc:creator>
      <dc:date>2009-11-19T08:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426657#M1410189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you ever try du debug &lt;EM&gt;SE16&lt;/EM&gt; after "Settings-&amp;gt;Fields for Selection"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 17:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426657#M1410189</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T17:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically create dynpro?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426658#M1410190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe function module "STRUCTURE_EDIT" helps...??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Dec 2009 16:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-create-dynpro/m-p/6426658#M1410190</guid>
      <dc:creator>EnnoWulff</dc:creator>
      <dc:date>2009-12-01T16:31:23Z</dc:date>
    </item>
  </channel>
</rss>

