<?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 badi test in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-test/m-p/1905020#M377346</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;while executing the zbadi_test given in the one of the site iam getting error the &lt;/P&gt;&lt;P&gt;type zif_ex_badi_spfli is unknown &lt;/P&gt;&lt;P&gt;where is error how do i declare it?&lt;/P&gt;&lt;P&gt;code is as follows&lt;/P&gt;&lt;P&gt;Tables: spfli.&lt;/P&gt;&lt;P&gt;*types: ZIF_EX_BADISPFLI1 type TABLE OF SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: wa_spfli type spfli,&lt;/P&gt;&lt;P&gt;it_spfli type table of spfli with key carrid connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Initialize the object of the interface.&lt;/P&gt;&lt;P&gt;Data: exit_ref type ref to ZCL_IM_IM_LINESEL,&lt;/P&gt;&lt;P&gt;exit_ref1 type ref to ZIF_EX_BADISPFLI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen begin of block b1.&lt;/P&gt;&lt;P&gt;Select-options: s_carr for spfli-carrid.&lt;/P&gt;&lt;P&gt;Selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;Select * from spfli into corresponding fields of table it_spfli&lt;/P&gt;&lt;P&gt;where carrid in s_carr.&lt;/P&gt;&lt;P&gt;End-of-selection.&lt;/P&gt;&lt;P&gt;Loop at it_spfli into wa_spfli.&lt;/P&gt;&lt;P&gt;Write:/ wa_spfli-carrid,&lt;/P&gt;&lt;P&gt;wa_spfli-connid,&lt;/P&gt;&lt;P&gt;wa_spfli-cityfrom,&lt;/P&gt;&lt;P&gt;wa_spfli-deptime,&lt;/P&gt;&lt;P&gt;wa_spfli-arrtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide: wa_spfli-carrid, wa_spfli-connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At line-selection.&lt;/P&gt;&lt;P&gt;Check not wa_spfli-carrid is initial.&lt;/P&gt;&lt;P&gt;Create object exit_ref.&lt;/P&gt;&lt;P&gt;exit_ref1 = exit_ref.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call method exit_ref1-&amp;gt;line selection&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_carrid = wa_spfli-carrid&lt;/P&gt;&lt;P&gt;i_connid = wa_spfli-connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear wa_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	 &lt;/P&gt;&lt;P&gt;u can check syntax error and give me final one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 09:25:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-27T09:25:30Z</dc:date>
    <item>
      <title>badi test</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-test/m-p/1905020#M377346</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;while executing the zbadi_test given in the one of the site iam getting error the &lt;/P&gt;&lt;P&gt;type zif_ex_badi_spfli is unknown &lt;/P&gt;&lt;P&gt;where is error how do i declare it?&lt;/P&gt;&lt;P&gt;code is as follows&lt;/P&gt;&lt;P&gt;Tables: spfli.&lt;/P&gt;&lt;P&gt;*types: ZIF_EX_BADISPFLI1 type TABLE OF SPFLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: wa_spfli type spfli,&lt;/P&gt;&lt;P&gt;it_spfli type table of spfli with key carrid connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Initialize the object of the interface.&lt;/P&gt;&lt;P&gt;Data: exit_ref type ref to ZCL_IM_IM_LINESEL,&lt;/P&gt;&lt;P&gt;exit_ref1 type ref to ZIF_EX_BADISPFLI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen begin of block b1.&lt;/P&gt;&lt;P&gt;Select-options: s_carr for spfli-carrid.&lt;/P&gt;&lt;P&gt;Selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start-of-selection.&lt;/P&gt;&lt;P&gt;Select * from spfli into corresponding fields of table it_spfli&lt;/P&gt;&lt;P&gt;where carrid in s_carr.&lt;/P&gt;&lt;P&gt;End-of-selection.&lt;/P&gt;&lt;P&gt;Loop at it_spfli into wa_spfli.&lt;/P&gt;&lt;P&gt;Write:/ wa_spfli-carrid,&lt;/P&gt;&lt;P&gt;wa_spfli-connid,&lt;/P&gt;&lt;P&gt;wa_spfli-cityfrom,&lt;/P&gt;&lt;P&gt;wa_spfli-deptime,&lt;/P&gt;&lt;P&gt;wa_spfli-arrtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide: wa_spfli-carrid, wa_spfli-connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At line-selection.&lt;/P&gt;&lt;P&gt;Check not wa_spfli-carrid is initial.&lt;/P&gt;&lt;P&gt;Create object exit_ref.&lt;/P&gt;&lt;P&gt;exit_ref1 = exit_ref.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call method exit_ref1-&amp;gt;line selection&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;i_carrid = wa_spfli-carrid&lt;/P&gt;&lt;P&gt;i_connid = wa_spfli-connid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear wa_spfli.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;	 &lt;/P&gt;&lt;P&gt;u can check syntax error and give me final one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 09:25:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-test/m-p/1905020#M377346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T09:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: badi test</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-test/m-p/1905021#M377347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IT IS URGENT PLS HELP ME A LOT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 10:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-test/m-p/1905021#M377347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-27T10:00:32Z</dc:date>
    </item>
  </channel>
</rss>

