<?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: BAPI for creating variant table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731342#M318420</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'm stuck in the same scenario as you were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load "Variant Tables" and maintain the structure and assign characteristics and key field to it(as we do in CU61).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2008 21:22:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-07T21:22:59Z</dc:date>
    <item>
      <title>BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731339#M318417</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; Cu61 and Cu60 are two transactions in SAP (comes under Variant Configuration) to create a variant table and fill its contents respectively.&lt;/P&gt;&lt;P&gt;     Now, I am trying to create a transaction in SAP such that on the screen it takes the name of the variant table to be created and an excel file as input from the user and thus create a variant table and fill its contents in the background. Now, ofcourse I have to do this through ABAP coding. I know how to upload the excel file into the internal table but I am not able to figure out that how should i create the variant table and transfer the contents of that internal table to the variant table? That is, how should i transfer the contents to the variant table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to find out the tables involved in the process viz, CUVTAB, CUVTAB_FLD, CUVTAB_VALC. &lt;/P&gt;&lt;P&gt;Does there exist any BAPI for doing the same? &lt;/P&gt;&lt;P&gt;Please Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 06:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731339#M318417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T06:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731340#M318418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shikha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the func mod.:&lt;/P&gt;&lt;P&gt;CUD3_TABLE_CLUSTER_GENERATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Reema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 06:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731340#M318418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T06:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731341#M318419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reema,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Thanks for replying but this is not what I am looking for. I do not want to create a cluster table rather I want to create a variant table (it is a table used in variant configuration to store the combinations of a material whose characteristics can take varying values at the time of configuration). A table that we create through the transaction Cu61 and populate its contents through the transaction Cu60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I still tried your suggestion but it did not result in what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem still exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 06:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731341#M318419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T06:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731342#M318420</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'm stuck in the same scenario as you were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to load "Variant Tables" and maintain the structure and assign characteristics and key field to it(as we do in CU61).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2008 21:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731342#M318420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-07T21:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731343#M318421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello friends..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am also stuck with the same problem. please anyone can tell us how to find &lt;STRONG&gt;BAPI for creating variant table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shweta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2008 13:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731343#M318421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-04T13:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731344#M318422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may like to try CAMA_TABLE_MAINTAIN_ENTRIES or CAMA_TABLE_MAINTAIN_STRUCTURE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731344#M318422</guid>
      <dc:creator>johannes_klein</dc:creator>
      <dc:date>2010-09-08T15:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI for creating variant table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731345#M318423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CU60E is standard SAP TCODE that can upload variant table from text file. It should be what you looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 06:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-for-creating-variant-table/m-p/1731345#M318423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-23T06:25:24Z</dc:date>
    </item>
  </channel>
</rss>

