<?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 Checkbox should be checked in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572279#M2008676</link>
    <description>&lt;P&gt;Hello Community,&lt;/P&gt;
  &lt;P&gt;I got a requirement which states that while records are uploaded through bdc it should be default&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/storage/blog_attachments/2022/10/sap-sc.jpg" /&gt; ticked in pa30 as displayed in below Screenshot (Medical insurance Exemption).&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 10:24:17 GMT</pubDate>
    <dc:creator>former_member824613</dc:creator>
    <dc:date>2022-10-17T10:24:17Z</dc:date>
    <item>
      <title>Checkbox should be checked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572279#M2008676</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;
  &lt;P&gt;I got a requirement which states that while records are uploaded through bdc it should be default&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/storage/blog_attachments/2022/10/sap-sc.jpg" /&gt; ticked in pa30 as displayed in below Screenshot (Medical insurance Exemption).&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 10:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572279#M2008676</guid>
      <dc:creator>former_member824613</dc:creator>
      <dc:date>2022-10-17T10:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox should be checked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572280#M2008677</link>
      <description>&lt;P&gt;Do F1 on that checkbox and open the Technical settings:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2104861-image.png" /&gt;&lt;BR /&gt;In the next screen you then see the field name for BDC:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2104862-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Then you need to add something like that to your code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:
  ls_bdc_data TYPE BDCDATA,
  lt_bdc_data TYPE BDCDATA_TAB.

ls_bdcdata-fnam = 'YOUR_FIELD'.
ls_bdcdata-fval = abap_true.
INSERT ls_bdcdata INTO TABLE lt_bdcdata.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 10:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572280#M2008677</guid>
      <dc:creator>thkolz</dc:creator>
      <dc:date>2022-10-17T10:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox should be checked</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572281#M2008678</link>
      <description>&lt;P&gt;Then it should be:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_bdcdata-fnam = 'P0001-PERSG'.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkbox-should-be-checked/m-p/12572281#M2008678</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-10-17T11:07:06Z</dc:date>
    </item>
  </channel>
</rss>

