<?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: Regarding Logical Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141786#M1191733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .&lt;/P&gt;&lt;P&gt;How can i calculate the depreciation cast for assets .&lt;/P&gt;&lt;P&gt;Below function module is allows only one date parameter(l_datbis)&lt;/P&gt;&lt;P&gt;according to my requirement , instead of parameter i have used select-options in date field.&lt;/P&gt;&lt;P&gt;so i want to pass from date and to date.&lt;/P&gt;&lt;P&gt;is possible to any function module for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DEPR_RECALCULATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_ANTS = ANTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    *&lt;/P&gt;&lt;P&gt;          o I_PERBIS = L_PERBIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_DATBIS = L_DATBIS&lt;/P&gt;&lt;P&gt;I_FEHLER = CON_X&lt;/P&gt;&lt;P&gt;I_FUNCTION = 'N'&lt;/P&gt;&lt;P&gt;I_CAL_CLOSED_FYEARS = CON_X&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_ANLB = XANLB&lt;/P&gt;&lt;P&gt;T_ANLC = XANLC&lt;/P&gt;&lt;P&gt;T_ANLZ = XANLZ&lt;/P&gt;&lt;P&gt;T_ANEA = XANEA&lt;/P&gt;&lt;P&gt;T_ANEP = XANEP&lt;/P&gt;&lt;P&gt;T_ANFM = YANFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 12:52:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-11T12:52:53Z</dc:date>
    <item>
      <title>Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141780#M1191727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  i have copied  one standard report(Application program) and i have modified it acoording  to my&lt;/P&gt;&lt;P&gt;     requirement. now i got a problem with Logical DataBase. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   comming to my requirement , i want to modify the parameter as select-option  which is in &lt;/P&gt;&lt;P&gt;    logical database.How i retrieve the data using that select-option ..?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sateesh c on Feb 7, 2009 3:17 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 14:16:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141780#M1191727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-07T14:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141781#M1191728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for changing the parameter into select-options &lt;/P&gt;&lt;P&gt;refer to this link&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5800664"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and coming to the logical data base, what ever the syntax you are using for the normal ABAP that can be used for the selct-options in the logical database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope these points are useful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 14:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141781#M1191728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-07T14:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141782#M1191729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;LDB provides a standard selection screen...&lt;/P&gt;&lt;P&gt;if you want to change a parameter to select option ...........you have to first hide that parameter..either by loop at screen command at selection screen output....or u have to make a custom report category for that.....see following link to make report category:&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6701150"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you have to explicetly make a new select option in program....however...ldb wont filter data on its basis and in your program you have to write logic to filter data on its basis.....&lt;/P&gt;&lt;P&gt;also wherever the paramer is used you have to change it with select option..specially if there are any select statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 21:19:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141782#M1191729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-07T21:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141783#M1191730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for u r  reply ..&lt;/P&gt;&lt;P&gt;i have modified  the parameter as select-option.But&lt;/P&gt;&lt;P&gt;in this program Every  function modules has  taken only HIgher  value(SELECT_OPTION-HIGH) .&lt;/P&gt;&lt;P&gt;so can i pass the lower and higher  values of the select-options to the function modules.&lt;/P&gt;&lt;P&gt;The select-option is one  Date field(ERDAT).&lt;/P&gt;&lt;P&gt;I have entered two dates in select-option field.&lt;/P&gt;&lt;P&gt;i need to find how many months are there in between  those two dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sateesh c on Feb 8, 2009 3:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2009 14:48:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141783#M1191730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-08T14:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141784#M1191731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can do that.....&lt;/P&gt;&lt;P&gt;se the below FM to be used ...but which FM currently ur program is using....&lt;/P&gt;&lt;P&gt;Also why you have opened this new thread????&lt;/P&gt;&lt;P&gt;please close one of the thread.....as you have asked same question in previous thread:(&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HR_HK_DIFF_BT_2_DATES'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          DATE1                   = P_EDATE----high&lt;/P&gt;&lt;P&gt;          DATE2                   = P_SDATE-----low&lt;/P&gt;&lt;P&gt;          OUTPUT_FORMAT           = '05'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;          YEARS                   = V_YEARS&lt;/P&gt;&lt;P&gt;          MONTHS                  = V_MONTHS&lt;/P&gt;&lt;P&gt;          DAYS                    = V_DAYS&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          INVALID_DATES_SPECIFIED = 1&lt;/P&gt;&lt;P&gt;          OTHERS                  = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Feb 2009 15:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141784#M1191731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-08T15:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141785#M1191732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;can anybody please tell me &lt;/P&gt;&lt;P&gt;How can i calculate the depreciation cast for  assets .&lt;/P&gt;&lt;P&gt;Below  function module is  allows only one date parameter(l_datbis)&lt;/P&gt;&lt;P&gt;according to  my requirement , instead of parameter i have used select-options in date field.&lt;/P&gt;&lt;P&gt;so i want to pass from date and to date.&lt;/P&gt;&lt;P&gt;is possible to  any function module for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DEPR_RECALCULATE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            I_ANTS              = ANTS&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;           I_PERBIS            = L_PERBIS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;            I_DATBIS            =  L_DATBIS&lt;/P&gt;&lt;P&gt;            I_FEHLER            = CON_X&lt;/P&gt;&lt;P&gt;            I_FUNCTION          = 'N'&lt;/P&gt;&lt;P&gt;            I_CAL_CLOSED_FYEARS = CON_X&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            T_ANLB              = XANLB&lt;/P&gt;&lt;P&gt;            T_ANLC              = XANLC&lt;/P&gt;&lt;P&gt;            T_ANLZ              = XANLZ&lt;/P&gt;&lt;P&gt;            T_ANEA              = XANEA&lt;/P&gt;&lt;P&gt;            T_ANEP              = XANEP&lt;/P&gt;&lt;P&gt;            T_ANFM              = YANFM.&lt;/P&gt;&lt;P&gt;                                                                                Regards,&lt;/P&gt;&lt;P&gt;                                                                                sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 12:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141785#M1191732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T12:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Logical Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141786#M1191733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi .&lt;/P&gt;&lt;P&gt;How can i calculate the depreciation cast for assets .&lt;/P&gt;&lt;P&gt;Below function module is allows only one date parameter(l_datbis)&lt;/P&gt;&lt;P&gt;according to my requirement , instead of parameter i have used select-options in date field.&lt;/P&gt;&lt;P&gt;so i want to pass from date and to date.&lt;/P&gt;&lt;P&gt;is possible to any function module for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DEPR_RECALCULATE'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;I_ANTS = ANTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    *&lt;/P&gt;&lt;P&gt;          o I_PERBIS = L_PERBIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I_DATBIS = L_DATBIS&lt;/P&gt;&lt;P&gt;I_FEHLER = CON_X&lt;/P&gt;&lt;P&gt;I_FUNCTION = 'N'&lt;/P&gt;&lt;P&gt;I_CAL_CLOSED_FYEARS = CON_X&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;T_ANLB = XANLB&lt;/P&gt;&lt;P&gt;T_ANLC = XANLC&lt;/P&gt;&lt;P&gt;T_ANLZ = XANLZ&lt;/P&gt;&lt;P&gt;T_ANEA = XANEA&lt;/P&gt;&lt;P&gt;T_ANEP = XANEP&lt;/P&gt;&lt;P&gt;T_ANFM = YANFM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 12:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-logical-database/m-p/5141786#M1191733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T12:52:53Z</dc:date>
    </item>
  </channel>
</rss>

