<?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: Missing session in SM35 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399395#M1546661</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;Thanks for all valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the solution,it was due to some interface error.ZS13 transaction called one interface which had some issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 14:13:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-11T14:13:28Z</dc:date>
    <item>
      <title>Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399388#M1546654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an issue like while uploading file to a Z transaction everything looks ok but the file does not appear in SM35 so can anybody guide me what &amp;amp; where should i check..?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 08:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399388#M1546654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399389#M1546655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what do you mean by no files uploaded in SM35 ...&lt;/P&gt;&lt;P&gt;Have you already check for errors .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 08:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399389#M1546655</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-10-21T08:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399390#M1546656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Session name is missing in SM35.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 08:14:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399390#M1546656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T08:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399391#M1546657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to build it manually in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using fm   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      client = sy-mandt&lt;/P&gt;&lt;P&gt;      group  = p_sess&lt;/P&gt;&lt;P&gt;      user   = p_user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BDC_INSERT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      tcode     = pu_tcode&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      dynprotab = i_bdcdata[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'BDC_CLOSE_GROUP'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 09:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399391#M1546657</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-21T09:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399392#M1546658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nisha,&lt;/P&gt;&lt;P&gt;The problem could be in your code. Make sure you are passing Session name in the BDC_OPEN_GROUP function module and your session should have records to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And apart from that you should code like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP ( make sure to paas the session name in GROUP parameter of this FM)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at your internal table having values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_INSERT&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;BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know if you are having some doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 10:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399392#M1546658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T10:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399393#M1546659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi VJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using standard program RFBIBL01 to upload the file.&lt;/P&gt;&lt;P&gt;And i find CALL transaction &amp;amp; BDC session related statements to be greyed out in the code.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 14:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399393#M1546659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-21T14:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399394#M1546660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nisha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a BDC session, when you open the group you need to be sure to check the parameter KEEP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will keep your session in SM35 even if it was sucessfuly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matheus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      client              = sy-mandt&lt;/P&gt;&lt;P&gt;      group               = v_group&lt;/P&gt;&lt;P&gt;      user                = sy-uname&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;keep                = 'X'&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;      client_invalid      = 1&lt;/P&gt;&lt;P&gt;      destination_invalid = 2&lt;/P&gt;&lt;P&gt;      group_invalid       = 3&lt;/P&gt;&lt;P&gt;      group_is_locked     = 4&lt;/P&gt;&lt;P&gt;      holddate_invalid    = 5&lt;/P&gt;&lt;P&gt;      internal_error      = 6&lt;/P&gt;&lt;P&gt;      queue_error         = 7&lt;/P&gt;&lt;P&gt;      running             = 8&lt;/P&gt;&lt;P&gt;      system_lock_error   = 9&lt;/P&gt;&lt;P&gt;      user_invalid        = 10&lt;/P&gt;&lt;P&gt;      OTHERS              = 11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 21:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399394#M1546660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-26T21:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing session in SM35</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399395#M1546661</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;Thanks for all valuable inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the solution,it was due to some interface error.ZS13 transaction called one interface which had some issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nisha Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 14:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-session-in-sm35/m-p/7399395#M1546661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-11T14:13:28Z</dc:date>
    </item>
  </channel>
</rss>

