<?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 PA61 using BDC? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211491#M473747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on an object where in i need to upload time events data through PA61 transaction uusing BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code i have written i m able to upload only the first three time evetns of a particular personnel no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest me where i could have gone wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sanjana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 01:04:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T01:04:26Z</dc:date>
    <item>
      <title>PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211491#M473747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently working on an object where in i need to upload time events data through PA61 transaction uusing BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the code i have written i m able to upload only the first three time evetns of a particular personnel no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody suggest me where i could have gone wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;sanjana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 01:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211491#M473747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T01:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211492#M473748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think your approach is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which time infotypes are you trying to create for the employees?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 02:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211492#M473748</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-04-26T02:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211493#M473749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sougata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m using Infotype TIME EVENTS(2011).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now i could develop the code to upload the data but only the first 13 records are getting uploaded ( table control).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I m facing problem with the folllowing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) uploading data  (time events) into the next pages of the same person.&lt;/P&gt;&lt;P&gt;2) generalisation of screen resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do suggest me if u any solutions for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Mitra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 01:51:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211493#M473749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T01:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211494#M473750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangamithra ,&lt;/P&gt;&lt;P&gt;                           Are u recording Page down in your  transaction , while handling Table Control , and one more thing which method u are using Either session or Call Trancation , if u were using  Call Transaction Set The CTU_PARAMS structure def_size = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Bhaskar Rao.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2007 05:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211494#M473750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-27T05:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211495#M473751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sangha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating this with help of Method defined in SAP Business Object Repository (BOR). See details below. Don't use BDC...its an old, outdated technology and involves cumbersome programming as well as testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object name: &amp;lt;b&amp;gt;PTManagerExtPEvent&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Object type: &amp;lt;b&amp;gt;BUS7014&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Method: &amp;lt;b&amp;gt;Insert&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Function Module: &amp;lt;b&amp;gt;BAPI_CC1_UPLOAD_TIMEEVENT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;ALE Message Type: &amp;lt;b&amp;gt;HRCC1UPTEVEN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please read the documentation of the Business Object &amp;lt;b&amp;gt;PTManagerExtPEvent&amp;lt;/b&amp;gt; and its Method &amp;lt;b&amp;gt;Insert&amp;lt;/b&amp;gt; before using these in your program. There's heaps more doco in the system if you would like to read on - See customizing section &amp;lt;b&amp;gt;Connection with External Time Recording System using CC1&amp;lt;/b&amp;gt; in the Implementation Guide (IMG) for Distribution (ALE).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if you found my post useful. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 04:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211495#M473751</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-01T04:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211496#M473752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot Saugat.&lt;/P&gt;&lt;P&gt;But i m already on the verge of completion of BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still there exists an inefficiency where in the ORIGF field ( in the overview part of PA61 of a particular personnel no) is being filled up as 'M' (manual entry).This field should be left as empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot in advance.&lt;/P&gt;&lt;P&gt;Sanghamitra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 08:01:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211496#M473752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T08:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211497#M473753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about rewarding some points first??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 08:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211497#M473753</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-05-02T08:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: PA61 using BDC?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211498#M473754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I m very sorry Saugat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was in a hurry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nywayz any suggestions u have for the problem i have mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we need to change the content of ORIGF field which is not an input field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanghamitra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 08:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pa61-using-bdc/m-p/2211498#M473754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T08:24:31Z</dc:date>
    </item>
  </channel>
</rss>

