<?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: Error Exception when posting IT0008 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326994#M167377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm done fixing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add the code at the top of the program with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD-OF-PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM do_nothing(sapfp50p).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occured because it dealed with some kind of frame works, so we must use this subroutine to disable or stop the frame work, so the error exception didn't occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2006 06:57:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-20T06:57:24Z</dc:date>
    <item>
      <title>Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326977#M167360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guru all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm having problem in creating infotype 0008, it shows error message CX_HRPA_INVALID_PARAMETER, i already read the topic with same problem, but somehow i don't get the solution for my problem, can u give me a hand? Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for the code, the example like this :&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                  = '0008'&lt;/P&gt;&lt;P&gt;          number                 = wa_basic-pernr&lt;/P&gt;&lt;P&gt;          subtype                = wa_basic-subty&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OBJECTID               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LOCKINDICATOR          =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          validityend            = wa_basic-endda&lt;/P&gt;&lt;P&gt;          validitybegin          = wa_basic-begda&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  RECORDNUMBER           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          record                 = wa_basic&lt;/P&gt;&lt;P&gt;          operation              = 'INS'&lt;/P&gt;&lt;P&gt;          tclas                  = 'A'&lt;/P&gt;&lt;P&gt;          dialog_mode            = '0'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NOCOMMIT               =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  VIEW_IDENTIFIER        =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SECONDARY_RECORD       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;          return                 = v_return&lt;/P&gt;&lt;P&gt;          key                    = l_key&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS                 = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326977#M167360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326978#M167361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi julius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. make sure your wa_basic&lt;/P&gt;&lt;P&gt;  is defined as :&lt;/P&gt;&lt;P&gt;  data : wa_basis like p0008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Also check out the definitions of &lt;/P&gt;&lt;P&gt;   the variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_return&lt;/P&gt;&lt;P&gt;l_key&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326978#M167361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326979#M167362</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;can u show the declarations for the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per the FM the foll r the parameter data types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; VALUE(INFTY) LIKE  PRELP-INFTY&lt;/P&gt;&lt;P&gt;*"     VALUE(NUMBER) LIKE  P0001-PERNR&lt;/P&gt;&lt;P&gt;*"     VALUE(SUBTYPE) LIKE  P0001-SUBTY OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(OBJECTID) LIKE  P0001-OBJPS OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(LOCKINDICATOR) LIKE  P0001-SPRPS OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(VALIDITYEND) LIKE  P0001-ENDDA OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(VALIDITYBEGIN) LIKE  P0001-BEGDA OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(RECORDNUMBER) LIKE  P0001-SEQNR OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(RECORD)&lt;/P&gt;&lt;P&gt;*"     VALUE(OPERATION) LIKE  PSPAR-ACTIO&lt;/P&gt;&lt;P&gt;*"     VALUE(TCLAS) LIKE  PSPAR-TCLAS DEFAULT 'A'&lt;/P&gt;&lt;P&gt;*"     VALUE(DIALOG_MODE) TYPE  C DEFAULT '0'&lt;/P&gt;&lt;P&gt;*"     VALUE(NOCOMMIT) LIKE  BAPI_STAND-NO_COMMIT OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(VIEW_IDENTIFIER) LIKE  P0003-VIEKN OPTIONAL&lt;/P&gt;&lt;P&gt;*"     VALUE(SECONDARY_RECORD) OPTIONAL&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     VALUE(RETURN) LIKE  BAPIRETURN1 STRUCTURE  BAPIRETURN1&lt;/P&gt;&lt;P&gt;*"     VALUE(KEY) LIKE  BAPIPAKEY STRUCTURE  BAPIPAKEY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326979#M167362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326980#M167363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. my wa_basic already defined like ur answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. the definition of v_return LIKE  bapireturn1&lt;/P&gt;&lt;P&gt;                     l_key    LIKE bapipakey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't solve my problem, the error still occured, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326980#M167363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326981#M167364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How abput the date format of wa_basic-begda &amp;amp; wa_basic-endda? I would suggest to change the DIALOG_MODE = '2' &amp;amp; execute it.. this way, you can see if the correct values are getting passed onto the infotype screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326981#M167364</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-05-26T09:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326982#M167365</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;can u show the declarations for the parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per the FM the foll r the parameter data types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE(INFTY) LIKE PRELP-INFTY -&amp;gt; '0008'&lt;/P&gt;&lt;P&gt;*" VALUE(NUMBER) LIKE P0001-PERNR -&amp;gt;wa_basic-pernr like p0008-pernr&lt;/P&gt;&lt;P&gt;*" VALUE(SUBTYPE) LIKE P0001-SUBTY OPTIONAL-&amp;gt; wa_basic-subty like p0008-subty&lt;/P&gt;&lt;P&gt;*" VALUE(OBJECTID) LIKE P0001-OBJPS OPTIONAL -&amp;gt;not filled&lt;/P&gt;&lt;P&gt;*" VALUE(LOCKINDICATOR) LIKE P0001-SPRPS OPTIONAL-&amp;gt;not filled&lt;/P&gt;&lt;P&gt;*" VALUE(VALIDITYEND) LIKE P0001-ENDDA OPTIONAL -&amp;gt;wa_basic-endda like p0008-endda&lt;/P&gt;&lt;P&gt;*" VALUE(VALIDITYBEGIN) LIKE P0001-BEGDA OPTIONAL -&amp;gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;wa_basic-begda like p0008-begda&lt;/P&gt;&lt;P&gt;*" VALUE(RECORDNUMBER) LIKE P0001-SEQNR OPTIONAL-&amp;gt;not filled&lt;/P&gt;&lt;P&gt;*" VALUE(RECORD) -&amp;gt; wa_basic, structure p0008&lt;/P&gt;&lt;P&gt;*" VALUE(OPERATION) LIKE PSPAR-ACTIO -&amp;gt;INS&lt;/P&gt;&lt;P&gt;*" VALUE(TCLAS) LIKE PSPAR-TCLAS DEFAULT 'A' -&amp;gt;A&lt;/P&gt;&lt;P&gt;*" VALUE(DIALOG_MODE) TYPE C DEFAULT '0' -&amp;gt;'0'&lt;/P&gt;&lt;P&gt;*" VALUE(NOCOMMIT) LIKE BAPI_STAND-NO_COMMIT OPTIONAL -&amp;gt;not filled&lt;/P&gt;&lt;P&gt;*" VALUE(VIEW_IDENTIFIER) LIKE P0003-VIEKN OPTIONAL -&amp;gt;not filled&lt;/P&gt;&lt;P&gt;*" VALUE(SECONDARY_RECORD) OPTIONAL -&amp;gt;not filled&lt;/P&gt;&lt;P&gt;*" EXPORTING&lt;/P&gt;&lt;P&gt;*" VALUE(RETURN) LIKE BAPIRETURN1 STRUCTURE BAPIRETURN1-&amp;gt;same like my previous answer&lt;/P&gt;&lt;P&gt;*" VALUE(KEY) LIKE BAPIPAKEY STRUCTURE BAPIPAKEY -&amp;gt;same like my previous answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326982#M167365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326983#M167366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. U can try by passing some extra parameters also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. like this (note, the variable names in mycase are different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.&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         = '0008'&lt;/P&gt;&lt;P&gt;      number        = ptab-pernr&lt;/P&gt;&lt;P&gt;      subtype       = np0008-subty&lt;/P&gt;&lt;P&gt;      recordnumber  = np0008-seqnr&lt;/P&gt;&lt;P&gt;      objectid      = np0008-objps&lt;/P&gt;&lt;P&gt;      lockindicator = np0008-sprps&lt;/P&gt;&lt;P&gt;      record        = np0008&lt;/P&gt;&lt;P&gt;      operation     = operation&lt;/P&gt;&lt;P&gt;      validityend   = np0008-endda&lt;/P&gt;&lt;P&gt;      validitybegin = np0008-begda&lt;/P&gt;&lt;P&gt;      dialog_mode   = '0'&lt;/P&gt;&lt;P&gt;      nocommit      = nocommit&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      return        = ret&lt;/P&gt;&lt;P&gt;      key           = k.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326983#M167366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326984#M167367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried it, by adding some extra parameters, but it didn't work either. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:54:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326984#M167367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326985#M167368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you change teh DIALOG_MODE to '2'? Does the Infotype 0008 screen get displayed with your values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326985#M167368</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-05-26T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326986#M167369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If everything is tried, and still error,&lt;/P&gt;&lt;P&gt;   then probably it must have to do with&lt;/P&gt;&lt;P&gt;    the data in p0008.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Just check out if the wage types and other fields&lt;/P&gt;&lt;P&gt;   are ok or not in the data.&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 10:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326986#M167369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T10:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326987#M167370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing the 'subtype' parameter, IT0008 doesn't have subtypes.&lt;/P&gt;&lt;P&gt;What happened when you changed dialog mode to 2?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 10:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326987#M167370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326988#M167371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already change it to dialog mode 2, it's okay but there is an error message like this : there is no range value min or max for position 30000011. for ur consideration, subtype 0 is exist which is basic contract&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 10:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326988#M167371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T10:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326989#M167372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. It seems this is not an FM error,&lt;/P&gt;&lt;P&gt;   but error while posting the transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The same data,&lt;/P&gt;&lt;P&gt;   if entered manually using PA30 tcode&lt;/P&gt;&lt;P&gt;   for the same pernr,&lt;/P&gt;&lt;P&gt;   should also give this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If possible, manual entry should be tried,&lt;/P&gt;&lt;P&gt;   to know if its the error message given &lt;/P&gt;&lt;P&gt;  by the transaction (for data consistency)&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;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 10:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326989#M167372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T10:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326990#M167373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.. I agree with Amit..the erro is not related to the function call but lies with the data..You can maintain the Planned Compensation in PP01 for the Position in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 10:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326990#M167373</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-05-26T10:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326991#M167374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see.... but after dialog mode 2 executed, and entered the infotype window. after i finished saved it, after that it triggered error like this CL_HRPA_MASTERDATA_FACTORY====CP.&lt;/P&gt;&lt;P&gt;                                                                                IF a_is_initialized = true.                                              &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  This indicates some complex problem which often can be easily          &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  fixed. For details see NOTE 493984 (2003).                             &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           RAISE EXCEPTION TYPE cx_hrpa_violated_precondition.                                                                                &lt;/P&gt;&lt;P&gt;and the program returns to error message&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 10:28:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326991#M167374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T10:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326992#M167375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm done with tcode PP01, and it still showed the same error like i said before. CL_HRPA_MASTERDATA_FACTORY====CP. I was also posting basic pay manual, with the same data. When the input data is done, and the button saved is clicked, it didn't give any error exception. But when i'm using the program to upload basic pay, after the dialog mode 2 then clicked save button mode, it gave error exception.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2006 03:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326992#M167375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-29T03:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326993#M167376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Memeo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same exception.&lt;/P&gt;&lt;P&gt;Did you fix it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jacob Vennervald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 17:45:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326993#M167376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-19T17:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error Exception when posting IT0008</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326994#M167377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm done fixing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I add the code at the top of the program with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD-OF-PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM do_nothing(sapfp50p).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occured because it dealed with some kind of frame works, so we must use this subroutine to disable or stop the frame work, so the error exception didn't occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 06:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-exception-when-posting-it0008/m-p/1326994#M167377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T06:57:24Z</dc:date>
    </item>
  </channel>
</rss>

