<?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: ABAP Object program flow in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572968#M258689</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never said Java was better, I'm just coming from it and therefore taking it as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know yet what BADI is, could you give me some directions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 09:28:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-21T09:28:46Z</dc:date>
    <item>
      <title>ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572963#M258684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm starting to play with ABAP Object, and am very comfortable with OO features (coming from Java).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently, I am hesitating on the way to code my program flow. Let me explain:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it common practice to manage the screens flow within methods (with SET SCREEN etc.)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would think that this is kind of bad, since it requires local classes, and is simply kind of weird (to someone coming from Java anyway). Is continuing to handle this via MODULES and such still a good way to go?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any enlightenment you can bring me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572963#M258684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572964#M258685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, and the same question goes to reporting: is it good practice to code reporting instructions in methods?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, finally, what would be a better choice:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Getting info from a database, and creating an object with this info (kind of like how things are done in Java)&lt;/P&gt;&lt;P&gt;- Or creating an object with primary key info, and letting it access the database table(s) itself (I would go for this choice now, but please tell me if it's bad and if it is, why).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572964#M258685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572965#M258686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's all depends up on your requirement. You can do wonders in ABAP objects as same as in JAVA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example BADI is one of the best OO feature available in SAP ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating screens, buttons, interfaces and many things in OO with respect your requirement plays a vital role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572965#M258686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572966#M258687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  It depends on the Programmers comfort to code, anyway atlast the object has to be delivered. There are also certain situation were we have to use only ABAP Objects, when you create a report program on a screen you have no other choice other than using ABAP Object Method and Classes.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572966#M258687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572967#M258688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anything that has to do with screens (SET, CALL, etc.) has to occur outside your class because these statements are not allowed within classes.&lt;/P&gt;&lt;P&gt;I recently developed a "report" fully in ABAP-OO. I defined an OO-transaction which instantiated my class and started method MAIN (reference to Java...). Within the main method I was calling a function module like Z_..._CALL_SELSCREEN to display a selection screen for the user. After having received the select-options I do the business logic within my classes (indeed it's the model class =&amp;gt; MVC architecture). When I have finished processing the data for ALV list display (occurs within a view class) I call another function module like Z_..._CALL_DYNPRO.&lt;/P&gt;&lt;P&gt;Any user-commands on the dynpros is sent back to my class (in this case the controller class). That is my way to implement MVC architecture using ABAP-OO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards   &lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572967#M258688</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-21T09:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572968#M258689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never said Java was better, I'm just coming from it and therefore taking it as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know yet what BADI is, could you give me some directions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572968#M258689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572969#M258690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAdI is the most modern version of exits within the SAP coding. By implementing a BAdI you can adjust the SAP standard process to your customer-specific needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually a BAdI is assigned to an interface. You have to implement this interface in your customer class. Finally, activate the BAdI and your implementing class will be called as soon as the BAdI is passed in the standard coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572969#M258690</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-21T09:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Object program flow</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572970#M258691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I din't mentioned that you said JAVA is better. I just said the things what u can do in JAVA u can achieve and there is a way in ABAP also. I tihnk u misunderstood my statements. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; :)..no hard feelings... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI's are kind of Exits. To make it in a simple statement SAP has provided us with a way to enhance the business process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, assume that a business process goes thru step 1, step 2 and so on. Inbetween step1 and step2 you want to do something. For this SAP has provided some standard interface, which will get the information about the business process in step1 in to it. You can make use of that and customize according to your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Send me you mail ID I will forward good document on BADI's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;Venkat Ramanan N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 09:44:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-object-program-flow/m-p/1572970#M258691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T09:44:25Z</dc:date>
    </item>
  </channel>
</rss>

