<?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 logic implementaion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404308#M535836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;1) As an ABAPER..in coding part .. how to implement the logic???&lt;/P&gt;&lt;P&gt;mean.. how to perfect to think a logic part in programing???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to i practice?? explain pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) the program conatins the 6,000 lines coding...&lt;/P&gt;&lt;P&gt;my question is .. why this prg required for a simple output..&lt;/P&gt;&lt;P&gt;in prg .. there are any links to one part to another part..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jul 2007 04:54:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-05T04:54:21Z</dc:date>
    <item>
      <title>logic implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404308#M535836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;1) As an ABAPER..in coding part .. how to implement the logic???&lt;/P&gt;&lt;P&gt;mean.. how to perfect to think a logic part in programing???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to i practice?? explain pls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) the program conatins the 6,000 lines coding...&lt;/P&gt;&lt;P&gt;my question is .. why this prg required for a simple output..&lt;/P&gt;&lt;P&gt;in prg .. there are any links to one part to another part..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 04:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404308#M535836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T04:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: logic implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404309#M535837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;when we doing DEBUGGING a prg..&lt;/P&gt;&lt;P&gt;1) can we check the all conditions.. like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am debugging for all entries statement..i want to check the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select options conditions and other conditions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 04:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404309#M535837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T04:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: logic implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404310#M535838</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;It all depends an what kind of INPUT you want to provide and what kind of output you want to SEE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You dont need 6000 lines of code for taking the input and displaying it in a simple way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you do need 6000 lines if you want to make sure that your INPUT is correct in all senses before you make use of it and you want to get some fancy out put you do need to have more code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it does not mean more the code more the good logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do develop logic you need to first analyze the problem and come up with an algorith for your problem which can solve it in minimum number of steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have your algorith you just need to find out the best possible SYNTAX that is availalbe in the Programming language you want to use, Nasically optimized code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So when you anaylyze and know the syntax better you get the best performance.&lt;/P&gt;&lt;P&gt;Best performance comes from a best logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YES it is possible to SEE the internal table entries that you are using in FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 04:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404310#M535838</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-05T04:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: logic implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404311#M535839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu,&lt;/P&gt;&lt;P&gt;thanks for ur clarification.&lt;/P&gt;&lt;P&gt;pls..see below code. here i have one doubt..&lt;/P&gt;&lt;P&gt;when i am doing a DEBUGGING.. IT IS COMPUSORY TO CHECK THE &lt;/P&gt;&lt;P&gt;ON CONDITIONS AND WHERE CONDITIONS .if i check .the conditions are not satfied &lt;/P&gt;&lt;P&gt;the n i will check the data in tables OR i want to ask Functional people For Creating TEST data. EXPLAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF NOT IT_MARD[] IS INITIAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT MKPF&lt;SUB&gt;MBLNR MKPF&lt;/SUB&gt;MJAHR MKPF&lt;SUB&gt;VGART MKPF&lt;/SUB&gt;BLDAT MKPF~XBLNR&lt;/P&gt;&lt;P&gt;           MSEG&lt;SUB&gt;ZEILE MSEG&lt;/SUB&gt;BWART MSEG&lt;SUB&gt;MATNR MSEG&lt;/SUB&gt;LGORT MSEG~DMBTR&lt;/P&gt;&lt;P&gt;      INTO TABLE ITab&lt;/P&gt;&lt;P&gt;      FROM ( MKPF INNER JOIN MSEG&lt;/P&gt;&lt;P&gt;             ON MKPF&lt;SUB&gt;MBLNR = MSEG&lt;/SUB&gt;MBLNR AND&lt;/P&gt;&lt;P&gt;                MKPF&lt;SUB&gt;MJAHR = MSEG&lt;/SUB&gt;MJAHR )&lt;/P&gt;&lt;P&gt;     FOR ALL ENTRIES IN IT_MARD&lt;/P&gt;&lt;P&gt;     WHERE MKPF~VGART IN R_VGART&lt;/P&gt;&lt;P&gt;       AND MKPF~BLDAT IN R_BLDAT&lt;/P&gt;&lt;P&gt;       AND MSEG~BWART IN ('1','5','6')                &lt;/P&gt;&lt;P&gt;       AND MSEG~MATNR = IT_MARD-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 07:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404311#M535839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T07:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: logic implementaion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404312#M535840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you find there is no data in the DB table and the select queries are failing, then ask youu functional consultant to create the test data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2007 07:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logic-implementaion/m-p/2404312#M535840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-05T07:41:02Z</dc:date>
    </item>
  </channel>
</rss>

