<?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: Infotype Creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761293#M642806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If i use the time constraint 3 can i maintain all the values for it?&lt;/P&gt;&lt;P&gt;   For e.g., if i have 3 records that can be maintained by means of time constraint 3&lt;/P&gt;&lt;P&gt;and if i change the record 3 will it get delimited and delete the previous entry from the database?&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&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Aug 2007 10:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-31T10:30:51Z</dc:date>
    <item>
      <title>Infotype Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761290#M642803</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 have created a custom infotype with time constraint 2 which has the multiple records for pernr.( Similar to Infotype 0168).&lt;/P&gt;&lt;P&gt;When i am inserting the record since there is same key for the pernr its not inserting the data in the table pa9001. so i tried to insert by means of adding the  SEQNR and inserting the data. But there is an error poping up saying  "Sequence Number 001 not permitted"  its not allowing me to enter the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me.&lt;/P&gt;&lt;P&gt;I have used the USER EXIT for inserting the data.&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;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 09:48:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761290#M642803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761291#M642804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use these 2&lt;/P&gt;&lt;P&gt;'HR_INFOTYPE_OPERATION' &lt;/P&gt;&lt;P&gt;'HR_MAINTAIN_MASTERDATA' &lt;/P&gt;&lt;P&gt;&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;Giridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 09:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761291#M642804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T09:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761292#M642805</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;Time constraint 2 permits continuity of data but no overlapping&lt;/P&gt;&lt;P&gt;I believe you have tried to insert record for a pernr for the overlapping BEGDA and ENDDA...SEQNR-&amp;gt; believe is system generated when all the other matching keys are there except SEQNR...but still as suggested you can try the HR_INFOTYPE_OPERATION update which allows insertion of record with the next SEQNR if a record exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need to have overlapping records on BEGDA-ENDDA also,then please check the alternative with Time constraint 3 which permits the activity&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope the suggestions proved useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 10:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761292#M642805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T10:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Infotype Creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761293#M642806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    If i use the time constraint 3 can i maintain all the values for it?&lt;/P&gt;&lt;P&gt;   For e.g., if i have 3 records that can be maintained by means of time constraint 3&lt;/P&gt;&lt;P&gt;and if i change the record 3 will it get delimited and delete the previous entry from the database?&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&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2007 10:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/infotype-creation/m-p/2761293#M642806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-31T10:30:51Z</dc:date>
    </item>
  </channel>
</rss>

