<?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: Automatically populate input values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326179#M1537575</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;try this way...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters : p_vbeln type vbap-vbeln  USER-COMMAND 'A',
                     p_posnr type vbap-posnr.
AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
      IF screen-group1 = 'A'.
        select single posnr from vbap into p_posnr where vbeln = p_vbeln.
      ENDIF.
    ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 13:27:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-21T13:27:30Z</dc:date>
    <item>
      <title>Automatically populate input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326178#M1537574</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;If I input some value in one selection fields parameter. Based on the input value its should populate remaining input fields automatically  on selection screen. How can it be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326178#M1537574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically populate input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326179#M1537575</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;try this way...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters : p_vbeln type vbap-vbeln  USER-COMMAND 'A',
                     p_posnr type vbap-posnr.
AT SELECTION-SCREEN OUTPUT.
    LOOP AT SCREEN.
      IF screen-group1 = 'A'.
        select single posnr from vbap into p_posnr where vbeln = p_vbeln.
      ENDIF.
    ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:27:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326179#M1537575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T13:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automatically populate input values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326180#M1537576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please search before asking - post locked

Rob&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 14:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatically-populate-input-values/m-p/7326180#M1537576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T14:39:34Z</dc:date>
    </item>
  </channel>
</rss>

