<?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 ABAP Sample code for HR_MAINTAIN_MASTERDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864617#M671811</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to delimit a record in the HR master Table wi the help of Function Module HR_MAINTAIN_MASTERDATA, but its not updating HR master table correctly so please send me some sample code for that function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usefull points will rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Hariharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 06:50:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T06:50:26Z</dc:date>
    <item>
      <title>ABAP Sample code for HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864617#M671811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to delimit a record in the HR master Table wi the help of Function Module HR_MAINTAIN_MASTERDATA, but its not updating HR master table correctly so please send me some sample code for that function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;usefull points will rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Hariharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864617#M671811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T06:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Sample code for HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864618#M671812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function 'HR_MAINTAIN_MASTERDATA'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;pernr = pernr&lt;/P&gt;&lt;P&gt;MASSN = massn&lt;/P&gt;&lt;P&gt;actio = actio&lt;/P&gt;&lt;P&gt;TCLAS = tclas&lt;/P&gt;&lt;P&gt;begda = begda&lt;/P&gt;&lt;P&gt;endda = endda&lt;/P&gt;&lt;P&gt;OBJPS = objps&lt;/P&gt;&lt;P&gt;SEQNR = seqnr&lt;/P&gt;&lt;P&gt;SPRPS = sprps&lt;/P&gt;&lt;P&gt;subty = subty&lt;/P&gt;&lt;P&gt;WERKS =&lt;/P&gt;&lt;P&gt;PERSG =&lt;/P&gt;&lt;P&gt;PERSK =&lt;/P&gt;&lt;P&gt;PLANS =&lt;/P&gt;&lt;P&gt;dialog_mode = '0'&lt;/P&gt;&lt;P&gt;luw_mode = '0'&lt;/P&gt;&lt;P&gt;NO_EXISTENCE_CHECK = ' '&lt;/P&gt;&lt;P&gt;NO_ENQUEUE = ' '&lt;/P&gt;&lt;P&gt;importing&lt;/P&gt;&lt;P&gt;return = l_return&lt;/P&gt;&lt;P&gt;return1 = l_return1&lt;/P&gt;&lt;P&gt;HR_RETURN =&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;proposed_values = li_pprop.&lt;/P&gt;&lt;P&gt;MODIFIED_KEYS =&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endfunction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this Reprot for the Usage - RPLAPL00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check standard program RPLAPL00 for sample code on how to use FM HR_MAINTAIN_MASTERDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please give me reward point If it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali Poli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 07:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864618#M671812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T07:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Sample code for HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864619#M671813</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;&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 = NUMBER(personal Number)&lt;/P&gt;&lt;P&gt;ACTIO = OPERATION (INS or COP or DEL)&lt;/P&gt;&lt;P&gt;TCLAS = TCLAS ('B')&lt;/P&gt;&lt;P&gt;BEGDA = VALIDITYBEGIN (Begin Date)&lt;/P&gt;&lt;P&gt;ENDDA = VALIDITYEND (End date)&lt;/P&gt;&lt;P&gt;DIALOG_MODE = DIALOG_MODE (1 or 0-foreground or Background)&lt;/P&gt;&lt;P&gt;NO_ENQUEUE = 'X'&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;RETURN1 = RETURN&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;PROPOSED_VALUES = PROPOSED_VALUES (p0006 Structure value-Nothing But IT 6 record)&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;OTHERS = 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 07:03:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864619#M671813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T07:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Sample code for HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864620#M671814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Call update function module:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&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           = SS300_0001T-PERNR&lt;/P&gt;&lt;P&gt;          ACTIO           = OPERATION&lt;/P&gt;&lt;P&gt;          BEGDA           = VALIDITYBEGIN&lt;/P&gt;&lt;P&gt;          ENDDA           = '99991231'&lt;/P&gt;&lt;P&gt;          SUBTY           = SPACE&lt;/P&gt;&lt;P&gt;          NO_ENQUEUE      = SPACE&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          RETURN1         = RETURN&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          PROPOSED_VALUES = VALUES&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        MODIFIED_KEYS   =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          OTHERS          = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF RETURN IS INITIAL.&lt;/P&gt;&lt;P&gt;        CONCATENATE SS300_0002-VORNA SS300_0002-NACHN&lt;/P&gt;&lt;P&gt;          INTO ENAME SEPARATED BY SPACE.&lt;/P&gt;&lt;P&gt;        CONDENSE ENAME.&lt;/P&gt;&lt;P&gt;        MESSAGE S006 WITH ENAME SPACE.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        MESSAGE ID     RETURN-ID&lt;/P&gt;&lt;P&gt;                TYPE   'S'&lt;/P&gt;&lt;P&gt;                NUMBER RETURN-NUMBER&lt;/P&gt;&lt;P&gt;                WITH   RETURN-MESSAGE_V1 RETURN-MESSAGE_V2&lt;/P&gt;&lt;P&gt;                       RETURN-MESSAGE_V3 RETURN-MESSAGE_V4.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f1/0ce464dc8b11d2803800c04f99fbf0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f1/0ce464dc8b11d2803800c04f99fbf0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 08:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864620#M671814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Sample code for HR_MAINTAIN_MASTERDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864621#M671815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will the same work for deleting the Set of actions in PA40? If not, can anyone suggest the same?&lt;/P&gt;&lt;P&gt;Which FM or BAPI would be better to delete the records in a set of Infotypes based on the Action Type?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 08:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-sample-code-for-hr-maintain-masterdata/m-p/2864621#M671815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-02-23T08:19:31Z</dc:date>
    </item>
  </channel>
</rss>

