<?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: FB01 BDC substitution problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964148#M699385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, they are not criteria for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, why don't u directly read the substituted HKONT from the set name (ZSUB_BANKGL_1001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In GS922 look for HKONT against BSEG. If there is a form exit they are using then it would be placed against the field 'ProcessingForm' and I believe that is the case here too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2007 02:05:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-26T02:05:57Z</dc:date>
    <item>
      <title>FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964143#M699380</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 wrote a batch program to transfer GL data from text file to SAP. It uses FB01. &lt;/P&gt;&lt;P&gt;Everything works fine except for some GL accounts that do not need cost center input. When such account inserted my program has an error&lt;/P&gt;&lt;P&gt;saying that there is no field 'COBL-KOSTL' in the form. &lt;/P&gt;&lt;P&gt;To fix the problem my program has to access substitution rule and either insert or not incert line: PERFORM bdc_field USING 'COBL-KOSTL' itab-kostl. "Cost center&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: how to access substitution rules from ABAP program? Or may be I have to access basic set generated by substitution? Or may be any other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vitaly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 22:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964143#M699380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T22:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964144#M699381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vitaly ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can access to substitution rules but the problem you have is something with the customizing i think . Some accounts don't need cost centers. You have to change your screen sequence sometimes depending on the accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Caglar Ozkor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 23:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964144#M699381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T23:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964145#M699382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;These tables might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GB03                           Validation/Substitution User&lt;/P&gt;&lt;P&gt;GB03T                          Validation/Substitution Application Area T&lt;/P&gt;&lt;P&gt;GB31                           Validation/Substitution Callup Points&lt;/P&gt;&lt;P&gt;GB31T                          Validation/Substitution Callup Point Text&lt;/P&gt;&lt;P&gt;GB907                          Rule: Usage of Rules in Substitutions&lt;/P&gt;&lt;P&gt;GB92                           Substitutions&lt;/P&gt;&lt;P&gt;GB921                          Substitution Conditions&lt;/P&gt;&lt;P&gt;GB921T                         Substitution: Text Table for Substitution&lt;/P&gt;&lt;P&gt;GB922                          Substitution Constants&lt;/P&gt;&lt;P&gt;GB925                          Usage of Substitutions&lt;/P&gt;&lt;P&gt;GB92T                          Texts for Substitutions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not checked the details of which table to use exactly but I am sure it would help you in some sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 02:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964145#M699382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T02:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964146#M699383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the point. Some accounts don't need cost centers and those accounts could be fount when I manually run transaction GS02 and specify basic set name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have substitution ID (ZSUBFI) and basic set name (ZSUB_BANKGL_1001). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In table GB922, under substitution ID ZSUBFI there is set of constants for certain fields in BSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shall I search BSEG table for those values and consider it the rule to find out GL accounts (HKONT) that do not need cost center?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vitaly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 22:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964146#M699383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T22:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964147#M699384</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 is not best idea to write BDC on FB01 as you need to check lot many parameter such as cost center assignment, profit center ass. posting keys etc.&lt;/P&gt;&lt;P&gt;Why don't you use BAPI for this.&lt;/P&gt;&lt;P&gt;If it is going to be daily or routine activity I think BAPI  is the way to go with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 23:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964147#M699384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T23:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964148#M699385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, they are not criteria for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw, why don't u directly read the substituted HKONT from the set name (ZSUB_BANKGL_1001).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In GS922 look for HKONT against BSEG. If there is a form exit they are using then it would be placed against the field 'ProcessingForm' and I believe that is the case here too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 02:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964148#M699385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T02:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964149#M699386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to read set? When I tried to open it as table it failed. I searched the forum and found nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 15:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964149#M699386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964150#M699387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you substituting. I don't think you're supposed to substitute anything with financial implications (like cost centers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 16:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964150#M699387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-26T16:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964151#M699388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you clarify the problem?  Are you getting a message indicating there is no field 'COBL-KOSTL' on the coding block screen in FB01?... if this is the case, it's configuration you need to understand as it would indicate that your BDC code is trying to feed in a cost centre to an account but the field is not available on the popup (typically because th GL account is something like a balance sheet account that does not affect CO).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually I have found that looking at the account group on the GL account master is frequently the way to determine what is going to appear in the coding block - but chat to the functional team / users first as they can explain the local rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Oct 2007 10:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964151#M699388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-28T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: FB01 BDC substitution problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964152#M699389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes they have substitution rules that generate a list of GL accounts that should not receive Cost Center information. This list is in basic set named ZSUB_BANKGL_1001. My original question was how to access basic set from abap program. Or how to access substitutional rules from abap program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 16:07:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fb01-bdc-substitution-problem/m-p/2964152#M699389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T16:07:42Z</dc:date>
    </item>
  </channel>
</rss>

