<?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: problem while viewing data in alv from background (configuration done) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900106#M1689690</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;Yes , we checked, its' working correctly in foreground,&lt;/P&gt;&lt;P&gt;The problem is while running in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the exact layout and fieldcatalog used by us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2012 15:19:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-18T15:19:15Z</dc:date>
    <item>
      <title>problem while viewing data in alv from background (configuration done)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900104#M1689688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing a problem while checking alv from spool.&lt;/P&gt;&lt;P&gt;SPAD part is done by cheking the format checkbox, apart from that our ALV contains only 10 column.&lt;/P&gt;&lt;P&gt;We have checked the format type also, it is also ok.&lt;/P&gt;&lt;P&gt;Its' working fine from foreground but&amp;nbsp; we are facing the following probllem while running in background ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The last column header of the report output is coming (10th )but the value part (ALV line item) is not coming rather its' overwritting the value in 9th column.&lt;/P&gt;&lt;P&gt;If we hide two column then the output from spool is coming ok.&lt;/P&gt;&lt;P&gt;I am giving the code piece of building of fieldcatalogue and layout, is there anything extra needs to be done?&lt;/P&gt;&lt;P&gt;7 of my ALV output is of charactet type and last three columns are currency type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It will be very helpful if we can have any feedback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; text-decoration: underline;"&gt;&amp;nbsp; LAYOUT...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;wa_layout&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;zebra &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;c_check&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;. &lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;"Value X&lt;/EM&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;wa_layout&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;no_input &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;c_check&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;. &lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;&lt;EM style="color: #808080; font-size: 10pt;"&gt;"Value X&lt;/EM&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; wa_layout-no_input = c_check.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Value X&lt;BR /&gt;&amp;nbsp; wa_layout-no_vline = space.&lt;BR /&gt;&amp;nbsp; wa_layout-colwidth_optimize = c_check.&amp;nbsp; "Value Xe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Fieldcatalogue&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lwa_output_fcat-col_pos =&amp;nbsp; 1 ,2 and so on&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " column pos&lt;BR /&gt;&amp;nbsp; lwa_output_fcat-fieldname =&amp;nbsp; 'BUKRS'&amp;nbsp; 'PERNR'&amp;nbsp; and so on &lt;/P&gt;&lt;P&gt;&amp;nbsp; lwa_output_fcat-tabname =&amp;nbsp; 'IT_FINAL'&amp;nbsp; &lt;/P&gt;&lt;P&gt;\wa_output_fcat-reptext_ddic = 'Company Code'&amp;nbsp; and so on .&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; lwa_output_fcat-seltext_l ='Company Code'&amp;nbsp; and so on .&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; lwa_output_fcat-fix_column = c_check.&amp;nbsp; "X&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;SPAN style="color: #808080; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900104#M1689688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T13:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem while viewing data in alv from background (configuration done)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900105#M1689689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does it work correctly in foreground?&amp;nbsp; If not, check that field catalogue to be sure you're populating all fields correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 13:43:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900105#M1689689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T13:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: problem while viewing data in alv from background (configuration done)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900106#M1689690</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;Yes , we checked, its' working correctly in foreground,&lt;/P&gt;&lt;P&gt;The problem is while running in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have given the exact layout and fieldcatalog used by us.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2012 15:19:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900106#M1689690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-18T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem while viewing data in alv from background (configuration done)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900107#M1689691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its' working.some basis issues was there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 11:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-viewing-data-in-alv-from-background-configuration-done/m-p/8900107#M1689691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-19T11:11:03Z</dc:date>
    </item>
  </channel>
</rss>

