<?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 in complete Data into substitution in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445643#M1412964</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;I've implemented a substitution for MIRO, which picks the suitable cost element for profit center, which are maintained in OKB9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in substitution is having COBL and COBK structures. but COBL-PRCTR is not having any value, due to that i am getting an error as:  'Account 40002304 requires an assignment to a CO object'. We don't want to maintain default cost element. It should pick from the list which is maintained in OKB9. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the COBL-PRCTR value into substitution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2009 07:00:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-02T07:00:12Z</dc:date>
    <item>
      <title>in complete Data into substitution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445643#M1412964</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;I've implemented a substitution for MIRO, which picks the suitable cost element for profit center, which are maintained in OKB9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in substitution is having COBL and COBK structures. but COBL-PRCTR is not having any value, due to that i am getting an error as:  'Account 40002304 requires an assignment to a CO object'. We don't want to maintain default cost element. It should pick from the list which is maintained in OKB9. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the COBL-PRCTR value into substitution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 07:00:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445643#M1412964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T07:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: in complete Data into substitution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445644#M1412965</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;try to implement the substitution Exit iby copying the program RGGBS000 to Y or Z program and maintain the same in V_t80d transaction.&lt;/P&gt;&lt;P&gt;Assign the newly created exit in the substitution step .&lt;/P&gt;&lt;P&gt;you will find out the standard structure BKPF, BSEG,COBL etc &lt;/P&gt;&lt;P&gt;Write the logic in to the exit to fetch the value from the OKB9 transaction table. and put into the COBL-PRCTR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 09:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445644#M1412965</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2009-12-02T09:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: in complete Data into substitution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445645#M1412966</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 have BSEG, BKPF are empty and COBL is having in-sufficient data.. Now where i need to fetch the profit center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2009 10:00:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445645#M1412966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-02T10:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: in complete Data into substitution</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445646#M1412967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a solution for this: I've implemented a BADI AC_DOCUMENT. in that i exported PRCTR based on BUPLA and i imported into Subtitution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 07:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-complete-data-into-substitution/m-p/6445646#M1412967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-03T07:28:16Z</dc:date>
    </item>
  </channel>
</rss>

