<?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: Dynamic documents with complex forms. Is it possible? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921520#M59022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;but other ways (excluding cookie) are ..... ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jun 2005 12:34:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-18T12:34:30Z</dc:date>
    <item>
      <title>Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921512#M59014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to create DD (cl_dd_document) with radio-button or checkboxes? I found only pushbuttons, input lines and dropdown listboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Iliya Kuznetsov&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jun 2005 16:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921512#M59014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-12T16:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921513#M59015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use HTML_INSERT method of CL_DD_AREA class to add any HTML to the document - so you can add radio button and check boxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2005 05:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921513#M59015</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-13T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921514#M59016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this, but it's very strange idea -- to make many special classes and to forget required ones.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 18:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921514#M59016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-15T18:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921515#M59017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right. but with the advent of BSP , you have much more better better options for this kind of work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel that if you are WAS 6.2 and above, you should seriously consider converting this application to BSP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are interested, look at the weblog area,  there is a weblog by Thomas Jung about showing BSP application in a HTML viewer within SAP GUI with single sign on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2005 20:41:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921515#M59017</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-15T20:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921516#M59018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't use BSP but only need to create table control with some text/link fields and checkbox for every row in table at left column. By pressing some sy-ucomm command all checked rows in the table need to be processed some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know HTML little bit and I need to integrate static_html with all DD framework. How can I get "checked" attribute of all checkbox elements in the form?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 09:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921516#M59018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-18T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921517#M59019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a property of the checkbox attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example if your checkbox name is c1 and if its checked c1.checked will be set to true &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form &amp;gt;
  &amp;lt;input type="checkbox" name="C1" value="ON" checked&amp;gt;&amp;lt;/p&amp;gt;
  &amp;lt;p&amp;gt;&amp;lt;input type="checkbox" name="C2" value="ON"&amp;gt;&amp;lt;/p&amp;gt;
&amp;lt;a href="#" onclick="alert(document.forms[0].C1.checked);alert(document.forms[0].C2.checked);"&amp;gt;test&amp;lt;/a&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you are new to SDN forum , may i request you to go thru the following weblog.&lt;/P&gt;&lt;P&gt;/people/mark.finnern/blog/2004/08/10/spread-the-love&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 10:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921517#M59019</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-18T10:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921518#M59020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;manually creating of html-code isn't a problem but how can I get 'checked' attribute from ABAP side and using cl_dd_document and it's childs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 12:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921518#M59020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-18T12:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921519#M59021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it wont be simple. one of the possible ways is to save the values into a cookie and read it from abap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 12:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921519#M59021</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-18T12:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921520#M59022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;but other ways (excluding cookie) are ..... ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 12:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921520#M59022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-18T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921521#M59023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one more way is there, but i need to write a sample to confirm it, in the meantime you can also give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the demo programs starting with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEMO_JAVA_SCRIPT*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the approach i am going to try and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2005 12:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921521#M59023</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-18T12:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921522#M59024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've looked examples DEMO_JAVA_* but they didn't use cl_dd_document. &lt;/P&gt;&lt;P&gt;And, IMHO, cl_dd_document approach not pass any custom scripts (before &amp;lt;body&amp;gt; tag) into target document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2005 05:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921522#M59024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-19T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic documents with complex forms. Is it possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921523#M59025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i gave the reference of this DEMO_JAVA_*  for capturing javascript value into ABAP variable. nothing more than that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2005 06:14:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-documents-with-complex-forms-is-it-possible/m-p/921523#M59025</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-19T06:14:14Z</dc:date>
    </item>
  </channel>
</rss>

