<?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 FM 'HR_MAINTAIN_MASTERDATA' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396946#M1045282</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;I faced the same problem. &lt;/P&gt;&lt;P&gt;Go to transaction SU3, select Parameters tab and change the MOL/UGR value(s) to the respective MOLGA value of the employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: If you are dealing with a french employee, change the value(s) in SU3 to '06'; For an US employee, change the value(s) to '10' and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 10:56:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-08T10:56:17Z</dc:date>
    <item>
      <title>Problem with FM 'HR_MAINTAIN_MASTERDATA'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396943#M1045279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wrote in ABAP my Z* program which collects and save some data about new hiring employment.&lt;/P&gt;&lt;P&gt;In this program I'm using FM 'HR_MAINTAIN_MASTERDATA' to save data.&lt;/P&gt;&lt;P&gt;It looks like this:&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 = '00000000'&lt;/P&gt;&lt;P&gt;          massn = '01'&lt;/P&gt;&lt;P&gt;          actio = 'INS'&lt;/P&gt;&lt;P&gt;          tclass = 'A'&lt;/P&gt;&lt;P&gt;          begda = empl_date&lt;/P&gt;&lt;P&gt;          endda = '99991231'&lt;/P&gt;&lt;P&gt;          seqnr = '000'&lt;/P&gt;&lt;P&gt;          werks = 'C101'&lt;/P&gt;&lt;P&gt;          persg = '1'&lt;/P&gt;&lt;P&gt;          persk = '11'&lt;/P&gt;&lt;P&gt;          plans = '00000000'&lt;/P&gt;&lt;P&gt;          dialog_mode = '0'&lt;/P&gt;&lt;P&gt;          luw_mode = '3'&lt;/P&gt;&lt;P&gt;          no_existance_check = 'X'&lt;/P&gt;&lt;P&gt;          no_enqueue = ''&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;          return1 = l_return1&lt;/P&gt;&lt;P&gt;          hr_return = l_hr_return&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;          proposed_values = l_proposed_values&lt;/P&gt;&lt;P&gt;          modified_keys = l_modified_keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have dialog_mode = '1'  program asks me abot data from IT0021 and IT0022. And even when I don't fill this data (press 'BACK' and leave screen) Employee data is saved (without it0021 and it0022 data) and pernr is returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have dialog_mode = '0' data are not save and l_return1 returns E 428 'A complex application error has occurred'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I do to save data with dialog_mode = '0'. My data id IT0000, IT0001, IT0002, IT0006, IT0009, IT0016.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joanna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396943#M1045279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'HR_MAINTAIN_MASTERDATA'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396944#M1045280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have had the same problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution was Hiring in batch input... then use of function module HR_INFOTYPE_OPERATION....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way i found out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396944#M1045280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'HR_MAINTAIN_MASTERDATA'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396945#M1045281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has someone another propose?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 11:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396945#M1045281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with FM 'HR_MAINTAIN_MASTERDATA'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396946#M1045282</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;I faced the same problem. &lt;/P&gt;&lt;P&gt;Go to transaction SU3, select Parameters tab and change the MOL/UGR value(s) to the respective MOLGA value of the employee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: If you are dealing with a french employee, change the value(s) in SU3 to '06'; For an US employee, change the value(s) to '10' and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 10:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-fm-hr-maintain-masterdata/m-p/4396946#M1045282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-08T10:56:17Z</dc:date>
    </item>
  </channel>
</rss>

