<?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: need some help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569124#M1270462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its all same.&lt;/P&gt;&lt;P&gt;P&lt;EM&gt;0(6), P(6),  P&lt;/EM&gt;(6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2009 12:43:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-13T12:43:27Z</dc:date>
    <item>
      <title>need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569120#M1270458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a meaningful subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing coding in BI7 update rule:&lt;/P&gt;&lt;P&gt;Where I am checking if object type is 0NWA,then derive profit center from network master data where the field network should be equal to the first 7 digits of variable PIOVALUE so I am directly assigning it there...is this correct(the code is marked in ** - **)? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF COMM_STRUCTURE-piobjsv = '0NWA'.
      READ TABLE i_NW WITH TABLE KEY
      co_area = COMM_STRUCTURE-co_area
      **Network = COMM_STRUCTURE-PIOVALUE+0(7).**
      IF sy-subrc = 0.
        RESULT = i_NW-profit_ctr.
        v_part_prctr = i_NW-profit_ctr.
      ENDIF.
    ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on May 14, 2009 8:54 AM - added  tags&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:23:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569120#M1270458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569121#M1270459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  your code is correct&lt;/P&gt;&lt;P&gt;  and you can also use in this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Network = COMM_STRUCTURE-PIOVALUE(7).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569121#M1270459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569122#M1270460</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;One question length of PIOVALUE is 20 and only first 7 digits are of netwok rest are for other so thats y reading 0(7) ...then what you sugggesting will work in the same way i mean does it read first 7 digits only?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569122#M1270460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569123#M1270461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it will read the first Seven digit only in case of +0(7).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569123#M1270461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569124#M1270462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its all same.&lt;/P&gt;&lt;P&gt;P&lt;EM&gt;0(6), P(6),  P&lt;/EM&gt;(6)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 12:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569124#M1270462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T12:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569125#M1270463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anup and Shital...i have rewarded your ans &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 18:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569125#M1270463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T18:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569126#M1270464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pia - please use a more informative subject line in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2009 18:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569126#M1270464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-13T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: need some help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569127#M1270465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Please use a meaningful subject in future&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 06:55:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-some-help/m-p/5569127#M1270465</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-05-14T06:55:36Z</dc:date>
    </item>
  </channel>
</rss>

