<?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: reg:Howto create checkboxes in function module(bapi) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591882#M593374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use data Element : GLX_XFELD ( General Checkbox ) for checkbox..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For check box... if box is checked then value is 'X' else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in function module it doesn;t matter whether u use data element for checkbox...  u can use char type variable of length 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and inside code u can check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_char1 = 'X'. : it means checkbox is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_char1 = space " it means checkbox not checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 11:15:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T11:15:15Z</dc:date>
    <item>
      <title>reg:Howto create checkboxes in function module(bapi)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591880#M593372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai ALl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one  senario .in  i need  to create check boxes in functionmodule . for that i have to write the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any body suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to do this senario in FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;Chaitanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 10:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591880#M593372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T10:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: reg:Howto create checkboxes in function module(bapi)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591881#M593373</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;Checkbox mean you want to Pass a Parameter with the Values True ('X') OR False ( ' ' ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Pass a Single Char field and Compare the Values 'X' or ' ' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if Helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 10:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591881#M593373</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-07-26T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: reg:Howto create checkboxes in function module(bapi)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591882#M593374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use data Element : GLX_XFELD ( General Checkbox ) for checkbox..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For check box... if box is checked then value is 'X' else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in function module it doesn;t matter whether u use data element for checkbox...  u can use char type variable of length 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and inside code u can check..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_char1 = 'X'. : it means checkbox is checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_char1 = space " it means checkbox not checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 11:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-howto-create-checkboxes-in-function-module-bapi/m-p/2591882#M593374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T11:15:15Z</dc:date>
    </item>
  </channel>
</rss>

