<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521456#M239418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You must pass GROUP as the session name to identify the session in SM35 session list, rest can be blank. See details Below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP takes the following EXPORTING parameters: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT&lt;/P&gt;&lt;P&gt;Client in which the session is to be processed. Default: If you don't provide a value for this parameter, the default is the client under which the batch input program runs when the session is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP&lt;/P&gt;&lt;P&gt;Name of the session that is to be created. May be up to 12 characters long. Default: None. You must specify a session name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOLDDATE&lt;/P&gt;&lt;P&gt;Lock date. The session is locked and may not be processed until after the date that you specify. Format: YYYYMMDD (8 digits). &lt;/P&gt;&lt;P&gt;Default: No lock date, session can be processed immediately. A lock date is optional. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEEP&lt;/P&gt;&lt;P&gt;Retain session after successful processing. Set this option to the value X to have a session kept after it has been successfully processed. A session that is kept remains in the input/output queue until an administrator deletes it. &lt;/P&gt;&lt;P&gt;Default: If not set, then sessions that are successfully processed are deleted. Only the batch input log is kept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER&lt;/P&gt;&lt;P&gt;Authorizations user for background processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;P&gt;Reward if helpful**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2006 05:27:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-24T05:27:31Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521453#M239415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which parameter of bdc_open_group function module is not mandatory?(among group,user, keepdate,hold and client)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 05:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521453#M239415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T05:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521454#M239416</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;All are optional.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 05:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521454#M239416</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-24T05:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521455#M239417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this FM all parameters are optional. HOLDDATE parameter keeps the hold date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other optional parameters are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client: Client&lt;/P&gt;&lt;P&gt;DEST: target system for ODC&lt;/P&gt;&lt;P&gt;Group: Session name&lt;/P&gt;&lt;P&gt;HOLDDATE: Session locked until specified date&lt;/P&gt;&lt;P&gt;Keep:Indicator to kepp processed sessions&lt;/P&gt;&lt;P&gt;User:Batch input user&lt;/P&gt;&lt;P&gt;Record:Indicator ('BI' recording)&lt;/P&gt;&lt;P&gt;Prog:Creating Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info In addition to the above information go to the documentation on FM in the below link,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/db988735c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward for useful info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 05:24:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521455#M239417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T05:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521456#M239418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You must pass GROUP as the session name to identify the session in SM35 session list, rest can be blank. See details Below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OPEN_GROUP takes the following EXPORTING parameters: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT&lt;/P&gt;&lt;P&gt;Client in which the session is to be processed. Default: If you don't provide a value for this parameter, the default is the client under which the batch input program runs when the session is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP&lt;/P&gt;&lt;P&gt;Name of the session that is to be created. May be up to 12 characters long. Default: None. You must specify a session name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOLDDATE&lt;/P&gt;&lt;P&gt;Lock date. The session is locked and may not be processed until after the date that you specify. Format: YYYYMMDD (8 digits). &lt;/P&gt;&lt;P&gt;Default: No lock date, session can be processed immediately. A lock date is optional. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KEEP&lt;/P&gt;&lt;P&gt;Retain session after successful processing. Set this option to the value X to have a session kept after it has been successfully processed. A session that is kept remains in the input/output queue until an administrator deletes it. &lt;/P&gt;&lt;P&gt;Default: If not set, then sessions that are successfully processed are deleted. Only the batch input log is kept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER&lt;/P&gt;&lt;P&gt;Authorizations user for background processing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;P&gt;Reward if helpful**&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 05:27:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521456#M239418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T05:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521457#M239419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BDC_OPEN_GROUP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT = SY-MANDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP = 'MUKESH'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER = 'DSCL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLIENT_INVALID = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESTINATION_INVALID = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP_INVALID = 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP_IS_LOCKED = 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HOLDDATE_INVALID = 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERNAL_ERROR = 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QUEUE_ERROR = 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RUNNING = 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYSTEM_LOCK_ERROR = 9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER_INVALID = 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTHERS = 11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i think every parameter is mandatory here,bcz only there paramters are there where you have to give the value&lt;/P&gt;&lt;P&gt;CLIENT = SY-MANDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GROUP = 'MUKESH'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USER = 'DSCL'&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>Thu, 24 Aug 2006 06:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1521457#M239419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T06:15:44Z</dc:date>
    </item>
  </channel>
</rss>

