<?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: Update table with the table type structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509298#M1852911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably get the RFC destination including the client prior to the FM call. Then you can update the MANDT field for your ZTABLE so you can completely pass all fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jul 2014 04:40:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-07-25T04:40:44Z</dc:date>
    <item>
      <title>Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509297#M1852910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a ztable which has MANDT field , i have to update the ztable from one system to another system via RFC function module ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now , i dont want to transfer the MANDT field because it will mess with the other system , so it should automatically update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i have created a structure and table type for internal table declaration ( without MANDT). so while inser statement its giving struture conflict error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your ideas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to update the ztable which has MANDT field with the tabletype (internal table without mandt filed) , if have done the similar kind of work , please share !!&lt;/P&gt;&lt;P&gt; e.g INSERT ZTABLE FROM table Itab( data : itab type tabletypewithout mandt).&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;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 04:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509297#M1852910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-25T04:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509298#M1852911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can probably get the RFC destination including the client prior to the FM call. Then you can update the MANDT field for your ZTABLE so you can completely pass all fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 04:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509298#M1852911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-25T04:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509299#M1852912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u use &lt;STRONG&gt;INSERT TABLE_NAME FROM TABLE INTERNAL_TABLE &lt;/STRONG&gt;syntax; then your &lt;STRONG&gt;INTERNAL_TABLE &lt;/STRONG&gt;must be of type &lt;STRONG&gt;TABLE_NAME&lt;/STRONG&gt; only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please explain this in more details??&lt;/P&gt;&lt;P&gt;"one system to another system"&lt;/P&gt;&lt;P&gt;&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;Rajesh Sadula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 04:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509299#M1852912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-25T04:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509300#M1852913</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;&lt;/P&gt;&lt;P&gt;I have not done any kind of this development but usually when using CRUD statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;we do not use "CLIENT SPECIFIED"&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;nbsp; are you using it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/505723" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/505728" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 04:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509300#M1852913</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-07-25T04:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509301#M1852914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example : sap retail client 100 to sap fico client 200 , so conflicit willl happen , so i dont wnat to transfer mandt field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 05:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509301#M1852914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-25T05:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509302#M1852915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Dear Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the answer for your query after doing R&amp;amp;D.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to switch off &lt;STRONG&gt;automatic client handling&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What is automatic client handling:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Whenever you use:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INSERT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DELETE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MODIFY&lt;/STRONG&gt; statements on &lt;STRONG&gt;database table&lt;/STRONG&gt; which has MANDT field, then system will check client automatically. I mean when u insert record from 100 client then system will insert records only in 100 client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Use the below syntax for switching off &lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;automatic client handling:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ZTABLE you have &lt;STRONG&gt;mandt field, &lt;/STRONG&gt;fill this field in ITAB with required client.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ITAB-MANDT = '100'. " you need to transfer records only in 100 client&lt;/P&gt;&lt;P&gt;ITAB-FIELD1 = ''.&lt;/P&gt;&lt;P&gt;APPEND ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use insert statement like this:&lt;/P&gt;&lt;P&gt;INSERT ZTABLE &lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;CLIENT &lt;/STRONG&gt;&lt;SPAN class="L0S52"&gt;&lt;STRONG&gt;SPECIFIED&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;FROM table Itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will insert records in the client which you have specified in ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Rajesh Sadula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 06:44:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509302#M1852915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-07-25T06:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with the table type structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509303#M1852916</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;&lt;/P&gt;&lt;P&gt;A small test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FORM test_07 &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;it_scarr &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;scarr &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DATA&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;st_scarr&amp;nbsp; &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;it_scarr&amp;nbsp; &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;DO &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;10 &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TIMES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; st_scarr&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;carrid &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; st_scarr&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;mandt &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;APPEND &lt;/SPAN&gt;st_scarr &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;it_scarr &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDDO &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INSERT &lt;/SPAN&gt;scarr &lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_scarr ACCEPTING DUPLICATE KEYS &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;INSERT &lt;/SPAN&gt;scarr &lt;SPAN class="L0S52"&gt;CLIENT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SPECIFIED &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;FROM &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;it_scarr ACCEPTING DUPLICATE KEYS &lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDFORM&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"test_07&lt;/SPAN&gt;&lt;/SPAN&gt;&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/505828" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Affect of &lt;STRONG style="text-decoration: underline;"&gt;NOT&lt;/STRONG&gt; using CLIENT SPECIFIED .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that even I deliberately enter some garbage into MANDT the insert enter the correct value.&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/505827" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Affect of &lt;STRONG style="text-decoration: underline;"&gt;USING&lt;/STRONG&gt; CLIENT SPECIFIED&amp;nbsp; .&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/505830" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 07:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-table-with-the-table-type-structure/m-p/10509303#M1852916</guid>
      <dc:creator>rosenberg_eitan</dc:creator>
      <dc:date>2014-07-25T07:21:08Z</dc:date>
    </item>
  </channel>
</rss>

