<?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: Declaring a checkbox parameter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171864#M997391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_PRVPD as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(72) TEXT-T02 FOR FIELD P_PRVPD.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write text-t02 = Click here if you could code me so I have more than 8 characters !"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujamol Augustine on Jul 14, 2008 5:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 14:59:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T14:59:24Z</dc:date>
    <item>
      <title>Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171862#M997389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know you can do this via GoTo in the menu in the top, but I'm wondering how do you code a checkbox parameter that would show a text longer than 8 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK selection1 WITH FRAME.
SELECT-OPTIONS s_vbeln FOR vbak-vbeln.
SELECTION-SCREEN SKIP.
PARAMETERS p_chkbox AS CHECKBOX DEFAULT ''.
SELECTION-SCREEN END OF BLOCK selection1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want my checkbox to be displayed as "Click here if you could code me so I have more than 8 characters !"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I code that ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Avraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 14:54:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171862#M997389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T14:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171863#M997390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;code as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment 1(70) text-001.&lt;/P&gt;&lt;P&gt;parameters : p_c as checkbox.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text-001 contains &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Click here if you could code me so I have more than 8 characters !"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 14:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171863#M997390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T14:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171864#M997391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_PRVPD as checkbox.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 3(72) TEXT-T02 FOR FIELD P_PRVPD.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write text-t02 = Click here if you could code me so I have more than 8 characters !"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sujamol Augustine on Jul 14, 2008 5:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 14:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171864#M997391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T14:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171865#M997392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 1(10) TEXT-001 FOR FIELD P1. &lt;/P&gt;&lt;P&gt;  PARAMETERS: P1 LIKE SAPLANE-PLANETYPE, P2(5), P3(1). &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 14:59:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171865#M997392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171866#M997393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kahana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able using the stataments below:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT [/][pos](len) &lt;/P&gt;&lt;P&gt;                           {text|{[text] FOR FIELD sel}} &lt;/P&gt;&lt;P&gt;                           [VISIBLE LENGTH vlen] &lt;/P&gt;&lt;P&gt;                           [MODIF ID modid] &lt;/P&gt;&lt;P&gt;                           [ldb_additions]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare you check box.&lt;/P&gt;&lt;P&gt;  ... &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any question, let me know,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexandre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 14:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171866#M997393</guid>
      <dc:creator>alexandre_docarmorocha</dc:creator>
      <dc:date>2008-07-14T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171867#M997394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do this way  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF BLOCK selection1 WITH FRAME.
SELECT-OPTIONS s_vbeln FOR vbak-vbeln.
SELECTION-SCREEN SKIP.
selection-screen begin of line.
PARAMETERS p_chkbox AS CHECKBOX DEFAULT ''.
SELECTION-SCREEN COMMENT 4(15) text-001.
selection-screen end of line.
SELECTION-SCREEN END OF BLOCK selection1. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 15:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171867#M997394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171868#M997395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was interesting, Santosh.&lt;/P&gt;&lt;P&gt;If you begin a selection screen line, the checkbox does not automatically take the name declared as the parameter variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you know that ?&lt;/P&gt;&lt;P&gt;Anyways, my question was answered &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 15:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171868#M997395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T15:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Declaring a checkbox parameter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171869#M997396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK selection1 WITH FRAME.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS s_vbeln FOR vbak-vbeln.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(25) &lt;STRONG&gt;text-001&lt;/STRONG&gt; FOR FIELD p_chkbox.&lt;/P&gt;&lt;P&gt;PARAMETERS p_chkbox AS CHECKBOX DEFAULT ''.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK selection1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 15:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/declaring-a-checkbox-parameter/m-p/4171869#M997396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T15:14:02Z</dc:date>
    </item>
  </channel>
</rss>

