<?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: RE: DIALOG ENHANCEMENT PROGRAM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469496#M1416996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Griphen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PFO_BUILD_DYNAMIC_SELOPTIONS " Using this you can develop dynamic Selection Screen
" using the Following table you can get the Fields within the Table
Here user will enter the Table name and you can get all the fields from the table using the Following table. DD03L
and then you can pass the Selected fields back to the user which he can select for the Select Options 

" just check how it works in SE37 for the above FM

" Another Option you can copy the SE11 Program to a Z Progarm, but this it work around. Instead you can use the Above FM and Table


DD03l&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Take the help of this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would serve your purpose&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>Fri, 18 Dec 2009 12:49:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-18T12:49:36Z</dc:date>
    <item>
      <title>RE: DIALOG ENHANCEMENT PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469493#M1416993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a challenging ABAP Program ahead of me and would appreciate your help.  Our client does not want to use Transaction SM30 to maintain customized (ZTABLES) that holds transaction / master data.  So we need to design one dialog program that can change different tables. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i have the table as a parameter on a selection screen and i found a function module that would give me the primary key of the table back in an internal table.  However i have to now load this itab onto the screen and then do my selects from the data inserted by the user.  Does anyone know of an easier (or more senior) way of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jennifer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 09:17:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469493#M1416993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T09:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: RE: DIALOG ENHANCEMENT PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469494#M1416994</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;I could understand the first part but not the second..!!&lt;/P&gt;&lt;P&gt;Cud u please elaborate it so that v can atleast think of a way to solve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 11:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469494#M1416994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T11:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: RE: DIALOG ENHANCEMENT PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469495#M1416995</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;Thank you for your response.  Let me try and explain it better.  I have to write a dialog with the user so that they can do table maintainace without using transaction SM30. They also want to use this as a selection report.  SO basically i need a program that can have a table as an input parameter and then in my code i need to dynamically determine the fields of this table and display them back to the user for "selection" after this i need to display the entries for the selection in an ALV grid and then have the option to change them, after this in background i need to update the selected table with the changed data and log the event in a different table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it makes more sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2009 12:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469495#M1416995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-17T12:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: RE: DIALOG ENHANCEMENT PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469496#M1416996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Griphen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PFO_BUILD_DYNAMIC_SELOPTIONS " Using this you can develop dynamic Selection Screen
" using the Following table you can get the Fields within the Table
Here user will enter the Table name and you can get all the fields from the table using the Following table. DD03L
and then you can pass the Selected fields back to the user which he can select for the Select Options 

" just check how it works in SE37 for the above FM

" Another Option you can copy the SE11 Program to a Z Progarm, but this it work around. Instead you can use the Above FM and Table


DD03l&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Take the help of this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would serve your purpose&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>Fri, 18 Dec 2009 12:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469496#M1416996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-18T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: RE: DIALOG ENHANCEMENT PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469497#M1416997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is really appreciated&lt;/P&gt;&lt;P&gt;This helped me with the initial part of the program, and its working perfect &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; , and i can get the ALV grid to display my dynamic selection, I now need to give the user the ability to change this data and then update the database with this information. Do you maby know of an FM or Bapi that does that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 07:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-dialog-enhancement-program/m-p/6469497#M1416997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T07:14:08Z</dc:date>
    </item>
  </channel>
</rss>

