<?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: BAPI: out put as screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160159#M1711181</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a wild solution &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;, always pass 1 + entries, so that the alv is displayed instead of the transaction. The extra valid "entry" must be appended manually and then deleted later before returning the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 07:00:16 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2012-12-07T07:00:16Z</dc:date>
    <item>
      <title>BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160154#M1711176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear all,&lt;/P&gt;&lt;P&gt;i wrote bapi using submit program for the transaction IH06, i have no issues to get multiple records using bapi but whenever my search is specific to get one record a screen is getting displayed of that functional location.. since bapi is used by non-sap i want that record to be displayed in the out put table of the bapi...&lt;/P&gt;&lt;P&gt;could anyone help me on this...&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;satish chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 08:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160154#M1711176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-05T08:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160155#M1711177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, the transaction IH06 gives out-put&amp;nbsp; in the form of the screen when we are fetching single record, i want to skip this form and get that single record in the form of table out-put.&lt;/P&gt;&lt;P&gt;when i debugged the code of IH06, i found there is a variable inside it 'H_LINES' which stores the value of no.of records in our case '1'. If we could increase it by one then we may very well skip the screen and get the out-put in table form through the bapi... &lt;/P&gt;&lt;P&gt;guys please i need ideas 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;satish chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 11:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160155#M1711177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-06T11:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160156#M1711178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, the transaction IH06 gives out-put&amp;nbsp; in the form of the screen when we are fetching single record, i want to skip this form and get that single record in the form of table out-put.&lt;/P&gt;&lt;P&gt;when i debugged the code of IH06, i found there is a variable inside it 'H_LINES' which stores the value of no.of records in our case '1'. If we could increase it by one then we may very well skip the screen and get the out-put in table form through the bapi... &lt;/P&gt;&lt;P&gt;guys please i need ideas 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;satish chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 11:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160156#M1711178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-06T11:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160157#M1711179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible, instead use combination of the below functions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_FUNCLOC_GETDETAIL&lt;/P&gt;&lt;P&gt;BAPI_FUNCLOC_GETLIST&lt;/P&gt;&lt;P&gt;BAPI_FUNCLOC_GETSTATUS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 12:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160157#M1711179</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-12-06T12:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160158#M1711180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kesavadas,&lt;/P&gt;&lt;P&gt;your suggestion might be helpful for the present scenario but, im working on transactions IP24 (List of Scheduling or Maintenance Plans)&lt;/P&gt;&lt;P&gt;IW29 (list of Notifications)&lt;/P&gt;&lt;P&gt;IW39 (list of Work Orders)&lt;/P&gt;&lt;P&gt;etc...&lt;/P&gt;&lt;P&gt;so the issue remains the same... here... !&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Satish Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 06:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160158#M1711180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160159#M1711181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a wild solution &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;, always pass 1 + entries, so that the alv is displayed instead of the transaction. The extra valid "entry" must be appended manually and then deleted later before returning the values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 07:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160159#M1711181</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-12-07T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160160#M1711182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow this sounds really interesting kesavadas, could you elaborate on this by giving example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is what i do in my code.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;SUBMIT riqmel40 " submit program using values&lt;/P&gt;&lt;P&gt;WITH datuv EQ ivnotif_datefrom&lt;/P&gt;&lt;P&gt;WITH datub EQ ivnotif_dateto&lt;/P&gt;&lt;P&gt;WITH bukrs IN shbybusinessunit&lt;/P&gt;&lt;P&gt;WITH gsber IN shbybusinessarea&lt;/P&gt;&lt;P&gt;WITH iwerk IN shbyplant&lt;/P&gt;&lt;P&gt;WITH strno IN lsht_200funclocs&lt;/P&gt;&lt;P&gt;WITH equnr IN lsht_200equips&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;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 11:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160160#M1711182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160161#M1711183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant was pass another valid entry during submit. (ie) for example pass another value( may be a hard coded one ) to&lt;SPAN style="color: #333333; font-size: 12.222222328186035px; background-color: #ffffff;"&gt; lsht_200equips&lt;/SPAN&gt; always and do not consider this in the data returned. Just said this as you needed an idea. I&amp;nbsp; feel this must not be done &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1079/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 11:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160161#M1711183</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-12-07T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI: out put as screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160162#M1711184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohh mann! i am dissapointed. i could have done the same but, while returning, the&amp;nbsp; screen o/p comes first before the record gets feeded into my table. its some thing like that, then i get the messages no records exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 12:06:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-out-put-as-screen/m-p/9160162#M1711184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-07T12:06:40Z</dc:date>
    </item>
  </channel>
</rss>

