<?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 Add one more column in the std TCode. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943761#M1152997</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;          I have copied the std trasaction(fbl5) program  into z program and made only small changes.&lt;/P&gt;&lt;P&gt;But i have not copied all the includes. i .e the program is as it is std program .&lt;/P&gt;&lt;P&gt;Now i want to add one more column in the output .&lt;/P&gt;&lt;P&gt;But i am not able to findout from where they r printing? so pls help me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kalyani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 09:42:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T09:42:16Z</dc:date>
    <item>
      <title>Add one more column in the std TCode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943761#M1152997</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;          I have copied the std trasaction(fbl5) program  into z program and made only small changes.&lt;/P&gt;&lt;P&gt;But i have not copied all the includes. i .e the program is as it is std program .&lt;/P&gt;&lt;P&gt;Now i want to add one more column in the output .&lt;/P&gt;&lt;P&gt;But i am not able to findout from where they r printing? so pls help me on this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Kalyani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943761#M1152997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column in the std TCode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943762#M1152998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;under the event end -of -selection&lt;/P&gt;&lt;P&gt;   we have select query and perform for fieldcatlog there u should modify..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        SELECT * FROM BSID INTO GS_BSID WHERE&lt;/P&gt;&lt;P&gt;                                            BUKRS = GS_ITEMS_LINE-BUKRS&lt;/P&gt;&lt;P&gt;                                       AND  KUNNR = GS_ITEMS_LINE-KUNNR&lt;/P&gt;&lt;P&gt;                                       AND  GJAHR = GS_ITEMS_LINE-GJAHR&lt;/P&gt;&lt;P&gt;                                       AND  BELNR = GS_ITEMS_LINE-BELNR&lt;/P&gt;&lt;P&gt;                                       AND  BUZEI = GS_ITEMS_LINE-BUZEI.&lt;/P&gt;&lt;P&gt;          PERFORM STORE_ITEMSAR USING 'X' YT_BSID_ASSIGNED_ZEILE&lt;/P&gt;&lt;P&gt;                                          GS_ITEMS_LINE.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;*----- Which fields should be displayed/Layout? -&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;  PERFORM CREATE_FIELDCATALOG.&lt;/P&gt;&lt;P&gt;  PERFORM CREATE_LAYOUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while copying the standard program  copy the the include also to z include....&lt;/P&gt;&lt;P&gt;  when clicking copy program button...&lt;/P&gt;&lt;P&gt;      we will get an pop-up in that check the checkbox includes and press enter...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943762#M1152998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column in the std TCode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943763#M1152999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have also checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above answer is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 10:40:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943763#M1152999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T10:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column in the std TCode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943764#M1153000</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;the out put is comming from   call function 'FI_ITEMS_DISPLAY' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first check whether the field which you want to display is present in 'it_pos' table are not if it is not their add that filed to that table write logic to get data. if that field is already present in table the check whether that table is getting data for that filed in deburg mode. at last add that filed to fieldcat. change the layout .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq,&lt;/P&gt;&lt;P&gt;rajesh.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 11:17:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943764#M1153000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column in the std TCode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943765#M1153001</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;use BTE1650 to enhance this additional colum in FBLxN transactions.Very easy approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 09:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943765#M1153001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T09:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add one more column in the std TCode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943766#M1153002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer Call Function "FI_ITEMS_DISPLAY".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jan 2009 12:23:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-one-more-column-in-the-std-tcode/m-p/4943766#M1153002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-21T12:23:02Z</dc:date>
    </item>
  </channel>
</rss>

