<?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 PAI - Values from screen to program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747454#M1582394</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI, i could pass the values from the screen fields to the fields in the program.. But I could not pass the values to the data declared in the structure or work area in the program. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, will the screen values automatically pass to the program fields when they have same dictionary reference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Karthi M R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Mar 2011 08:41:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-15T08:41:02Z</dc:date>
    <item>
      <title>PAI - Values from screen to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747454#M1582394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PAI, i could pass the values from the screen fields to the fields in the program.. But I could not pass the values to the data declared in the structure or work area in the program. Is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, will the screen values automatically pass to the program fields when they have same dictionary reference?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Karthi M R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 08:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747454#M1582394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-15T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: PAI - Values from screen to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747455#M1582395</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;You can pass the areen values directly try to create the screen fields by using diretory or program field option and select the option from program.&lt;/P&gt;&lt;P&gt;So you will get the all the data defined in the global dat declaration. set the properties as per your requirement. so when you entered the value on the screen, this value will be avaiable in the vaiable in the code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 08:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747455#M1582395</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2011-03-15T08:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: PAI - Values from screen to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747456#M1582396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For transfer of value from program to screen or screen to program take place, the necessary criteria is the variable name in program and screen should be same. Otherwise value won't flow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;DPM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 09:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747456#M1582396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-15T09:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: PAI - Values from screen to program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747457#M1582397</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 Data of the screen fields in The global Or TOP include,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the screen data will be available thorugh out the Program and it includes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use the FM DYNP_VALUES_READ by passing the screen name , it will fetch all the field names and values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 09:32:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pai-values-from-screen-to-program/m-p/7747457#M1582397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-15T09:32:31Z</dc:date>
    </item>
  </channel>
</rss>

