<?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: RFBIBL00 (FB01) posting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680213#M1575950</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should generate the LOG as you have selected XLOG = 'X'. As Thomas suggested, try running the program online and see if it generates the Log or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try passing only XLOG:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
submit rfbibl00 exporting list to memory "#ECci_submit
and return
user sy-uname
with ds_name eq ds_name
with callmode eq 'B'
with xlog eq 'X'.    "Log
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Feb 2011 16:48:48 GMT</pubDate>
    <dc:creator>naimesh_patel</dc:creator>
    <dc:date>2011-02-24T16:48:48Z</dc:date>
    <item>
      <title>RFBIBL00 (FB01) posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680211#M1575948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Freinds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below FM that I use in mycoding is returning not_found. Can sone tel me wthat I am doing wrong or how I can get the list from memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit rfbibl00 exporting list to memory       "#ECci_submit&lt;/P&gt;&lt;P&gt;        and return&lt;/P&gt;&lt;P&gt;        user sy-uname&lt;/P&gt;&lt;P&gt;        with ds_name  eq ds_name&lt;/P&gt;&lt;P&gt;        with callmode eq 'B'&lt;/P&gt;&lt;P&gt;        with xpop     eq ''   "Dialog&lt;/P&gt;&lt;P&gt;        with xlog     eq 'X'  "Log&lt;/P&gt;&lt;P&gt;        with xinf     eq ''.  "Infomation feedback&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 = list_tab&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;&lt;/P&gt;&lt;P&gt;Yours,&lt;/P&gt;&lt;P&gt;Blacky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 15:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680211#M1575948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-24T15:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFBIBL00 (FB01) posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680212#M1575949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that rfbibl00 generated a list at all? Try starting it from SA38 with the same selection criteria and see what happens.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 15:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680212#M1575949</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-02-24T15:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: RFBIBL00 (FB01) posting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680213#M1575950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should generate the LOG as you have selected XLOG = 'X'. As Thomas suggested, try running the program online and see if it generates the Log or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try passing only XLOG:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
submit rfbibl00 exporting list to memory "#ECci_submit
and return
user sy-uname
with ds_name eq ds_name
with callmode eq 'B'
with xlog eq 'X'.    "Log
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 16:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfbibl00-fb01-posting/m-p/7680213#M1575950</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2011-02-24T16:48:48Z</dc:date>
    </item>
  </channel>
</rss>

