<?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: how to avoid GUI for development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948246#M1488296</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;Yes, you can use RFC to construct system outside SAP. Of course, the knowledge of SAP functionalities is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 16:25:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-31T16:25:24Z</dc:date>
    <item>
      <title>how to avoid GUI for development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948245#M1488295</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 learning SAP / ABAP with NetWeaver trial&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to develop applications without using the GUI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Microsoft-land I usually build whole system just by typing (TSQL or CSharp etc.) ... it is more time efficient and precise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 14:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948245#M1488295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid GUI for development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948246#M1488296</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;Yes, you can use RFC to construct system outside SAP. Of course, the knowledge of SAP functionalities is necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leandro Mengue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 16:25:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948246#M1488296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid GUI for development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948247#M1488297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , You can work in non sap system using RFC. You will have to create an RFC connection for this . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This RFC will help you access the data in r/3 system .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 17:24:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948247#M1488297</guid>
      <dc:creator>abhishek_gupta2</dc:creator>
      <dc:date>2010-05-31T17:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid GUI for development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948248#M1488298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think what I am looking for is just an ABAP report&lt;/P&gt;&lt;P&gt;that creates ABAP Dictionary objects using function modules such as DDIF_*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not happy using GUI for development as it doesn't allow you to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- capture your effort&lt;/P&gt;&lt;P&gt;- apply global changes quickly&lt;/P&gt;&lt;P&gt;- copy and paste code fragments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I have to find out how to quickly try a design and then rollback&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when sketching schemas in TSQL I do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;restore database WIP from disk = 'WIP.bak'&lt;/P&gt;&lt;P&gt;go&lt;/P&gt;&lt;P&gt;create tables ...&lt;/P&gt;&lt;P&gt;create views ...&lt;/P&gt;&lt;P&gt;create procs ...&lt;/P&gt;&lt;P&gt;insert initial data ...&lt;/P&gt;&lt;P&gt;insert test data ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this lets me quickly iterate a high quality design&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same process is just not going to work using a GUI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as it takes hours and hours of clicking with a mouse !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose there is no equivalent of DDL in OpenSQL for Dictionary objects ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 20:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948248#M1488298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T20:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to avoid GUI for development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948249#M1488299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that EHP 2 (enhancement package #2 for netweaver)&lt;/P&gt;&lt;P&gt;will add the ability to edit more objects (such as classes) in text mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope we can work completely in text mode - that will improve speed, accuracy and quality of development&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jun 2010 15:53:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-gui-for-development/m-p/6948249#M1488299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-05T15:53:39Z</dc:date>
    </item>
  </channel>
</rss>

