<?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: BDC_OPEN_GROUP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356467#M520712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, they have used the Direct Input Method. But, still i am getting the same error that I told before. What could be the possible solution to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 09:48:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T09:48:08Z</dc:date>
    <item>
      <title>BDC_OPEN_GROUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356462#M520707</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;I am working on a BDC. I have few doubts regarding the same.&lt;/P&gt;&lt;P&gt;I am working on My version SAP ECC 6.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In BDC_OPEN_GROUP FM, what could be the possible values for the parameter 'KEEP'. We genereaaly use 'X' for keeping the session after processing. &lt;/P&gt;&lt;P&gt;Here, in my program, they have assigned a constant variable(to the KEEP parameter) whose default value is '/'. What difference would it make if we use '/' instead of 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While executing the program, I am getting an error saying '&amp;lt;b&amp;gt;BDC_OPEN_GROUP, lock date ./. is invalid&amp;lt;/b&amp;gt;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the possible reason for this. Can anyone help on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356462#M520707</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OPEN_GROUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356463#M520708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The allowed values for the field KEEP are either 'X' or SPACE&lt;/P&gt;&lt;P&gt;the  value '/' is not allowed&lt;/P&gt;&lt;P&gt;We pass this symbol SLASH generally in Direct input programs for the fields where there is no data required&lt;/P&gt;&lt;P&gt;So chage it if it is not direct input method.&lt;/P&gt;&lt;P&gt;Allow 'X' means the session will be kept in the system for future, if it is space the session will be removed from the system&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:20:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356463#M520708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OPEN_GROUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356464#M520709</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;The sign / means no data, but it shouldn't be used for the structure for session data, I think it should be &amp;lt;b&amp;gt;SPACE&amp;lt;/b&amp;gt; or&amp;lt;b&amp;gt; X&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356464#M520709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OPEN_GROUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356465#M520710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi paddu..&lt;/P&gt;&lt;P&gt;please change the '/' to either space or 'X'.&lt;/P&gt;&lt;P&gt;the error is because of the / sign.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356465#M520710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OPEN_GROUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356466#M520711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, they have used the Direct Input Method. Still I am getting the error that I have told in my question. Is there any solution how I can rectify the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pradeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356466#M520711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: BDC_OPEN_GROUP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356467#M520712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, they have used the Direct Input Method. But, still i am getting the same error that I told before. What could be the possible solution to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-open-group/m-p/2356467#M520712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:48:08Z</dc:date>
    </item>
  </channel>
</rss>

