<?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: T-code MBBM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350451#M175803</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;   As the MBBM transaction is a report type transaction,&lt;/P&gt;&lt;P&gt; you can use submit statement to call it.&lt;/P&gt;&lt;P&gt;submit RM07MMBL with &amp;lt;select options&amp;gt; in &amp;lt;ranges&amp;gt;.&lt;/P&gt;&lt;P&gt;This creates a session in sm35.&lt;/P&gt;&lt;P&gt;Later you can go to sm35 to process the same.&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>Mon, 15 May 2006 13:08:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-15T13:08:28Z</dc:date>
    <item>
      <title>T-code MBBM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350449#M175801</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;&lt;/P&gt;&lt;P&gt;I need to use the t-code MBBM in this T-Code i need to create a session and process Batch input in sm35.&lt;/P&gt;&lt;P&gt;did any one of you have worked on this type of requirement. If yes please help me how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Adv.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 12:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350449#M175801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T12:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: T-code MBBM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350450#M175802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain it a little more descriptively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 13:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350450#M175802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T13:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: T-code MBBM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350451#M175803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;   As the MBBM transaction is a report type transaction,&lt;/P&gt;&lt;P&gt; you can use submit statement to call it.&lt;/P&gt;&lt;P&gt;submit RM07MMBL with &amp;lt;select options&amp;gt; in &amp;lt;ranges&amp;gt;.&lt;/P&gt;&lt;P&gt;This creates a session in sm35.&lt;/P&gt;&lt;P&gt;Later you can go to sm35 to process the same.&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>Mon, 15 May 2006 13:08:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350451#M175803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T13:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: T-code MBBM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350452#M175804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fallowing are the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. You have to upload the data from a local pc file of structure BMSEG with fixed length for the fields. ( there will be no indicator to seperate each fields, length of the fields will determine the offset position of each field starting from the first field at position 0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Write a program to upload this PC file into application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now use MBBM to read from this server and execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Session will be created, which can be viewed through SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Process the session in background/foreground mode to create goodsmovement documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 13:14:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/t-code-mbbm/m-p/1350452#M175804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-15T13:14:25Z</dc:date>
    </item>
  </channel>
</rss>

