<?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 SMartFrom Table  for ITEM Data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714098#M33018</link>
    <description>&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/171255-2018-07-05-12-44-47.png"&gt;2018-07-05-12-44-47.png&lt;/A&gt;Hello ALL,&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;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Can we print smartform item data as below?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; Delivery No Pallet Container &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;LIKP-VBELN&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jul 2018 07:15:52 GMT</pubDate>
    <dc:creator>chamuk</dc:creator>
    <dc:date>2018-07-05T07:15:52Z</dc:date>
    <item>
      <title>SMartFrom Table  for ITEM Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714098#M33018</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/storage/attachments/171255-2018-07-05-12-44-47.png"&gt;2018-07-05-12-44-47.png&lt;/A&gt;Hello ALL,&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;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Can we print smartform item data as below?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; Delivery No Pallet Container &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;LIKP-VBELN&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 07:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714098#M33018</guid>
      <dc:creator>chamuk</dc:creator>
      <dc:date>2018-07-05T07:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: SMartFrom Table  for ITEM Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714099#M33019</link>
      <description>&lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Hi Mukesh,&lt;/P&gt;
  &lt;P&gt;yes, you can set a shading or boxes for one or more cells via Table Painter. Select the cell(s) you want to shade.&lt;BR /&gt;Select a color from the Shading box. If you change the color displayed in the Color list box, the cell is colored accordingly.&lt;BR /&gt;See please online help &lt;BR /&gt;&lt;A href="https://help.sap.com/doc/saphelp_sm71_sp12/7.1.12/en-US/4b/83fb4edf8f11d3969700a0c930660b/content.htm?no_cache=true"&gt;https://help.sap.com/doc/saphelp_sm71_sp12/7.1.12/en-US/4b/83fb4edf8f11d3969700a0c930660b/content.htm?no_cache=true&lt;/A&gt;&lt;/P&gt;
  &lt;P&gt;Best regards,&lt;BR /&gt;Hedvig&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 08:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714099#M33019</guid>
      <dc:creator>hedvig_rohonyi</dc:creator>
      <dc:date>2018-07-05T08:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: SMartFrom Table  for ITEM Data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714100#M33020</link>
      <description>&lt;P&gt;In general, you can draw row type in table then apply to table line or you can use template inside loop but that mean the layout must be fixed: 1 delivery - 2 pallet - 4 container. If it not fixed like that, one workaround im thinking about is you could organize your data in itab like this:&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;/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/attachments/170281-merge.jpg" /&gt;&lt;/P&gt;Then in smartforms, you control the table line display or not base on the data passed to smartforms. It little complex but I think you can do it.
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 05 Jul 2018 09:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartfrom-table-for-item-data/m-p/714100#M33020</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2018-07-05T09:00:45Z</dc:date>
    </item>
  </channel>
</rss>

