<?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>Question Re: Copy Locations and Product x Locations in APO in Supply Chain Management Q&amp;A</title>
    <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897567#M167507</link>
    <description>&lt;P&gt;I can't give points to both? Both answers are the same so I applied FIFO rule &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Mar 2019 10:25:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-03-27T10:25:30Z</dc:date>
    <item>
      <title>Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaq-p/11897563</link>
      <description>&lt;P&gt;Dears, &lt;/P&gt;
  &lt;P&gt;I want to simply copy an existing location and create 25 new locations with same attributes except the description of the location and then extend about 1000 odd products to all these new locations. This is all local in APO. No ECC. &lt;/P&gt;
  &lt;P&gt;How do I do it quickly? I can't seem to find copy options on Location or product x location menu. &lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 04:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaq-p/11897563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-27T04:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897564#M167504</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;the LOCNO (Location Number) is unique as well, watch out for that.&lt;/P&gt;&lt;P&gt;The standard tools for location maintenance is available in the SCN Wiki: &lt;A href="https://wiki.scn.sap.com/wiki/x/_A0MDg" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/x/_A0MDg&lt;/A&gt; at chapter: ''Maintain Locations in APO:''&lt;/P&gt;&lt;P&gt;The BAPI_LOCSRVAPS_SAVEMULTI2 interface seems for me the best suit for your needs.&lt;/P&gt;&lt;P&gt;For location-products, following the same logic you can use BAPI_PRDSRVAPS_SAVEMULTI2 whereas the respective wiki is:&lt;/P&gt;&lt;P&gt; &lt;A href="https://wiki.scn.sap.com/wiki/x/wg0MDg" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/x/wg0MDg&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Theoretically, you can use LSMW as well.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gergely&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 08:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897564#M167504</guid>
      <dc:creator>I310607</dc:creator>
      <dc:date>2019-03-27T08:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897565#M167505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;There is no copy option for /SAPAPO/MAT1 and /SAPAPO/LOC3 transaction.&lt;/P&gt;&lt;P&gt;You can use the mass uploading tool like LSMW for it.&lt;/P&gt;&lt;P&gt;Or you can use these FM too&lt;/P&gt;&lt;P&gt;BAPI_LOCSRVAPS_SAVEMULTI2            Create or Change Location Data and &lt;/P&gt;&lt;P&gt;BAPI_PRDSRVAPS_SAVEMULTI2  Create or Change Location-Product level&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;R.Brahmankar&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 08:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897565#M167505</guid>
      <dc:creator>rupesh_brahmankar</dc:creator>
      <dc:date>2019-03-27T08:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897566#M167506</link>
      <description>&lt;P&gt;Thanks Greg and Rupesh once again,&lt;/P&gt;&lt;P&gt;This is torture. &lt;/P&gt;&lt;P&gt;The BAPI you mentioned pulls up 104 columns by just selecting the Product Location object. Secondly I am still no sure what other objects maintain. Then it asks me for GUIDs of everything. while I need to maintain only about 10 fields. Which means leaving the rest blank. I then need to copy paste so much rows and columns there... Lot of work. Wonder why can't they give such copy functions like they have in ECC?&lt;/P&gt;&lt;P&gt;Btw. does LSMW &lt;STRONG&gt;create&lt;/STRONG&gt; product x locations too ?  I thought it maintains if there are existing product x Locations.. &lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 09:52:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897566#M167506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-27T09:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897567#M167507</link>
      <description>&lt;P&gt;I can't give points to both? Both answers are the same so I applied FIFO rule &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 10:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897567#M167507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-27T10:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897568#M167508</link>
      <description>&lt;P&gt;Hi Amit, &lt;/P&gt;&lt;P&gt;APO was mostly designed to work with ECC hand in hand, thats why it does have only limited functions on copy product and location objects.&lt;/P&gt;&lt;P&gt;Regarding the usage: you can even write some logic on the top of the BAPI for uploading from an excel sheet or so - maybe there is a solution somewhere in the community.&lt;/P&gt;&lt;P&gt;About the GUIDs. As per my knowledge the program generates its own guids, if there isn't any provided, so generally the Numbers are enough to be defined. I recommend to test the BAPI first with some test data.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Gergely&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 10:58:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897568#M167508</guid>
      <dc:creator>I310607</dc:creator>
      <dc:date>2019-03-27T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897569#M167509</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;gergely.kocse&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;"APO was mostly designed to work with ECC hand in hand"&lt;/P&gt;&lt;P&gt;There is tons of stuff I maintain locally in APO prod x loc master incl. locations that exist only in APO as part of logical supply chain model, There is a world beyond Plants and MRP Areas too. Like wise I need to main t-lanes. These things are not possible with mass creation and maintenance utilities that aren't dehumanizing. I can't test just about every small bit out there just to do something so basic. Anyway apparently some developers out there are selling such utilities for a small fee. It is all effort Vs reward &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Testing is best done by original developers and document it in the program itself. First time users can only conjecture what needs to be done by looking at those weird looking animals on the screen.&lt;/P&gt;&lt;P&gt;Anyway thanks for your support &lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 07:40:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897569#M167509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-03-29T07:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897570#M167510</link>
      <description>&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;for T-lanes, there are standard mass generation reports, please visit: &lt;A href="https://wiki.scn.sap.com/wiki/x/Kph9Fw" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/x/Kph9Fw&lt;/A&gt; for a test case.&lt;/P&gt;&lt;P&gt;With Best Regards,&lt;/P&gt;&lt;P&gt;Gergely&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 09:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897570#M167510</guid>
      <dc:creator>I310607</dc:creator>
      <dc:date>2019-03-29T09:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Copy Locations and Product x Locations in APO</title>
      <link>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897571#M167511</link>
      <description>&lt;P&gt;Thanks Gergely, meanwhile we developed a new report to upload 20 odd fields on Tlanes... straight from desktop. We have 500000+ product specific t lanes.. with multiple means of transport and costs at multiple locations. Such a pain to maintain this without a friendly utility! Animals like guids are so intimidating. The users even refused to maintain data on the SCC_TL1 screen that undoubtedly is seriously demotivating to bear. Likewise we have a utility to mass check and correct prod x loc master data and create new combinations by copying 'like' prod x locs too and then change it well with excel front end. Copy paste. check save. &lt;/P&gt;&lt;P&gt;We also developed a report to download all useful attributes of lanes by any selection criteria. Works like a charm now. Business users are so happy now.. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2019 02:40:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/supply-chain-management-q-a/copy-locations-and-product-x-locations-in-apo/qaa-p/11897571#M167511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-04T02:40:45Z</dc:date>
    </item>
  </channel>
</rss>

