<?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: Exporting Parameters while creating objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595751#M267618</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;Look at the method CONSTRUCTOR of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 05:18:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T05:18:32Z</dc:date>
    <item>
      <title>Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595750#M267617</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;While creating objects to a class,we can see few parameters with the object created.Any idea about where the parameters are coming from and what are the values to be passed for it should be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For ex:&lt;/P&gt;&lt;P&gt;I am creating a object for CL_DD_DOCUMENT.&lt;/P&gt;&lt;P&gt;   CREATE OBJECT e_dyndoc_id&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;       STYLE  =&lt;/P&gt;&lt;P&gt;       BACKGROUND_COLOR =&lt;/P&gt;&lt;P&gt;       BDS_STYLESHEET =&lt;/P&gt;&lt;P&gt;       NO_MARGINS =&lt;/P&gt;&lt;P&gt;       .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to see BDS_STYLESHEET in attributes.&lt;/P&gt;&lt;P&gt;But where I can see the other parameters?How to set the values for those parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 04:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595750#M267617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T04:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595751#M267618</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;Look at the method CONSTRUCTOR of the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 05:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595751#M267618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T05:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595752#M267619</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;Any idea about the values to be given to parameter.I am able to see the type of values given.&lt;/P&gt;&lt;P&gt;For ex:How to find out , we need to ALV_GRID in style parameters.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Creating the document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   CREATE OBJECT o_document&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;       STYLE  = 'ALV_GRID'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jayanthi Jayaraman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595752#M267619</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-10-18T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595753#M267620</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;Try the 'Class Documentation' button in the application toolbar in SE24. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 06:30:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595753#M267620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T06:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595754#M267621</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;Thanks for reply,But most of them are not in ENglish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 06:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595754#M267621</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-10-18T06:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595755#M267622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to freetranslation dot com, cut and paste the text and choose translation from German to English.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rao A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 06:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595755#M267622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T06:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595756#M267623</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;Useful site.When I click on documentation,it is saying that 'Documentation not found in english'.I am not able to see the German docuemtnaion.&lt;/P&gt;&lt;P&gt;I am not able to logon using GE,since that is not in my system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 06:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595756#M267623</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-10-18T06:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595757#M267624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;possibel styles:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ALV_GRID'.&lt;/P&gt;&lt;P&gt;'ALV_TO_HTML'.&lt;/P&gt;&lt;P&gt;'TREE'.&lt;/P&gt;&lt;P&gt;'STAND_ALONE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;taken from the local class implemented within CL_DD_DOCUMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to reach this code.&lt;/P&gt;&lt;P&gt;go to the source view of the constructor method of cl_dd_document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on method "initialize_document"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on method "get_gui_properties"&lt;/P&gt;&lt;P&gt;in the following statement there.&lt;/P&gt;&lt;P&gt; call method resources-&amp;gt;get_gui_properties&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you will see these styles.&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, 18 Oct 2006 07:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595757#M267624</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-18T07:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595758#M267625</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 am able to find out the values thro' the source code of the method.But is it the only way to find out the possible values for a parameter in a class?I don't think we can see the possible values for all other parameters of all the classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 08:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595758#M267625</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-10-18T08:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595759#M267626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;No other way except by seeing the documentation in English.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 10:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595759#M267626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T10:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Parameters while creating objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595760#M267627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;But is it the only way to find out the possible values for a parameter in a class?&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No. It only in this particular case. but in general the possible values for class parameter is same like in other cases where its maintained in domain level or at check table.&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, 29 Oct 2006 09:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exporting-parameters-while-creating-objects/m-p/1595760#M267627</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-10-29T09:37:20Z</dc:date>
    </item>
  </channel>
</rss>

