<?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 COMPANY CODE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954242#M392746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone please tell me in a report if there is a company code field ,how to know  how many company codes available in a particular report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 08:26:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-28T08:26:30Z</dc:date>
    <item>
      <title>COMPANY CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954242#M392746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone please tell me in a report if there is a company code field ,how to know  how many company codes available in a particular report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 08:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954242#M392746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T08:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: COMPANY CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954243#M392747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;declare one more itab with only BUKRS

loop at itab.
  move itab-bukrs to it_bukrs-bukrs.
  append it_bukrs.
  clear it_bukrs.
endloop.

delete adjacent duplicates from it_bukrs.

describe table it_bukrs lines v_lines.

write : / 'no of company codes in report :' , v_lines.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 08:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954243#M392747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T08:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: COMPANY CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954244#M392748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Search the Program with the field BUKRS .&lt;/P&gt;&lt;P&gt;Generally if more than one company code is used, somewhere they will hardcode these values for that field BUKRS. &lt;/P&gt;&lt;P&gt;Or they may declare 2 or 3 constants for these Company codes and use it.&lt;/P&gt;&lt;P&gt;So check in the CONSTANTS section of the report, whether any of the Company codes are declared or&lt;/P&gt;&lt;P&gt;Search in the Program with the field BUKRS, whether any other value is assigned to this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 08:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954244#M392748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T08:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: COMPANY CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954245#M392749</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;It's depends on the selection-screen, if the company code is managed by select-options it means the report can manage all company codes defined in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 08:47:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954245#M392749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T08:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: COMPANY CODE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954246#M392750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you see the table T001, then you can see all the copnay codes in your system.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 09:02:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/company-code/m-p/1954246#M392750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-28T09:02:01Z</dc:date>
    </item>
  </channel>
</rss>

