<?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: replacing write /table or structures. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-write-table-or-structures/m-p/8734875#M1673991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello Subrat&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52"&gt;WRITE: / TEXT-119,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / I_Z0027,&amp;nbsp; ===&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I _Z0027 is a structure with 16 fields &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / I_Z0028.&amp;nbsp; ====&amp;gt;&amp;nbsp; I_Z0028 is structure with 41 fields.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above write statement if all the fields &lt;STRONG&gt;I_Z0027 &lt;/STRONG&gt;in structure are char or numc type then you can use directly. If there are any &lt;STRONG&gt;DATE or TIME &lt;/STRONG&gt;data type fields are then you can't write, if you want to print then you write all the fields as &lt;STRONG&gt;I_Z0027-FIELD1, I_Z0027-FIELD2...etc. &lt;/STRONG&gt;or declare one more structure with same fields with all fields &lt;STRONG&gt;character data type&lt;/STRONG&gt; then pass the same data to that structure/internal table and then you can print entire structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Surya...SuryaPraveen&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2012 11:25:03 GMT</pubDate>
    <dc:creator>former_member186055</dc:creator>
    <dc:date>2012-05-18T11:25:03Z</dc:date>
    <item>
      <title>replacing write /table or structures.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-write-table-or-structures/m-p/8734874#M1673990</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; In ecc upgrade ecc6.0 version we can not declare &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE: / TEXT-119,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / I_Z0027,&amp;nbsp; ===&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I _Z0027 is a structure with 16 fields &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / I_Z0028.&amp;nbsp; ====&amp;gt;&amp;nbsp; I_Z0028 is structure with 41 fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;but can not decalre write statement&amp;nbsp; directly for entire structure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;So pleas suggest is there any other idea .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 11:11:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-write-table-or-structures/m-p/8734874#M1673990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-18T11:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: replacing write /table or structures.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-write-table-or-structures/m-p/8734875#M1673991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hello Subrat&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;SPAN class="L0S52"&gt;WRITE: / TEXT-119,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / I_Z0027,&amp;nbsp; ===&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I _Z0027 is a structure with 16 fields &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / I_Z0028.&amp;nbsp; ====&amp;gt;&amp;nbsp; I_Z0028 is structure with 41 fields.&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above write statement if all the fields &lt;STRONG&gt;I_Z0027 &lt;/STRONG&gt;in structure are char or numc type then you can use directly. If there are any &lt;STRONG&gt;DATE or TIME &lt;/STRONG&gt;data type fields are then you can't write, if you want to print then you write all the fields as &lt;STRONG&gt;I_Z0027-FIELD1, I_Z0027-FIELD2...etc. &lt;/STRONG&gt;or declare one more structure with same fields with all fields &lt;STRONG&gt;character data type&lt;/STRONG&gt; then pass the same data to that structure/internal table and then you can print entire structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Surya...SuryaPraveen&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2012 11:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-write-table-or-structures/m-p/8734875#M1673991</guid>
      <dc:creator>former_member186055</dc:creator>
      <dc:date>2012-05-18T11:25:03Z</dc:date>
    </item>
  </channel>
</rss>

