<?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: output display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049127#M1173639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the field which i want to include is not there in the structure FAGLPOSX , how can i add the new field now in the report output, even the field is not available in the hidden fields &lt;/P&gt;&lt;P&gt; please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Dec 2008 09:31:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-31T09:31:03Z</dc:date>
    <item>
      <title>output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049123#M1173635</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 need to add a output field in  tcode FAGLL03.&lt;/P&gt;&lt;P&gt;i am unable to find the code written for output display in the report.&lt;/P&gt;&lt;P&gt;can anyone please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 07:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049123#M1173635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T07:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049124#M1173636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check the structure FAGLPOSX in se11.&lt;/P&gt;&lt;P&gt;If the fields included in the structure are the ones you get in output then please create the Include CI_FAGLPOSX in the same structure and put your required field name there.&lt;/P&gt;&lt;P&gt;If data is getting populated in the program for your new field then you should see it in the output with data.&lt;/P&gt;&lt;P&gt;Please do this much and revert with results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 07:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049124#M1173636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T07:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049125#M1173637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The display is done through the fn module FAGL_ITEMS_DISPLAY. But if you have to add some fields then you have to change the fieldcat using in the above fn module . For that you can check the perform statement  &lt;STRONG&gt;perform get_initial_fieldcat&lt;/STRONG&gt;. I think before copying it to a Z program better you can click on change layout (Ctrl + F8) button in application toolbar and you can search in the hidden fields whether your desired field is available there or not. If it is available then just include it for the display and save that layout for default layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiba Prasad Dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 08:23:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049125#M1173637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T08:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049126#M1173638</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;U can add your desired field by copying the standard include FAGL_ACCOUNT_ITEMS_INC &lt;/P&gt;&lt;P&gt;in the include FAGL_ACCOUNT_ITEMS_INC while appending the internal table GT_ALW_fieldlist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but before that check if ur required field is already present in the gt_alw_fieldlist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Deepa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 08:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049126#M1173638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T08:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049127#M1173639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the field which i want to include is not there in the structure FAGLPOSX , how can i add the new field now in the report output, even the field is not available in the hidden fields &lt;/P&gt;&lt;P&gt; please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 09:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049127#M1173639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T09:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: output display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049128#M1173640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;Do you wish to tell the field that u want to add in display?&lt;/P&gt;&lt;P&gt;As i had told above please add it in the structure FAGLPOSX and see the result.&lt;/P&gt;&lt;P&gt;Revert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2008 11:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-display/m-p/5049128#M1173640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-31T11:49:57Z</dc:date>
    </item>
  </channel>
</rss>

