<?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: Internal table, BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612554#M1086806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m taking data from excel and uploading into SAP.  There is no fixed size for my excel. Column numbers may vary.  i may  upload 10 quantities or 20 quantities depending on the requirement.&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;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 06:44:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T06:44:58Z</dc:date>
    <item>
      <title>Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612546#M1086798</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 have to upload data into MD61. for that i will upload  'N' number of months.  number of months will be given on the selection screen.  so i dont have information regarding num of quantity fields. depending on the selection screen i may upload 10 quantitites or 20 quantites.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what  i need is i have to increase the number of columns of same type in an internal table .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:  my internal table has fields&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;        1. Plant&lt;/P&gt;&lt;P&gt;        2. Material&lt;/P&gt;&lt;P&gt;        3.Version&lt;/P&gt;&lt;P&gt;        4. quantity1&lt;/P&gt;&lt;P&gt;        5 Quantity2&lt;/P&gt;&lt;P&gt;        6 Quantity3&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;          here i have 3 quantity fields , but i may upload 10 quantities. how to increase the number of quantity columns dynamically ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&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;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612546#M1086798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612547#M1086799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea friends ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612547#M1086799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612548#M1086800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;Do the recording as of your fields dynamicaally means anyhow the recording has to be present otherwise how can you upload your records. even i am also waiting for more answers on your query.&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612548#M1086800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612549#M1086801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi balu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        there is no problem with the rcording . That can be done.  we can have number of columns and increase the field number while populating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only problem is increasing the num of columns of internal table.&lt;/P&gt;&lt;P&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;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612549#M1086801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612550#M1086802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Dont try to increase the internal table here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just pass the Quantity depending on the given input, by N number of times with looping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here your internal table wil have :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Plant&lt;/P&gt;&lt;P&gt;2. Material&lt;/P&gt;&lt;P&gt;3.Version&lt;/P&gt;&lt;P&gt;4. quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And while looping the internal table.,Iam giving some sample idea on my logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass plant,&lt;/P&gt;&lt;P&gt;pass Material,&lt;/P&gt;&lt;P&gt;pass Version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do N times.&lt;/P&gt;&lt;P&gt;pass quantity.&lt;/P&gt;&lt;P&gt;enddo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think now you can modify this logic as per your reuirement...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612550#M1086802</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-21T06:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612551#M1086803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      before looping that we have to take data into internal table. i have no fixed columns for the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      How can i pass ????&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;&lt;/P&gt;&lt;P&gt;      Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:35:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612551#M1086803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612552#M1086804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What is the probelm if you take those values into another table, which is having structure with only quantiy field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612552#M1086804</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-21T06:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612553#M1086805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you are populating your upload internal table?&lt;/P&gt;&lt;P&gt;Through flat file or from database tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:41:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612553#M1086805</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-21T06:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612554#M1086806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i m taking data from excel and uploading into SAP.  There is no fixed size for my excel. Column numbers may vary.  i may  upload 10 quantities or 20 quantities depending on the requirement.&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;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612554#M1086806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612555#M1086807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you should have maximum number of quantity fields in you rinternal table to accept all the inputs from file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no input your field should be filled with space or zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And anyway you will check the condition like quanity is not initial while passing this variable to screen element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612555#M1086807</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-21T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612556#M1086808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya that logic will work.   i m looking for this way to increase the size of internal table, if not i will go for manual size for 100 columns like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 06:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612556#M1086808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T06:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table, BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612557#M1086809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajay.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Dont think it is possible to fill internal table directly from XLS file as we are using function module for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have try this after populating the internal table once.&lt;/P&gt;&lt;P&gt;i.e. you have to pass this internal table into one dynamic table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: [Dynamic table creation|&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5349953"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this procedure is make some meaning less development is n't it? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So approach your work assigner once, becoz you have to take decision at XLS file level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise go ahead with your same logic, It has no alternate as of my knowledge on data transfers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the best &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hey dont remember to get back hear after solving the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 07:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-bdc/m-p/4612557#M1086809</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-10-21T07:19:12Z</dc:date>
    </item>
  </channel>
</rss>

