<?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: With 'SET HANDLER ... FOR src', 'src' cannot be 'ZERO'. FBL5H t-code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570007#M2008388</link>
    <description>&lt;P&gt;Thank you for visiting SAP Community to get answers to your questions. Since this is your first question, I recommend that you familiarize yourself with: &lt;A href="https://community.sap.com/resources/questions-and-answers" target="test_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as the overview provides tips for preparing questions that draw responses from our members. &lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;By adding a picture to your profile you encourage readers to respond: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jun 2022 12:59:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2022-06-13T12:59:08Z</dc:date>
    <item>
      <title>With 'SET HANDLER ... FOR src', 'src' cannot be 'ZERO'. FBL5H t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570006#M2008387</link>
      <description>&lt;P&gt;I want to fetch data from transaction FBL5H into zprogram for which im submitting standard program FAGL_LINE_ITEM_BROWSER_AR. PFB&lt;/P&gt;
  &lt;P&gt; DATA : lr_data TYPE REF TO data.&lt;BR /&gt; FIELD-SYMBOLS : &amp;lt;lt_data&amp;gt; TYPE ANY TABLE,&lt;BR /&gt; &amp;lt;lw_data&amp;gt; TYPE any.&lt;BR /&gt; cl_salv_bs_runtime_info=&amp;gt;set( EXPORTING display = abap_false&lt;BR /&gt; metadata = abap_false&lt;BR /&gt; data = abap_true ).&lt;BR /&gt; SUBMIT FAGL_LINE_ITEM_BROWSER_AR WITH s_bukrs = p_bukrs&lt;BR /&gt; EXPORTING LIST TO MEMORY AND RETURN.&lt;BR /&gt; TRY.&lt;BR /&gt; cl_salv_bs_runtime_info=&amp;gt;get_data_ref( IMPORTING r_data = lr_data ).&lt;BR /&gt; ASSIGN lr_data-&amp;gt;* TO &amp;lt;lt_data&amp;gt;.&lt;BR /&gt; CATCH cx_salv_bs_sc_runtime_info.&lt;BR /&gt; MESSAGE `Unable to retrieve data` TYPE 'I'.&lt;BR /&gt; ENDTRY.&lt;BR /&gt; cl_salv_bs_runtime_info=&amp;gt;clear_all( ).&lt;/P&gt;
  &lt;P&gt;It is going to dump with error &lt;STRONG&gt;With 'SET HANDLER ... FOR src', 'src' cannot be 'ZERO'.&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Can anyone help me on this?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 12:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570006#M2008387</guid>
      <dc:creator>being_venkat</dc:creator>
      <dc:date>2022-06-13T12:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: With 'SET HANDLER ... FOR src', 'src' cannot be 'ZERO'. FBL5H t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570007#M2008388</link>
      <description>&lt;P&gt;Thank you for visiting SAP Community to get answers to your questions. Since this is your first question, I recommend that you familiarize yourself with: &lt;A href="https://community.sap.com/resources/questions-and-answers" target="test_blank"&gt;https://community.sap.com/resources/questions-and-answers&lt;/A&gt;, as the overview provides tips for preparing questions that draw responses from our members. &lt;/P&gt;&lt;P&gt;Should you wish, you can revise your question by selecting Actions, then Edit. &lt;/P&gt;&lt;P&gt;By adding a picture to your profile you encourage readers to respond: &lt;A href="https://developers.sap.com/tutorials/community-profile.html" target="test_blank"&gt;https://developers.sap.com/tutorials/community-profile.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 12:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570007#M2008388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2022-06-13T12:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: With 'SET HANDLER ... FOR src', 'src' cannot be 'ZERO'. FBL5H t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570008#M2008389</link>
      <description>&lt;P&gt;You'll need to debug, we can't do it for you.&lt;/P&gt;&lt;P&gt;Alternatively, you could go to the Support to see if there is something about the issue.&lt;/P&gt;&lt;P&gt;Possible solution if you don't find anything: if your Z program calls the transaction code FBL5H (call transaction ... using ...) instead of program FAGL_LINE_ITEM_BROWSER_AR (submit), then you'll be in exactly same context, and there will be no reason to get a short dump...&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 13:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570008#M2008389</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-06-13T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: With 'SET HANDLER ... FOR src', 'src' cannot be 'ZERO'. FBL5H t-code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570009#M2008390</link>
      <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;&lt;P&gt;I would like to fetch data from that transaction into  my zprogram. Any suggestion?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 12:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/with-set-handler-for-src-src-cannot-be-zero-fbl5h-t-code/m-p/12570009#M2008390</guid>
      <dc:creator>being_venkat</dc:creator>
      <dc:date>2022-06-14T12:43:07Z</dc:date>
    </item>
  </channel>
</rss>

