<?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: MB5B in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293787#M156234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BESTAND is a table in the program RM07MLBD for TRANS MB5B&lt;/P&gt;&lt;P&gt;it hold data that i need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Apr 2006 09:06:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-26T09:06:39Z</dc:date>
    <item>
      <title>MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293777#M156224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to call this trans and load  diffrent parameters every time (the parametrs are change all the time, each call)  to the selection screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293777#M156224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293778#M156225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how could i get the data of table &amp;lt;b&amp;gt;bestand&amp;lt;/b&amp;gt; into itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293778#M156225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293779#M156226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a report, so you are better using the SUBMIT REPORT statement passing different parameters each time you are calling.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... [VIA SELECTION-SCREEN]&lt;/P&gt;&lt;P&gt;           [USING SELECTION-SET &amp;lt;var&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH &amp;lt;sel&amp;gt; &amp;lt;criterion&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH FREE SELECTIONS &amp;lt;freesel&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH SELECTION-TABLE &amp;lt;rspar&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VIA SELECTION Screen - Will display the SELECTION Screen of MB5B.You can simpley pass the parameters using the WITH Clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT xxxx WITH para1 = itab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ravikumar Allampallam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293779#M156226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293780#M156227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have an example for this report&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293780#M156227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293781#M156228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I don't have an example for this report, but it should not be too difficult. The place where you are calling from, should have the data for the parameters of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293781#M156228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293782#M156229</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;good&lt;/P&gt;&lt;P&gt;here is a example go through this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB5B uses the following:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT STATEMENT ( Estimated Costs = 101 , Estimated #Rows = 1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   5  MERGE JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5  SORT JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           5  TABLE ACCESS BY INDEX ROWID MKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  INDEX RANGE SCAN MKPFBUD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5  SORT JOIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           5  TABLE ACCESS BY INDEX ROWID MSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  INDEX RANGE SCAN MSEGM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB51 uses this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT STATEMENT ( Estimated Costs = 9 , Estimated #Rows = 1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   5  NESTED LOOPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5  TABLE ACCESS BY INDEX ROWID MKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              INDEX RANGE SCAN MKPFBUD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5  TABLE ACCESS BY INDEX ROWID MSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              INDEX RANGE SCAN MSEG0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the "miracle solution" proposed by one of our consultants goes like&lt;/P&gt;&lt;P&gt;this:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT STATEMENT ( Estimated Costs = 22 , Estimated #Rows = 1 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   5  NESTED LOOPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5  NESTED LOOPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           5  TABLE ACCESS BY INDEX ROWID MKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  INDEX RANGE SCAN MKPFBUD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           5  TABLE ACCESS BY INDEX ROWID MSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                  INDEX RANGE SCAN MSEG0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       5  TABLE ACCESS BY INDEX ROWID MKPF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;              INDEX UNIQUE SCAN MKPF0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293782#M156229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293783#M156230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and  how could i get the data of table bestand into itab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293783#M156230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293784#M156231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is table BESTAND, looks like something specific for your report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to declare RANGE variables for SELECT OPTIONS of the report and a variable for the PARAMETERS and pass the values through that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293784#M156231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293785#M156232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i sure that your answer is good&lt;/P&gt;&lt;P&gt;but i did not understand can you give me more explation and detalis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 08:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293785#M156232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T08:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293786#M156233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alright, assume you are executing this report individually. You will enter some values for the parameters, right. Similary when you are calling this from a program, we should pass the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example the Material parameter .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES : R_MATNR for MARA-MATNR.&lt;/P&gt;&lt;P&gt;R_MATNR-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;R_MATNR-OPTION = 'BT'.&lt;/P&gt;&lt;P&gt;R_MATNR-LOW = '1'.&lt;/P&gt;&lt;P&gt;R_MATNR-HIGH = '100'.&lt;/P&gt;&lt;P&gt;APPEND R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similary do the same for others as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT xxx with matnr = r_matnr .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293786#M156233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T09:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293787#M156234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BESTAND is a table in the program RM07MLBD for TRANS MB5B&lt;/P&gt;&lt;P&gt;it hold data that i need&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293787#M156234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T09:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293788#M156235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am confused now. I thought you wanted to call this transaction MB5B, so if you are calling this, how can a table inside that hold the data you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain in detail, what exactly are you trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293788#M156235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T09:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293789#M156236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to call this transacation with my parameters&lt;/P&gt;&lt;P&gt;and in process i want to move the data that i have to itab in MY Zprog and continue with m y work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293789#M156236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293790#M156237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what SUBMIT report does, but you have to set the parameters data from your program and you cannot get any data from the report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Submit with the parameters values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Apr 2006 09:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293790#M156237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-26T09:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: MB5B</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293791#M156238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for     &lt;/P&gt;&lt;P&gt;SET PF-STATUS 'DATA_ALV' &lt;/P&gt;&lt;P&gt;in MB5B program.&lt;/P&gt;&lt;P&gt;At this point BESTAND table has been completely filled and ready for output.&lt;/P&gt;&lt;P&gt;You can transfer the table to your internal table after this statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 08:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mb5b/m-p/1293791#M156238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T08:10:07Z</dc:date>
    </item>
  </channel>
</rss>

