<?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: A question about function 'RH_PNNNN_MAINTAIN' when create relationship in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689267#M30964</link>
    <description>&lt;P&gt;Two tips: &lt;/P&gt;
  &lt;P&gt;- Please use code formatting when posting code, it makes it much easier to read.&lt;/P&gt;
  &lt;P&gt;- The function modules are deprecated. Please use the newer CL_HRBAS* classes, e.g. CL_HRBAS_PLAIN_INFOTYPE_ACCESS for updating infotypes.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Sep 2018 06:50:44 GMT</pubDate>
    <dc:creator>pokrakam</dc:creator>
    <dc:date>2018-09-11T06:50:44Z</dc:date>
    <item>
      <title>A question about function 'RH_PNNNN_MAINTAIN' when create relationship</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689266#M30963</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;When I use the function 'RH_PNNNN_MAINTAIN' to insert infotype 1001, if two dates are limited, there will be show as the picture. The function 'RH_INSERT_INFTY' is the same. But I found that 1001 has no constraint, why the record should be delimited?&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;This is a part of code:&lt;/P&gt;
  &lt;P&gt;CALL FUNCTION 'RH_PNNNN_MAINTAIN'&lt;BR /&gt; EXPORTING&lt;BR /&gt; act_fcode = 'INSE'&lt;BR /&gt; act_plvar = i_p1001-plvar&lt;BR /&gt; act_otype = i_p1001-otype&lt;BR /&gt; act_objid = i_p1001-objid&lt;BR /&gt; act_infty = '1001'&lt;BR /&gt; act_subty = 'AE02'&lt;BR /&gt; act_istat = i_p1001-istat&lt;BR /&gt; act_begda = i_p1001-begda&lt;BR /&gt; act_endda = i_p1001-endda&lt;BR /&gt;* ACT_GDATE = begda2&lt;BR /&gt; act_pnnnn = i_p1001&lt;BR /&gt;* suppress_dialog = '2'&lt;BR /&gt;* act_vtask = 'D'&lt;BR /&gt;* clear_buffer_plog_tab = ' '&lt;BR /&gt;* suppress_integration = 'X'&lt;BR /&gt; EXCEPTIONS&lt;BR /&gt; infty_not_valid = 1&lt;BR /&gt; no_plvar = 2&lt;BR /&gt; object_not_defined = 3&lt;BR /&gt; otype_not_valid = 4&lt;BR /&gt; no_authority = 5&lt;BR /&gt; action_rejected = 6&lt;BR /&gt; no_gdate = 7&lt;BR /&gt; fcode_not_supported = 8&lt;BR /&gt; error_message = 9&lt;BR /&gt; OTHERS = 10.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 05:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689266#M30963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-11T05:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: A question about function 'RH_PNNNN_MAINTAIN' when create relationship</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689267#M30964</link>
      <description>&lt;P&gt;Two tips: &lt;/P&gt;
  &lt;P&gt;- Please use code formatting when posting code, it makes it much easier to read.&lt;/P&gt;
  &lt;P&gt;- The function modules are deprecated. Please use the newer CL_HRBAS* classes, e.g. CL_HRBAS_PLAIN_INFOTYPE_ACCESS for updating infotypes.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:50:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689267#M30964</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-09-11T06:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: A question about function 'RH_PNNNN_MAINTAIN' when create relationship</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689268#M30965</link>
      <description>&lt;P&gt;Thank you for your advice &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 06:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/a-question-about-function-rh-pnnnn-maintain-when-create-relationship/m-p/689268#M30965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-09-13T06:41:41Z</dc:date>
    </item>
  </channel>
</rss>

