<?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: Select Accounting View in BDC Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874268#M931268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ashok , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possible solution is you have to see which material type is having how many number of views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of views will be definitely depending upon material type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in BDC check wht is the Material type and accordingly you can select the number of view in which the accounting fall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 May 2008 11:52:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-26T11:52:02Z</dc:date>
    <item>
      <title>Select Accounting View in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874267#M931267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I am working on a BDC program in which I have to change the Accounting view data for Materials(MM02).&lt;/P&gt;&lt;P&gt;Each material has diferent number of views. So How can I select only the Accounting View when changing Material data through BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874267#M931267</guid>
      <dc:creator>ashok_kumar24</dc:creator>
      <dc:date>2008-05-26T11:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select Accounting View in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874268#M931268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Ashok , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possible solution is you have to see which material type is having how many number of views. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of views will be definitely depending upon material type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in BDC check wht is the Material type and accordingly you can select the number of view in which the accounting fall.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 11:52:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874268#M931268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T11:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Select Accounting View in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874269#M931269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ashok ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ideally you should use BAPI_Material_savedata to change the material master.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as far as your problem goes you can use the following method to select appropraite view in MM02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MXX' FIELD c_v.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c_v is a char 1 constant and can have values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; User department                Maintenance statu(Value of c_v)&lt;/P&gt;&lt;P&gt; Work scheduling                A&lt;/P&gt;&lt;P&gt; Accounting                        B&lt;/P&gt;&lt;P&gt; Classification                     C&lt;/P&gt;&lt;P&gt; MRP                                 D&lt;/P&gt;&lt;P&gt; Purchasing                        E&lt;/P&gt;&lt;P&gt; Production resources/tools     F&lt;/P&gt;&lt;P&gt; Costing                             G&lt;/P&gt;&lt;P&gt; Basic data                        K&lt;/P&gt;&lt;P&gt; Storage                            L&lt;/P&gt;&lt;P&gt; Forecasting                      P&lt;/P&gt;&lt;P&gt; Quality management         Q&lt;/P&gt;&lt;P&gt; Warehouse management   S&lt;/P&gt;&lt;P&gt; Sales                               V&lt;/P&gt;&lt;P&gt; Plant stocks                      X&lt;/P&gt;&lt;P&gt; Storage location stocks     Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: navjot sharma on May 26, 2008 2:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874269#M931269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select Accounting View in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874270#M931270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;simplest answer is don't. SAP no longer supports transactions MM0x for BDC, you are supposed to use the BAPI's, e.g. BAPI_MATERIAL_EDIT. You can program around the changing number of entries in the view selection popup but it's no fun. You will have to determine what views have been maintained, stored somewhere in a status field on the different MARx tables. I don't remember all the details off the top of my head and don't have an example program.&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;Gert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874270#M931270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Select Accounting View in BDC Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874271#M931271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First select basic data 1 view, then click on more options and select accounting view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;N M Poojari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2008 12:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-accounting-view-in-bdc-program/m-p/3874271#M931271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-26T12:06:55Z</dc:date>
    </item>
  </channel>
</rss>

