<?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 Infotype - autocomplete in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692661#M1102999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an Infotype, on the development server, and now the client wants some of the fields to come already completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, it means, I have to take the employee number, and use it ina  select. Unfortunately, no matter what I do I can't figure out where that particular pernr is hiding. Could you help me with a piece of code, on getting 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>Fri, 07 Nov 2008 08:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-07T08:09:28Z</dc:date>
    <item>
      <title>Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692661#M1102999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an Infotype, on the development server, and now the client wants some of the fields to come already completed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus, it means, I have to take the employee number, and use it ina  select. Unfortunately, no matter what I do I can't figure out where that particular pernr is hiding. Could you help me with a piece of code, on getting 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>Fri, 07 Nov 2008 08:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692661#M1102999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692662#M1103000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ahmed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERNR field is already populated while you create entry for a employee for that particular Infotype field is PERNR-PERNR. You can select the information that you want to display by default in the PAI event of the Module pool screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 08:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692662#M1103000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692663#M1103001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following code, in PBO, screen 2000:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  select single nachn into it_tab from pa0002&lt;/P&gt;&lt;P&gt;        inner join pa0000 on pa0002&lt;SUB&gt;pernr = pa0000&lt;/SUB&gt;pernr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evidently, it brings only the first value in p0000. I'd actually need for that pernr, to be the number inputet by the user. I'm quite positive it must be stored somewhere, but I have no idea where.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 08:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692663#M1103001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692664#M1103002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I have created an Infotype, on the development server, and now the client wants some of the fields to come already completed.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thus, it means, I have to take the employee number, and use it ina  select. Unfortunately, no matter what I do I can't figure out where that particular pernr is hiding. Could you help me with a piece of code, on getting that.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Kind regards,&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey Ahmed What exactly your requirement ?&lt;/P&gt;&lt;P&gt; I didnt understood single piece even......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u created one infotype thats fine...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then what client is expecting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 08:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692664#M1103002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692665#M1103003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client is expecting, me, to take data from the tables, and bring the infotype, completed, so that he can look at the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say the client, introduces a employee number, my infotype, and clicks create in pa30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client wants the fields name, vorname...etc to come completed already with that particular employees data. if let's say employee numer 01 is ahmed mumbasa, when he clicks create the client wants to see:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name Ahmed&lt;/P&gt;&lt;P&gt;Vorname Mumbasa&lt;/P&gt;&lt;P&gt;Sex Male&lt;/P&gt;&lt;P&gt;Problems with employee None.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Terefore i need the employee number from somewhere, so I can do my select, I think.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 08:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692665#M1103003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692666#M1103004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i understood By clicking the infotype created by you say ex:9002 u created...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND emp number 120 doesnt exists so in PA30 when u give emp 120 and give infotype 9002 and click create u expecting the employee to be created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RegarDS&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 08:58:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692666#M1103004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T08:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692667#M1103005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No no, if employee number exists, I want to complete my fields with the values. IF employee number, doesn't exist, then leave the fields blank.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 09:02:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692667#M1103005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T09:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype - autocomplete</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692668#M1103006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok So u want the default values then chech parameter id of the field and pass the values in PBO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that will solve the problem...But populate the data based on the Check tables not on the tables...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2008 10:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-autocomplete/m-p/4692668#M1103006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-07T10:09:35Z</dc:date>
    </item>
  </channel>
</rss>

