<?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 HR_MAINTAIN_MASTERDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474997#M222781</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am having problem copying Infotype 8. all i am trying to achive is to create a new wage types in the table control. how i am calling the function is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          pernr           = wa_data-pernr&lt;/P&gt;&lt;P&gt;          actio           = 'COP'&lt;/P&gt;&lt;P&gt;          tclas           = 'A'&lt;/P&gt;&lt;P&gt;          begda           = sy-datum "wa_data-begda&lt;/P&gt;&lt;P&gt;          endda           = '99991231'&lt;/P&gt;&lt;P&gt;          dialog_mode     = '2'&lt;/P&gt;&lt;P&gt;          luw_mode        = '1'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          return1         = lt_return&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          proposed_values = lt_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Debug, lt_values[] tab has following Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFTY FNAME                FVAL&lt;/P&gt;&lt;P&gt;0008 |P0008-PERNR         &amp;lt;00900266                                       &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-BEGDA         &amp;lt;20060822                                       &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ENDDA         &amp;lt;99991231                                       &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFAR         &amp;lt;01                                             &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFGB         &amp;lt;01                                             &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFGR         &amp;lt;                                               &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFST         &amp;lt;                                               &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-ANSAL         &amp;lt;                                               &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ANCUR         &amp;lt;CAD                                            &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(01)     &amp;lt;1003                                           &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(01)     &amp;lt;          3125.0000                            &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(02)     &amp;lt;9999                                           &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(02)     &amp;lt;          1000.0000                            &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(03)     &amp;lt;9998                                           &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(03)     &amp;lt;         76000.0000                            &amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;What am i missing ??&amp;lt;/b&amp;gt; Help will be greatly appriciated.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2006 12:55:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-22T12:55:02Z</dc:date>
    <item>
      <title>HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474997#M222781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am having problem copying Infotype 8. all i am trying to achive is to create a new wage types in the table control. how i am calling the function is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          pernr           = wa_data-pernr&lt;/P&gt;&lt;P&gt;          actio           = 'COP'&lt;/P&gt;&lt;P&gt;          tclas           = 'A'&lt;/P&gt;&lt;P&gt;          begda           = sy-datum "wa_data-begda&lt;/P&gt;&lt;P&gt;          endda           = '99991231'&lt;/P&gt;&lt;P&gt;          dialog_mode     = '2'&lt;/P&gt;&lt;P&gt;          luw_mode        = '1'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          return1         = lt_return&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          proposed_values = lt_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Debug, lt_values[] tab has following Values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFTY FNAME                FVAL&lt;/P&gt;&lt;P&gt;0008 |P0008-PERNR         &amp;lt;00900266                                       &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-BEGDA         &amp;lt;20060822                                       &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ENDDA         &amp;lt;99991231                                       &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFAR         &amp;lt;01                                             &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFGB         &amp;lt;01                                             &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFGR         &amp;lt;                                               &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-TRFST         &amp;lt;                                               &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-ANSAL         &amp;lt;                                               &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ANCUR         &amp;lt;CAD                                            &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(01)     &amp;lt;1003                                           &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(01)     &amp;lt;          3125.0000                            &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(02)     &amp;lt;9999                                           &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(02)     &amp;lt;          1000.0000                            &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(03)     &amp;lt;9998                                           &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(03)     &amp;lt;         76000.0000                            &amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;What am i missing ??&amp;lt;/b&amp;gt; Help will be greatly appriciated.&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 12:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474997#M222781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474998#M222782</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;Kindly check after commenting the following lines of the function call:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actio = 'COP'&lt;/P&gt;&lt;P&gt;tclas = 'A'&lt;/P&gt;&lt;P&gt;dialog_mode = '2'&lt;/P&gt;&lt;P&gt;luw_mode = '1'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thangesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 13:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474998#M222782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474999#M222783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.. What i was doing wrong was.. Field names were wrong.. instead of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-ANSAL &amp;lt; &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ANCUR &amp;lt;CAD &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(01) &amp;lt;1003 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(01) &amp;lt; 3125.0000 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(02) &amp;lt;9999 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(02) &amp;lt; 1000.0000 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-LGART(03) &amp;lt;9998 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |Q0008-BETRG(03) &amp;lt; 76000.0000 &amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i should have been using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ANSAL &amp;lt; &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-ANCUR &amp;lt;CAD &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-LGA01 &amp;lt;1003 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-BET01 &amp;lt; 3125.0000 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-LGA02 &amp;lt;9999 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-BET02 &amp;lt; 1000.0000 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-LGA03 &amp;lt;9998 &amp;lt;&lt;/P&gt;&lt;P&gt;0008 |P0008-BET03 &amp;lt; 76000.0000 &amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 13:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1474999#M222783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1475000#M222784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I ve the same issue with this FM, and even if I use P0008-LGA01, it does'nt update my infotype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR,&lt;/P&gt;&lt;P&gt;Karim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 16:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hr-maintain-masterdata/m-p/1475000#M222784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T16:56:37Z</dc:date>
    </item>
  </channel>
</rss>

