<?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: Dialog Screen fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569493#M1432648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 06:30:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-19T06:30:17Z</dc:date>
    <item>
      <title>Dialog Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569489#M1432644</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;I am relatively very new to dialog programing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created  a screen with about 7 fields , 6 fields correspond to one table and 1 corresponds to another table . I have set them as dictonar fields on the screen . While accesing them in PAI to save . &lt;/P&gt;&lt;P&gt;I can acces the 6 fields which correspond to one table but the other field . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Says the Variable not declared &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI &lt;/P&gt;&lt;P&gt;Ls_field1 = table1-field1 .&lt;/P&gt;&lt;P&gt;Ls_field1 = table1-field1 .&lt;/P&gt;&lt;P&gt;Ls_field1 = table1-field1 .&lt;/P&gt;&lt;P&gt;Ls_field1 = table1-field1 .&lt;/P&gt;&lt;P&gt;Ls_field1 = table1-field1 .&lt;/P&gt;&lt;P&gt;Ls_field1 = table2-field1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAYS table2-field is not declared . Do I have to declare this somewhere . Any help would be great &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 04:52:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569489#M1432644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T04:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569490#M1432645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ls_field1 = table2-field1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in here both are of same data type and length ? .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 05:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569490#M1432645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T05:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569491#M1432646</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;Declare the field in the TOP include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 05:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569491#M1432646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T05:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569492#M1432647</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;why dont you give the 7th field on screen a different name.&lt;/P&gt;&lt;P&gt;and then declare it in top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 05:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569492#M1432647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T05:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dialog Screen fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569493#M1432648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks All.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 06:30:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dialog-screen-fields/m-p/6569493#M1432648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T06:30:17Z</dc:date>
    </item>
  </channel>
</rss>

