<?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 HR_INFOTYPE_OPERATION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234593#M1381149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is no data in infotype 0002 in the given inteval...it shows error as MOD indicates change of existing record...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use INS for inserting new record...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2009 10:14:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-22T10:14:56Z</dc:date>
    <item>
      <title>problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234575#M1381131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I execute the function HR_INFOTYPE_OPERATION, it gives a runtime error or DUMP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i gave the values as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFTY-0002&lt;/P&gt;&lt;P&gt;NUMBER-1323&lt;/P&gt;&lt;P&gt;validityENDDATE-31.12.9999&lt;/P&gt;&lt;P&gt;validityBEGINDATE-02.03.1961&lt;/P&gt;&lt;P&gt;Record-pa0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Error is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*The source field is too short.                                             &lt;/P&gt;&lt;P&gt;The current program, "SAPLHRMM", tried to assign a field to a field symbol.&lt;/P&gt;&lt;P&gt;However, the field is shorter than the type of the field symbol, which     &lt;/P&gt;&lt;P&gt;is not allowed.                                                            &lt;/P&gt;&lt;P&gt;The statement in question is in the form ASSIGN f TO &amp;lt;fs&amp;gt; CASTING or       &lt;/P&gt;&lt;P&gt;ASSIGN f TO &amp;lt;fs&amp;gt; with a field symbol that was created using the            &lt;/P&gt;&lt;P&gt;STRUCTURE addition. *                                                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to correct it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 05:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234575#M1381131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T05:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234576#M1381132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are calling it from a prgram (and not testing it using SE37) make sure dates are in internal format, i.e. 20090922 instead of 22.09.2009.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use proper conversions whereever aplicable, for example dates as mentioned above, PERNR... etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use CONVERSION_EXIT_ALPHA_INPUT or similar conversion exits (CONVERSION_EXIT_*)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also pass P0002 instead of PA0002 to RECORD parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aabhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aabhas K Vishnoi on Sep 22, 2009 3:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 05:21:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234576#M1381132</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2009-09-22T05:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234577#M1381133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thankyou for the reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm executing it through se37.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i give the date as 99991231, a poopup window shows that the value entered is invalid format and asks for correct value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 05:26:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234577#M1381133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T05:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234578#M1381134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course! SE37 expects the external values and converts itself. When you implement your this FM in your program you will need to pass internal values to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to close the thread if your problem is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Aabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 05:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234578#M1381134</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2009-09-22T05:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234579#M1381135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm giving the structure name in the Record field and the date is also in the format dd.mm.yyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it gives the dump...I cant understand where i'm going wrong...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 06:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234579#M1381135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T06:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234580#M1381136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arunna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Never use the FM HR_INFOTYPE_OPERATION. If you go to se37 and check the attribute tab rite hand side at lost it says &lt;STRONG&gt;Not released&lt;/STRONG&gt;. This means this should not be used for customer. We had a hard problem with this FM in production and we raised to SAP. SAP has replied dont use this FM. This FM is not released for customer. So you also dont use. Instead of that use this class for updating the infotype.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CL_HRTNM_DETAILS_MGR_CONTROL&lt;/STRONG&gt; in this class there is &lt;STRONG&gt;method UPDATE_DB_BUFFER&lt;/STRONG&gt;. Use this for updation of infotypes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 06:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234580#M1381136</guid>
      <dc:creator>vijy_mukunthan</dc:creator>
      <dc:date>2009-09-22T06:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234581#M1381137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to use the class CL_HRTNM_DETAILS_MGR_CONTROL,it gives the error there is no class/Interface named CL_HRTNM_DETAILS_MGR_CONTROL..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What shall i do now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 06:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234581#M1381137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T06:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234582#M1381138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version are you on? I believe CL_HRTNM_DETAILS_MGR_CONTROL is available only in ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though not recommended, but you can still go ahead using HR_INFOTYPE_OPERATION and see if it works for you. It worked pretty well for me and is still working so far... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Aabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 07:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234582#M1381138</guid>
      <dc:creator>aabhas_wilmar</dc:creator>
      <dc:date>2009-09-22T07:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234583#M1381139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using ECC5.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what shall i do with the dump?? &lt;SPAN __jive_emoticon_name="cry"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 07:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234583#M1381139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T07:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234584#M1381140</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 think ther is problem in the FM because i also get the same dump for that FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;nawa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 08:21:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234584#M1381140</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2009-09-22T08:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234585#M1381141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which version. Am in ECC6 its working fine. Check this class also &lt;STRONG&gt;CL_HR_NL_FBN_UTIL&lt;/STRONG&gt; in this method &lt;STRONG&gt;UPDATE_INFOTYPE_RECORD&lt;/STRONG&gt;. Check this method whather its working or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 08:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234585#M1381141</guid>
      <dc:creator>vijy_mukunthan</dc:creator>
      <dc:date>2009-09-22T08:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234586#M1381142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the classes u have mentioned r not in ECC5.0. I'm using ECC5.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 08:47:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234586#M1381142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T08:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234587#M1381143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You pass the paramaters like this &lt;/P&gt;&lt;P&gt;INFTY                     -0002&lt;/P&gt;&lt;P&gt;NUMBER                 -1323&lt;/P&gt;&lt;P&gt;validityENDDATE    -31.12.9999&lt;/P&gt;&lt;P&gt;validityBEGINDATE -02.03.1961&lt;/P&gt;&lt;P&gt;Record                   -pa0002  &lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;/SPAN&gt;&amp;lt;-- wrong {color] change to p0002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 09:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234587#M1381143</guid>
      <dc:creator>vijy_mukunthan</dc:creator>
      <dc:date>2009-09-22T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234588#M1381144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah i have passed the value as p0002 but again it shows the same error..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 09:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234588#M1381144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T09:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234589#M1381145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you write the "CALL FUNCTION" statement here....&lt;/P&gt;&lt;P&gt;Write the full code of calling...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of calling this FM:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'HR_INFOTYPE_OPERATION'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          infty           = '0003'&lt;/P&gt;&lt;P&gt;          number          = pa0003-pernr&lt;/P&gt;&lt;P&gt;          validityend     = pa0003-endda&lt;/P&gt;&lt;P&gt;          validitybegin   = pa0003-begda&lt;/P&gt;&lt;P&gt;          record          = p0003&lt;/P&gt;&lt;P&gt;          operation       = 'MOD'           -&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; Try MOD... for your purpose..&lt;/P&gt;&lt;P&gt;          view_identifier = pa0003-viekn&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          return          = wa_return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 09:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234589#M1381145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T09:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234590#M1381146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not calling the function module..&lt;/P&gt;&lt;P&gt;I'm Executing it through se37 and giving the values thereby..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as:&lt;/P&gt;&lt;P&gt;infotype-0002&lt;/P&gt;&lt;P&gt;number-00001323&lt;/P&gt;&lt;P&gt;validitybegin-01.01.1996&lt;/P&gt;&lt;P&gt;validityend-31.12.9999&lt;/P&gt;&lt;P&gt;record-p0002&lt;/P&gt;&lt;P&gt;operation-dis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 09:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234590#M1381146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T09:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234591#M1381147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I jus don't understand why you are trying to display the record with this FM...&lt;/P&gt;&lt;P&gt;I guess this FM is used for Creating/changing the records.... Its my guess....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try "MOD" for any operation....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 10:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234591#M1381147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234592#M1381148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i use mod it didn't show a runtime error &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it shows an error message Error-14   026 in Error handling.&lt;/P&gt;&lt;P&gt;is this the message delivered by bapireturn?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it returning error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 10:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234592#M1381148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234593#M1381149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is no data in infotype 0002 in the given inteval...it shows error as MOD indicates change of existing record...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use INS for inserting new record...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 10:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234593#M1381149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-22T10:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with HR_INFOTYPE_OPERATION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234594#M1381150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still it gives a dump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me try it usin call function..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks to all for the reply..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2009 07:03:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-hr-infotype-operation/m-p/6234594#M1381150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-23T07:03:49Z</dc:date>
    </item>
  </channel>
</rss>

