<?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: Filled Input Field with value from another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911011#M1329767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Ramani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the parameter id (IDCUSTX)for the input field in screen 2 and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I put this value in the PAI section of screen 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'IDCUSTX'  FIELD 'CUSTOMERA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if OK_CODE = 'call'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT ZCUSTDETAILS VIA SELECTION-SCREEN AND RETURN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still can't see the value in screen 2 (ZCUSTDETAILS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2009 03:10:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-16T03:10:53Z</dc:date>
    <item>
      <title>Filled Input Field with value from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911009#M1329765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created 2 dialog programs, the 1st will provide the values to be retrieved by the second program and displays it in the input field (text box)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, user select certain customer in the first program, and after user click on a button (use submit function) then the customer value will be displayed in the input field on the second program (disabled, can't be edited)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible? Can you please show me little snippet of code on how to achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 01:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911009#M1329765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T01:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filled Input Field with value from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911010#M1329766</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;&lt;STRONG&gt;In the 2nd dialog program&lt;/STRONG&gt;, try to give PARAMETER ID 'EXA'  on the Layout Editor and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: ID name above given can be anything as you desire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And while submitting the 1st Program&lt;/STRONG&gt;, try to add the below syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the PAI write the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID 'EXA'  FIELD &amp;lt;VALUE&amp;gt;.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user opens the 2nd program, the Field which is set with Parameter id, will automatically get the value from the 2nd program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Ramani N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 02:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911010#M1329766</guid>
      <dc:creator>former_member229729</dc:creator>
      <dc:date>2009-07-16T02:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filled Input Field with value from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911011#M1329767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI Ramani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set the parameter id (IDCUSTX)for the input field in screen 2 and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I put this value in the PAI section of screen 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100 INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'IDCUSTX'  FIELD 'CUSTOMERA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I submit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0100 OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if OK_CODE = 'call'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SUBMIT ZCUSTDETAILS VIA SELECTION-SCREEN AND RETURN .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still can't see the value in screen 2 (ZCUSTDETAILS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 03:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911011#M1329767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T03:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filled Input Field with value from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911012#M1329768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen1, &lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'IDCUSTX' FIELD G_CUSTOMERA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen2, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'IDCUSTX' FIELD G_CUSTOMERB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 04:18:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911012#M1329768</guid>
      <dc:creator>vimalv</dc:creator>
      <dc:date>2009-07-16T04:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filled Input Field with value from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911013#M1329769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vimal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put this code inside screen 2 BPO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0200 OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET PARAMETER ID 'IDCUSTX' FIELD G_CUSTOMERB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I'm very confused,  the G_CUSTOMERB already has value, it should get assigned right? but why the textfield still empty?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 04:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/filled-input-field-with-value-from-another-program/m-p/5911013#M1329769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T04:39:18Z</dc:date>
    </item>
  </channel>
</rss>

