<?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: Settlement rule in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353624#M1540992</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;We are using only WBS elements and costcenters in this user exit, maybe posting to NWA is not allowed (I don't know exactly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;pmdfu_tab-konty = 'PR'.       "WBS element
  pmdfu_tab-fdind = caufvd_imp-pspel.
  ...
  pmdfu_tab-konty = 'KS'. " Costcenter
  pmdfu_tab-fdind = '654100'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Oct 2010 13:11:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-15T13:11:34Z</dc:date>
    <item>
      <title>Settlement rule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353623#M1540991</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;If networkplan and activity are filled in a service order, I need to create settlement rules through exit EXIT_SAPLCOI1_027.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pmdfu_tab-konty = 'NWA'.&lt;/P&gt;&lt;P&gt;pmdfu_tab-fdind = caufvd_imp-aufnt.&lt;/P&gt;&lt;P&gt;pmdfu_tab-fdind2 = caufvd_imp-aplzt.&lt;/P&gt;&lt;P&gt;pmdfu_tab-perbz = 'PER'.&lt;/P&gt;&lt;P&gt;pmdfu_tab-prozs = '100'.&lt;/P&gt;&lt;P&gt;append pmdfu_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My receiver should contain caufvd_imp-aufnt ' ' caufvd_imp-aplzt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After te exit the fields from table pmdfu_tab are mapped to cobrb through table tkb2c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defult rule    Obj. Type       Category       Sequence    Receiver field                     Default field&lt;/P&gt;&lt;P&gt;PMU	OR	NV	1	COBRB-NPLNR	PMDFU-FDIND&lt;/P&gt;&lt;P&gt;PMU	OR	NV	2	COBRB-APLZL	PMDFU-FDIND2&lt;/P&gt;&lt;P&gt;PMU	OR	NV	3	COBRB-AUFPL	LV_AUFPL&lt;/P&gt;&lt;P&gt;PMU	OR	NV	4	COBRB-AQZIF	PMDFU-AQZIF&lt;/P&gt;&lt;P&gt;PMU	OR	NV	5	COBRB-PROZS	PMDFU-PROZS&lt;/P&gt;&lt;P&gt;PMU	OR	NV	6	COBRB-URZUO	L_URZUO&lt;/P&gt;&lt;P&gt;PMU	OR	NV	7	COBRB-BETRR	L_BETRR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to create the settlement rule I assume I should pass caufvd_imp-aufnt which is COBRB-AUFPL.&lt;/P&gt;&lt;P&gt;Reading the table, I should fill LV_AUFPL in my exit. But it does not exist in the exit and neither does it on the place of the mapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone know if the entries in the table are correct? &lt;/P&gt;&lt;P&gt;If they are correct, what is wrong in my code here above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 11:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353623#M1540991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-15T11:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Settlement rule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353624#M1540992</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;We are using only WBS elements and costcenters in this user exit, maybe posting to NWA is not allowed (I don't know exactly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;pmdfu_tab-konty = 'PR'.       "WBS element
  pmdfu_tab-fdind = caufvd_imp-pspel.
  ...
  pmdfu_tab-konty = 'KS'. " Costcenter
  pmdfu_tab-fdind = '654100'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Oct 2010 13:11:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353624#M1540992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-15T13:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Settlement rule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353625#M1540993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tamás&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed it isn't possible to post to networkactivity from this exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I should create a line with Settlement type 'PER' and one with Settlement type 'TOT' and post it to WBS element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm having an error when posting the TOT line.&lt;/P&gt;&lt;P&gt;Did you have similar problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Nov 2010 16:16:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353625#M1540993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-03T16:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Settlement rule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353626#M1540994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Posting to NWA is not foreseen by SAP in this exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 21:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353626#M1540994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T21:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Settlement rule</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353627#M1540995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can simply be solved by creating an append structure to PMDFU with field AUFNT and then map this new field in table TKB2C by changing the relevant two entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PMDFU:&lt;/P&gt;&lt;P&gt;.APPEND Z_SETT_RULE		0	0	Append Structure for Settlement Rule&lt;/P&gt;&lt;P&gt;AUFNT	CO_TEILNET	CHAR	12	0	Number of superior network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TKB2C:&lt;/P&gt;&lt;P&gt;COBRB-NPLNR              PMDFU-AUFNT&lt;/P&gt;&lt;P&gt;COBRB-APLZL              PMDFU-FDIND2&lt;/P&gt;&lt;P&gt;COBRB-AUFPL              PMDFU-FDIND &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 16:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/settlement-rule/m-p/7353627#M1540995</guid>
      <dc:creator>martin_jonsson</dc:creator>
      <dc:date>2011-07-13T16:18:49Z</dc:date>
    </item>
  </channel>
</rss>

