<?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: Get parameters with if_oo_adt_classrun in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740180#M2021021</link>
    <description>&lt;P&gt;Hello Horst,&lt;/P&gt;&lt;P&gt;thanks for the detailed response! The cl_demo_classrun POC you teased looks great would be more than sufficient for me. Even if it were to only run in non productive clients as I only need it for training purposes. I'll just wait for the new release then and use cl_demo_output and cl_demo_input onpremise in the SE24 test environment embedded in eclipse for now...&lt;/P&gt;&lt;P&gt;I also thought about implementing the functionality myself but with ADT you always also need to provide an eclipse plugin which is somewhat of a hurdle in development and consumption.+&lt;/P&gt;&lt;P&gt;-Fabian&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 14:09:20 GMT</pubDate>
    <dc:creator>fabianlupa</dc:creator>
    <dc:date>2023-06-02T14:09:20Z</dc:date>
    <item>
      <title>Get parameters with if_oo_adt_classrun</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740178#M2021019</link>
      <description>&lt;P&gt;I am looking for a way to request parameters from the user in ABAP console applications using the interface IF_OO_ADT_CLASSRUN. As far as I know that is just not implemented. However, in the importing parameter out of the main method an object reference to if_oo_adt_classrun_out is supplied which in addition to the normally used write method also has an undocumented get method. According to my testing it is non functional though.&lt;/P&gt;
  &lt;P&gt;Is there any way to parameterize ABAP console applications? We have an ABAP training program and would like to replace the classic calculator report task with a class using ADT that is cloud ready some time in the future. That doesn't seem possible though at the moment.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 15:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740178#M2021019</guid>
      <dc:creator>fabianlupa</dc:creator>
      <dc:date>2023-05-31T15:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters with if_oo_adt_classrun</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740179#M2021020</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For the time being, the ABAP Console of ADT supports only a notepad style output without any options for input. The mentioned GET method is for getting the output in a string.&lt;/P&gt;&lt;P&gt;Enabling input would require an ABAP Console in ADT's embedded HTML browser. and a respective new ADT-REST-channel to handle the traffic.&lt;/P&gt;&lt;P&gt;With the upcoming releases 2308 (Cloud) and 2023 (OnPrem) a  POC (Proof of Concept) for such a feature will be delivered for the demonstration classes of the ABAP Keyword Documentation (most existing demonstration programs - "reports"  - were transformed to classes), where the browser window of the documentation is used for CL_DEMO_INPUT/CL_DEMO_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2171548-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Extending that concept - usage of the full HTML-power of CL_DEMO_INPUT/CL_DEMO_OUTPUT - also for Z-programs is under discussion. &lt;/P&gt;&lt;P&gt;With the upcoming release, at least one stage is already reached: IF_OO_ADT_CLASSRUN calls CL_DEMO_OUTPUT now instead of using an old copy of its implementation and you can display all kind of  complex data.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2171549-image.png" /&gt; &lt;/P&gt;&lt;P&gt;Alas, in notepad style only. &lt;/P&gt;&lt;P&gt;An HTML console would be more fun - nice output and enabling input:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2171552-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Maybe, the community can help us here?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 08:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740179#M2021020</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2023-06-02T08:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters with if_oo_adt_classrun</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740180#M2021021</link>
      <description>&lt;P&gt;Hello Horst,&lt;/P&gt;&lt;P&gt;thanks for the detailed response! The cl_demo_classrun POC you teased looks great would be more than sufficient for me. Even if it were to only run in non productive clients as I only need it for training purposes. I'll just wait for the new release then and use cl_demo_output and cl_demo_input onpremise in the SE24 test environment embedded in eclipse for now...&lt;/P&gt;&lt;P&gt;I also thought about implementing the functionality myself but with ADT you always also need to provide an eclipse plugin which is somewhat of a hurdle in development and consumption.+&lt;/P&gt;&lt;P&gt;-Fabian&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740180#M2021021</guid>
      <dc:creator>fabianlupa</dc:creator>
      <dc:date>2023-06-02T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters with if_oo_adt_classrun</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740181#M2021022</link>
      <description>&lt;P&gt;" but with ADT you always also need to provide an eclipse plugin which is somewhat of a hurdle in development and consumption"&lt;/P&gt;&lt;P&gt;'xactly. That's the reason why we from ABAP Keyword Documentation cannot do it by ourselves.&lt;/P&gt;&lt;P&gt;We can do anything in ABAP classic but are restricted in ABAP strict ...&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 16:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740181#M2021022</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2023-06-02T16:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters with if_oo_adt_classrun</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740182#M2021023</link>
      <description>&lt;P&gt;Speaking of restricted... surely CL_DEMO_CLASSRUN will be released for cloud development? And executable via F9 instead of being restricted to only be executable from the keyword documentation, right? ....right?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Jun 2023 11:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740182#M2021023</guid>
      <dc:creator>fabianlupa</dc:creator>
      <dc:date>2023-06-03T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get parameters with if_oo_adt_classrun</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740183#M2021024</link>
      <description>&lt;P&gt;Little by little, the bird builds its nest.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 13:02:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/get-parameters-with-if-oo-adt-classrun/m-p/12740183#M2021024</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2023-06-26T13:02:09Z</dc:date>
    </item>
  </channel>
</rss>

