<?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 Batch Input Session Overview in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895651#M374334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy new year everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a piece of ABAP code which creates a batch input session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code I have the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM session_insert USING 'F-02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I run SM35 and look and display the log, in the transaction&lt;/P&gt;&lt;P&gt;column FB01 appears. There is no reference to F-02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know why this is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2007 14:59:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-08T14:59:17Z</dc:date>
    <item>
      <title>Batch Input Session Overview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895651#M374334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy new year everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing a piece of ABAP code which creates a batch input session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code I have the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM session_insert USING 'F-02'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I run SM35 and look and display the log, in the transaction&lt;/P&gt;&lt;P&gt;column FB01 appears. There is no reference to F-02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know why this is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 14:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895651#M374334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T14:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input Session Overview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895652#M374335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. in your subroutine session_insert,&lt;/P&gt;&lt;P&gt;    (or before that, when u open the session),&lt;/P&gt;&lt;P&gt;  the session name must be going as FB01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (the session name and tcode can be different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 15:02:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895652#M374335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T15:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input Session Overview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895653#M374336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it is because 'F-02' is a special case of 'FB01', check transaction SE93 to find out the details. [default values for BLART=SA and NEWBS=40 are passed].&lt;/P&gt;&lt;P&gt;Please try to work around this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 15:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895653#M374336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T15:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Input Session Overview</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895654#M374337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Sanjay, I forgot about that transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 15:07:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-input-session-overview/m-p/1895654#M374337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-08T15:07:45Z</dc:date>
    </item>
  </channel>
</rss>

