<?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: Question about data transfer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524072#M240290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So how do i run my bdc! Is there any solution for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2006 14:29:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-27T14:29:07Z</dc:date>
    <item>
      <title>Question about data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524070#M240288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam using a bdc for mb01 transaction. The thing is when i run the bdc i get a checkbox in the default for documents for documents screen which doesnt have a field help for it. Its been checked by default .When i run the mb01 transaction manually i dont get this checkbox. It looks strange to me. Can u tell me how to get away with this.... &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Vicky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 13:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524070#M240288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T13:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Question about data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524071#M240289</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 don't think, that you're able to get rid of this checkbox - while you're processing something in batch input mode (even when you're recording any transaction), transactions' behaviour change normally occur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 14:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524071#M240289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question about data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524072#M240290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So how do i run my bdc! Is there any solution for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 14:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524072#M240290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T14:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Question about data transfer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524073#M240291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vicky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether is good idea or not to change the SAP default value for the check box. &lt;/P&gt;&lt;P&gt;But you can try to change something like this but please check the impact with/without the default value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;perform bdc_dynpro using:  'SAPMM07M'     '0200'.
perform bdc_field  using:  'BDC_CURSOR'   'XFULL',
                           'XFULL'        ' ',
                           ...
                           'BDC_OKCODE'   '=NFBL'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The XFULL indicator will be used later when call FM COBL_SEND_PBO in include program MM07MFK0_KONTIERUNGSBLOCK_SEND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;...
call function 'COBL_SEND_PBO'
  exporting
    dclass      = 'STD1'
    icobl       = cobl
    full_always = xfull
  importing
    dynnr       = dynnr
    progn       = progn
  tables
    icoblf      = int_coblf.
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 14:33:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-data-transfer/m-p/1524073#M240291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T14:33:08Z</dc:date>
    </item>
  </channel>
</rss>

