<?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: BAPI_HRMASTER_SAVE_REPL_MULT infotype 1035 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861237#M1136690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon friend, the problem was solved as follows:&lt;/P&gt;&lt;P&gt;the structure: pd_object_description not being cleaned when the infotype 1035 is created or updated bapi makes a bacth input, and this will waste to the fields, thus the error occurs: Enter date in format __.__.____.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2014 13:15:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-27T13:15:47Z</dc:date>
    <item>
      <title>BAPI_HRMASTER_SAVE_REPL_MULT infotype 1035</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861233#M1136686</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;I'm trying to create an training (object of type E) via function &lt;EM&gt;BAPI_HRMASTER_SAVE_REPL_MULT&lt;/EM&gt;. But i have a problem with infotype 1035. For this infotype is used table &lt;EM&gt;pd_object_b_event_sched_model&lt;/EM&gt;. I'm filling this table with expectable values. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But calling of this function falling down with ERROR_MESSAGE_STATE in module INSERT_OK of program MP103500. Text of error is: &lt;STRONG&gt;Enter date in DD.MM.RRRR format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't enter date in this format, because all dates atributs &lt;EM&gt;FROM_DATE, TO_DATE&lt;/EM&gt; and &lt;EM&gt;EVENTDATE&lt;/EM&gt; have DATS datatype, and so I must fill the table with dates in format RRRRMMDD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me, please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 11:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861233#M1136686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T11:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_HRMASTER_SAVE_REPL_MULT infotype 1035</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861234#M1136687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can change your OWNDATA  date format..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got SYSTEM&lt;DEL&gt;&amp;gt;user profile&lt;/DEL&gt;-&amp;gt; OWN DATA chenae your date settings like RRRR.MM.DD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise goto SU3 tcode and cange it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 11:49:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861234#M1136687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T11:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_HRMASTER_SAVE_REPL_MULT infotype 1035</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861235#M1136688</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;thank you for your quick answer, I'm not sure, if it solves the problem. May be I have written wrong description of the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function &lt;EM&gt;BAPI_HRMASTER_SAVE_REPL_MULT&lt;/EM&gt; works with table &lt;EM&gt;pd_object_b_event_schedule&lt;/EM&gt; . This table has atributes &lt;EM&gt;FROM_DATE&lt;/EM&gt;, &lt;EM&gt;TO_DATE&lt;/EM&gt; and &lt;EM&gt;EVENTDATE&lt;/EM&gt;. All these atributes has &lt;EM&gt;DATS&lt;/EM&gt; datatype. This datatype is as &lt;EM&gt;CHAR(8)&lt;/EM&gt; and has form RRRRMMDD. I can't fill this atributes with another values than values this format. In spite of right values in table &lt;EM&gt;pd_object_b_event_schedule&lt;/EM&gt;, function &lt;EM&gt;BAPI_HRMASTER_SAVE_REPL_MULT&lt;/EM&gt; falling down with error: Enter date in format __.__.____&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you or somebody else have any other idea, I'll be thankfull you'll write it me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 12:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861235#M1136688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T12:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_HRMASTER_SAVE_REPL_MULT infotype 1035</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861236#M1136689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon Friend,&lt;/P&gt;&lt;P&gt;I wonder if the problem was solved descito up, because I'm going through the same.&lt;/P&gt;&lt;P&gt;Thank you !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2014 16:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861236#M1136689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-24T16:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_HRMASTER_SAVE_REPL_MULT infotype 1035</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861237#M1136690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good afternoon friend, the problem was solved as follows:&lt;/P&gt;&lt;P&gt;the structure: pd_object_description not being cleaned when the infotype 1035 is created or updated bapi makes a bacth input, and this will waste to the fields, thus the error occurs: Enter date in format __.__.____.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 13:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-hrmaster-save-repl-mult-infotype-1035/m-p/4861237#M1136690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-27T13:15:47Z</dc:date>
    </item>
  </channel>
</rss>

