<?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: Problem with BDC on PP01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356640#M177872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vaibhav,&lt;/P&gt;&lt;P&gt; ur suggestion worked, thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 May 2006 14:48:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-29T14:48:10Z</dc:date>
    <item>
      <title>Problem with BDC on PP01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356636#M177868</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'm facing a problem in a BDC on PP01, the problem is, i'm unable to move forward to the second screen(MP100000,2000), i.e., the &amp;lt;b&amp;gt;ok_code&amp;lt;/b&amp;gt; in the initial screen is not working(&amp;lt;b&amp;gt;=INSE&amp;lt;/b&amp;gt;), the infotype selection button is getting deselected(&amp;lt;b&amp;gt;Object&amp;lt;/b&amp;gt;) and the date range is getting changed.     &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; include bdcrecx1.&lt;/P&gt;&lt;P&gt; begin of t_hrp1000 occurs 0,&lt;/P&gt;&lt;P&gt;  otype like pphdr-otype,&lt;/P&gt;&lt;P&gt;  seark like pm0d1-seark,&lt;/P&gt;&lt;P&gt;  begda(10),&lt;/P&gt;&lt;P&gt;  endda(10), "like SY-DATUM,&lt;/P&gt;&lt;P&gt;  short like p1000-short,&lt;/P&gt;&lt;P&gt;  stext like p1000-stext,&lt;/P&gt;&lt;P&gt; end of t_hrp1000,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at t_hrp1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMH5A0' '5000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=INSE'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PPHDR-PLVAR'&lt;/P&gt;&lt;P&gt;                               '01'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PPHDR-OTYPE'&lt;/P&gt;&lt;P&gt;                               t_hrp1000-otype.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PM0D1-SEARK'&lt;/P&gt;&lt;P&gt;                               t_hrp1000-seark.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'PPHDR-ENDDA'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PM0D1-TIMR6'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PPHDR-BEGDA'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-begda.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PPHDR-ENDDA'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-endda.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'MARKFELD(01)'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'MP100000' '2000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'P1000-STEXT'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=UPD'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'P1000-BEGDA'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-begda.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'P1000-ENDDA'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-endda.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'P1000-SHORT'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-short.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'P1000-STEXT'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-stext.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMH5A0' '5000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '=BACK'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PPHDR-PLVAR'&lt;/P&gt;&lt;P&gt;                              '01'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PPHDR-OTYPE'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-otype.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'PM0D1-SEARK'&lt;/P&gt;&lt;P&gt;                              t_hrp1000-seark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'PP01' " CALL TRANSACTION..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 12:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356636#M177868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T12:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC on PP01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356637#M177869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should record BDC on transaction 'PP02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;STRONG&gt;if useful plz reward&lt;/STRONG&gt;************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vaibhav Modi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 12:13:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356637#M177869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T12:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC on PP01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356638#M177870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vaibhav,&lt;/P&gt;&lt;P&gt; What difference does it make? Here i'm trying to create objects,isn't it? Please give me more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 12:16:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356638#M177870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T12:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC on PP01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356639#M177871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my knowledge PP01 transaction is used for entering the data manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PP02 transaction is ment for BDC &amp;amp; recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it &amp;amp; let me know if it has worked for u or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 12:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356639#M177871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T12:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC on PP01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356640#M177872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vaibhav,&lt;/P&gt;&lt;P&gt; ur suggestion worked, thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 14:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356640#M177872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T14:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BDC on PP01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356641#M177873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I tired using PP02, it says record created but when i Look at PA20 ..it i snot assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating employee data through BDC using PA40 and then using PP02 to assign position. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Lakhbir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 15:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bdc-on-pp01/m-p/1356641#M177873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T15:22:31Z</dc:date>
    </item>
  </channel>
</rss>

