<?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 Populating Tables in CU60 Programmatically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003499#M1896583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to populate z-table that is normally maintained in CU60 programmatically?&lt;/P&gt;&lt;P&gt;The z-table isn't accessible via SE16n and also when I tried to retrieved its content via abap in SE38, the table isn't recognized.&lt;/P&gt;&lt;P&gt;Can someone point me to the right direction please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pawadee K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2015 10:41:27 GMT</pubDate>
    <dc:creator>pawadee_k</dc:creator>
    <dc:date>2015-04-29T10:41:27Z</dc:date>
    <item>
      <title>Populating Tables in CU60 Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003499#M1896583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to populate z-table that is normally maintained in CU60 programmatically?&lt;/P&gt;&lt;P&gt;The z-table isn't accessible via SE16n and also when I tried to retrieved its content via abap in SE38, the table isn't recognized.&lt;/P&gt;&lt;P&gt;Can someone point me to the right direction please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pawadee K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 10:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003499#M1896583</guid>
      <dc:creator>pawadee_k</dc:creator>
      <dc:date>2015-04-29T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Tables in CU60 Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003500#M1896584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pawadee, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;The z-table isn't accessible via SE16n and also when I tried to retrieved its content via abap in SE38, the table isn't recognized&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly check whether you are entering structure name or table name in SE16N. We can view tables in SE16N. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt; As per my understanding,&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;for the specific field in CU60, &lt;/SPAN&gt;you are looking for the table name.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;A __default_attr="51118" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="How to find Table name for a Field which is shown structure name on press F1." href="https://community.sap.com/"&gt;&lt;/A&gt;&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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 12:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003500#M1896584</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-04-29T12:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Tables in CU60 Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003501#M1896585</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;The tables maintained in cu60 are variant tables. We can read data from variant using FUNCTION MODULE: CARD_TABLE_READ_ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CARD_TABLE_READ_ENTRIES'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;var_table = var_tab&amp;nbsp; " here you have give variant table name &lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;var_tab_entries = lt_entries " this will return the data from the table&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;error = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 13:40:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003501#M1896585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-29T13:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Tables in CU60 Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003502#M1896586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajkumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believed it a variant table, named Z_AIR_PRICING.&lt;/P&gt;&lt;P&gt;This is how it looked like in CU60&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/695407" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 00:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003502#M1896586</guid>
      <dc:creator>pawadee_k</dc:creator>
      <dc:date>2015-04-30T00:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Tables in CU60 Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003503#M1896587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function that I can used to add/append/modify records in variant tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 00:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003503#M1896587</guid>
      <dc:creator>pawadee_k</dc:creator>
      <dc:date>2015-04-30T00:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Populating Tables in CU60 Programmatically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003504#M1896588</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;Currently i have no idea about. But if you want upload multiple records in variant table. create excel sheet of records and upload excel sheet vai tcode: CU60E. Hope this will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 style="margin: 0 0 15px; color: #333333; background: #ffffff;"&gt;Excel-Import (CU60E)&lt;/H2&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;In order to do that, it is necessary that there is already a variant table structure in your system, which contains all the characteristics you want to use. Moreover, the Excel-file that you use to import the variant table content must of a certain form:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The columns must have the same order as in the variant table.&lt;/LI&gt;&lt;LI&gt;Use no header lines. The Excel table must only contain the characteristic values.&lt;/LI&gt;&lt;LI&gt;All characteristic values must have text format. (This also holds for numerical values.)&lt;/LI&gt;&lt;LI&gt;For the characteristic values only the language-independent format must be used.&lt;/LI&gt;&lt;LI&gt;The Excel-file must have .csv format.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;If we were to fill the variant table for our example with the CU60E instead of the CU60 from section 4.1, the corresponding Excel-file would look as follows:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/102-40272-3-204417/CU60E-1.jpg" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/695677" height="91" width="311" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;After you have prepared your Excel-file, you need to enter the name of the variant table and the location of the file in the transaction CU60E:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/servlet/JiveServlet/showImage/102-40272-3-204418/CU60E-2.jpg" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/695684" height="150" width="620" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;After pressing &lt;EM style="font-weight: inherit; font-family: inherit; background: transparent;"&gt;Execute(F8)&lt;/EM&gt; the content of the Excel-file is transferred to the variant table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;Remark:&lt;/STRONG&gt; Note that the CU60E does not support a change-import - when an Excel-file is uploaded, all entries in the variant table are deleted and replaced by the values from the Excel-file. In particular, a change-import using change numbers is not supported in the CU60E.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;A more detailed documentation for the CU60E can be found in the attachment of note &lt;SPAN class="nobr" style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;A href="https://css.wdf.sap.corp/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=516885" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;516885&lt;SPAN style="background: transparent;"&gt;&lt;IMG border="0" class="rendericon jiveImage" height="7" src="https://wiki.wdf.sap.corp/wiki/images/icons/linkext7.gif" style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;" width="7" /&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 08:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/populating-tables-in-cu60-programmatically/m-p/11003504#M1896588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-30T08:04:22Z</dc:date>
    </item>
  </channel>
</rss>

