<?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: IT Update in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302462#M1222865</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this,but throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i pass in PNNN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you suggest anythign else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2009 16:34:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-18T16:34:06Z</dc:date>
    <item>
      <title>IT Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302460#M1222863</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;Iam looking to update 1001 infotype and i found FM RH_UPD_INFTY.&lt;/P&gt;&lt;P&gt;I dont know the reason why its not updating table HRP1001..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this??&lt;/P&gt;&lt;P&gt;Main thing is i need to update PO10 tcode and i figured out its updating HRP1001 table at backend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 05:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302460#M1222863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T05:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: IT Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302461#M1222864</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;Use the Fm &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'RH_PNNNN_MAINTAIN'
    EXPORTING
      act_fcode             = p_fcode
      act_plvar             = p_plvar
      act_otype             = p_otype
      act_objid             = p_objid
      act_infty             = p_infty
      act_subty             = p_subty
      act_pnnnn             = p_pnnnn
      act_gdate             = sy-datum
      suppress_dialog       = '2'
      act_vtask             = 'D'
      act_commit_flg        = l_commit_flg
      clear_buffer_plog_tab = ''
    IMPORTING
      act_mess_info         = l_hrrhad_msg
    EXCEPTIONS
      infty_not_valid       = 1
      no_plvar              = 2
      object_not_defined    = 3
      otype_not_valid       = 4
      no_authority          = 5
      action_rejected       = 6
      no_gdate              = 7
      fcode_not_supported   = 8
      OTHERS                = 9.
CALL FUNCTION 'RH_UPDATE_DATABASE'
    EXPORTING
      vtask      = 'D'
      buffer_upd = space
    EXCEPTIONS
      corr_exit  = 1
      OTHERS     = 2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 05:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302461#M1222864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T05:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: IT Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302462#M1222865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this,but throwing error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i pass in PNNN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you suggest anythign else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 16:34:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302462#M1222865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T16:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: IT Update</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302463#M1222866</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;This will Definately help you to move further &lt;/P&gt;&lt;P&gt;&lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-hr/function-modules-to-update-om-outside-batch-input-2129268?cv=expanded" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-hr/function-modules-to-update-om-outside-batch-input-2129268?cv=expanded&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It talks about Function Moule RH_RELATION_MAINTAIN and program RHINTE00.&lt;/P&gt;&lt;P&gt;By the way you can also check code for RHINTE00 to unerstand how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls let me know how it goes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 18:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/it-update/m-p/5302463#M1222866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T18:48:45Z</dc:date>
    </item>
  </channel>
</rss>

