<?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: FI_ITEMS_DISPLAY issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778027#M1464082</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geeta,&lt;/P&gt;&lt;P&gt;Can you please share how did u solve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I am supposed to use this FM and then get all the items, and then segregate( as it does for fbl1n )and then send it to a non-SAP system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to pass data for this fm and also how to segregate the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgards,&lt;/P&gt;&lt;P&gt;Renuka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2011 10:01:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-02T10:01:41Z</dc:date>
    <item>
      <title>FI_ITEMS_DISPLAY issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778024#M1464079</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;   I want to display the content of FBL3N in CSV file format. For that I am submitting Standard program RFITEMGL in zprog. I knew that output populated from internal table IT_ITEMS of BAPI FI_ITEMS_DISPLAY.Donu2019t want ALV output, wanted in CSV file. How to capture the values from IT_ITEMS.I tried , but not working. Also I tried to get it directly in SE37 FI_ITEMS_DISPLAY, its not working. How to fill the parameter in FI_ITEMS_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: itab TYPE TABLE OF abaplist.&lt;/P&gt;&lt;P&gt;T_REPID = SY-REPID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options :sd_saknr for skb1-saknr,&lt;/P&gt;&lt;P&gt;sd_bukrs for skb1-bukrs.&lt;/P&gt;&lt;P&gt;*so_budat for bsis-budat.&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;submit rfitemgl via selection-screen&lt;/P&gt;&lt;P&gt;with sd_saknr in sd_saknr&lt;/P&gt;&lt;P&gt;with sd_bukrs in sd_bukrs&lt;/P&gt;&lt;P&gt;with x_aisel = 'X'&lt;/P&gt;&lt;P&gt;with x_opsel = ' '&lt;/P&gt;&lt;P&gt;*with so_budat in so_budat&lt;/P&gt;&lt;P&gt;exporting list to memory&lt;/P&gt;&lt;P&gt;and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;listobject = itab&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;not_found = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_LIST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;write_only = 'X'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;listobject = itab&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;empty_list = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&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>Thu, 01 Apr 2010 09:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778024#M1464079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-01T09:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: FI_ITEMS_DISPLAY issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778025#M1464080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) for parameters of fm  FI_ITEMS_DISPLAY look into where used list (e.g. in RFPOSFE0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) your coding seems to be ok...I've found no mistake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; here's an alternative: report RFBPET00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Apr 2010 14:12:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778025#M1464080</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-04-01T14:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: FI_ITEMS_DISPLAY issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778026#M1464081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SOLVED &amp;amp; THANKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 11:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778026#M1464081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T11:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: FI_ITEMS_DISPLAY issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778027#M1464082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geeta,&lt;/P&gt;&lt;P&gt;Can you please share how did u solve the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I am supposed to use this FM and then get all the items, and then segregate( as it does for fbl1n )and then send it to a non-SAP system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to pass data for this fm and also how to segregate the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgards,&lt;/P&gt;&lt;P&gt;Renuka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 10:01:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fi-items-display-issue/m-p/6778027#M1464082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-02T10:01:41Z</dc:date>
    </item>
  </channel>
</rss>

