Page Version Count within the selected dates

Hi,
We have a folder of name General in our site.
i have two SharePoint date time controls on the user control.
Now i need to get the number of page versions within the selected dates.
I am able to get all the pages under the 'General' folder as below
SPFolder oGeneralFolder = list.RootFolder.SubFolders["General"];
 DataTable dt = new DataTable();
dt.Columns.Add("Page Versions Count");
foreach (SPFile file in oGeneralFolder.Files)
dr["Page Versions Count"] = ?
Now i need to get the number of page versions within the selected dates.
Because i don't see any supporting property in SPFile object to filter the page version according to the date.
Please share your ideas or thoughts on the same.
Regards,
Sudheer
Thanks & Regards, Sudheer

Hi Naga,
Get item of File and do the following
  foreach (SPListItemVersion v in item.Versions)
if(v.Created > daterange &&v.Created < daterange )
count++;
Within the foreach loop, check for specified date range and increase the count if it fine.
Thanks,
Vivek
Please vote or mark your question answered, if my reply helps you

Similar Messages

  • Sub Select list within the Select List!!

    Hi All,
    I want one solution, i want to have a sub select list within the select list, i mean i want to have a dropdown shown when we point a cursor on any of the Value of
    the select list. Sub select list for that value of the select list.
    Hope you all got it,Please Reply me if anybody has the solution, I am using APEX version 3.0.1.00.07
    Thanks

    Hm,
    Service Unavailable
    The proxy is currently unable to handle the request due to a (possibly) temporary error. Extended error information is:
    * Failed to forward the request to the web server at apps.oraclecorp.com:80. This may be due to a firewall configuration error or a DNS failure.
    If this situation persists, please contact your security gateway administrator.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • The selected data source is read-only

    Anyone know how to fix this "issue"
    The selected data source is read-only. You cannot change the view configuration.
    Thanks in Advance.

    Assuming that it's not actually read-only (because you're trying to hit a follower node or a data source that is currently loading non transactionally, etc.), you should be able to just click the Data Source edit button and click Save to "wake it up".
    In previous versions of the product there was a "Refresh Data Sources" that would do the trick but I haven't seen it in the 3.0 version of Studio.
    If enough people need it, maybe we'll just write it or something. 
    Patrick Rafferty
    http://branchbird.com/

  • BAPI Error: No schedule lines due for delivery up to the selected date

    Hi,
    I have created a program to create delivery orders with reference to sales orders using BAPI - BAPI_OUTB_DELIVERY_CREATE_SLS.
    After execution I get the error: No schedule lines due for delivery up to the selected date
    Please help.
    Thanks in advance!!!
    Regards,
    Sriram

    hi,
    this is to inform you that,
    please check the schedule line date in the sales order because the date is not matching here for the BAPI to upload.
    here,  for example the schedule line is 4 days after and you are running BAPI today. that will mismatch no.
    the same thing is happening in uploading case also.
    so please check the date.
    because in teh sales order if teh schedule line date is today it will accept the uploading with out throwing any errors.
    regards,
    balajia

  • To pass the selected data to a variable from the drop down list in abap wd

    Hi,
    I have already created a drop down list and populated it with data from table by using the node and linking it with the internal table. Now I need to know which element is selected so based on that I need to perform some function. eg. based on the selected data , i need to populate the next drop down list.
    A demo code will be really helpful.
    Thanks and Regards
    Tenzin

    Hi,
    On selcting the value from the drop down, we have one event ONSELECT.
    Write the code in this event.
    Get the attribute value to lV_xxxxxx using get attribute.
    then using that you can fill the next DDBK attribute.
    method wddoinit .
      data:
            lo_nd_spfli type ref to if_wd_context_node,
            lo_el_spfli type ref to if_wd_context_element,
            ls_spfli type wd_this->element_spfli.
      data:
          lv_carrid LIKE ls_sflight-carrid,
             itab_carrid type wd_this->elements_spfli,
             wa_carrid type wd_this->element_spfli,
             lo_nodeinfo_spfli type ref to if_wd_context_node_info,
             lt_value_set type wdy_key_value_table,
             ls_value_set type wdy_key_value.
      lo_nd_spfli = wd_context->get_child_node( name = wd_this->wdctx_spfli ).
      lo_nodeinfo_spfli = lo_nd_spfli->get_node_info( ).
      select carrid
        from spfli
        into corresponding fields of table itab_carrid.
      if sy-subrc = 0.
        sort itab_carrid by carrid.
        delete adjacent duplicates from itab_carrid comparing carrid.
      endif.
      loop at itab_carrid into wa_carrid.
        ls_value_set-key = wa_carrid-carrid.
        ls_value_set-value = wa_carrid-carrid.
        append ls_value_set to lt_value_set.
      endloop.
      lo_nodeinfo_spfli->set_attribute_value_set( name = 'CARRID'
      value_set = lt_value_set ).
    endmethod.
    in the event of first DDBK, write the select statement wsing where condition of lv_XXX.
    and append the record as above.
    Regards,
    sarath

  • Error "No schedule line due for delivery upto the selected date"

    Hi Experts,
    I am getting an error while creating outbound delivery for sales order.All items have same item cat and schedule line category,same customer.
    The sales order have three items with delivery date of 18.09.2008.the material stock is available for all three material and there is no planned issue for these material.
    In sales order schedule lines for all three items is confirmed on 18.09.2008. When I create a delivery on 04.09.2008(before the chedule line),it allows to create delivery for the two items but when I create delivery for material 3 on 04.09.2008(before the chedule line),it is giving error "No schedule line due for delivery upto the selected date" .on going to help it gives information that check whether the order item to be delivered contains confirmed schedule line.I checked the confirmed schedule line is on 18.09.2008 (though we have availbe stock on 04.09.2008).
    Kindly guide me how to resolve the issue,here I want to create delivery prior to the delivery/Schedule line date in Sles order.for 2 items it works but for third it is giving error.
    Is it something to do with Material group 5 in material master sales view for the 1 and 2nd mtrl it is 14 days for for the third it is 7 days?
    Sarvesh
    Edited by: Sarvesh Vashist on Sep 5, 2008 5:31 AM

    Hi Experts,
    I am getting an error while creating outbound delivery for sales order.All items have same item cat and schedule line category,same customer.
    The sales order have three items with delivery date of 18.09.2008.the material stock is available for all three material and there is no planned issue for these material.
    In sales order schedule lines for all three items is confirmed on 18.09.2008. When I create a delivery on 04.09.2008(before the chedule line),it allows to create delivery for the two items but when I create delivery for material 3 on 04.09.2008(before the chedule line),it is giving error "No schedule line due for delivery upto the selected date" .on going to help it gives information that check whether the order item to be delivered contains confirmed schedule line.I checked the confirmed schedule line is on 18.09.2008 (though we have availbe stock on 04.09.2008).It allows to create a OBD either I change the delivery date in sales order to 04.09.2008 or create a delivery with delivery date 18.09.208.
    Kindly guide me how to resolve the issue,here I want to create delivery prior to the delivery/Schedule line date in Sles order.for 2 items it works but for third it is giving error.
    Is it something to do with Material group 5 in material master sales view for the 1 and 2nd mtrl it is 14 days for for the third it is 7 days?
    Sarvesh
    Edited by: Sarvesh Vashist on Sep 5, 2008 5:31 AM

  • Determine previous date from the selection date

    Hi Guys,
    I need to get a previous date from the selection date mm/dd/yyyy
    Eg:
    Selection date is 02/28/2008
    Sol- -02/27/2008
    Selection date - 03/01/2008
    Sol- 02/29/2008
    Selection date - 04/02/2008
    Sol-04/01/2008
    If i do ofset -1 in query ....it goes -1 month. In Exit if i do Sys-datnum -1. It works but not in case for Feburary month. Since 2008 year has Feb (29 days) but for 2007 (28 days)
    Regards

    Hi,
    Problem is i have a 0Date restricted to a variable and if i do offset-1 to that variable it goes previous month not the date.
    I dont have 0CALDAY in my cube. Can i do in the UserExit.
    If i do sy-datum-1. Will it work?
    Because the FEb one is the main problem
    Regards

  • No schedule lines due for delivery up to the selected date

    Dear Experts,
    My order has no block. i tried with 3 months in selection date in VL01N.
    My schedule line in order has 0 confirmed quantity,
    Kindly confirm if error in VL01n No schedule lines due for delivery up to the selected date because of 0 confirmed qty
    Thanks
    Siva

    Hi,
    I think you should use the " Back order process". Using backorder processing, you can list sales documents relevant for requirements for particular materials and confirm them manually. You can assign available-to-promise (ATP) stock to
    Outstanding order quantities. In addition, you can withdraw already confirmed quantities and reassign them to different items. The stock may be reserved for other sales order. You can reassign the stocks to your sales order material.
    To do this, go to Co06 (Back order processing) , enter the Material number, Plant and the checking rule.
    Select any sales order and choose --> Edit --> Change confirmation. Make sure the confirmed quantity is "0".
    Then select the unconfirmed sales order, then choose --> Edit --> Change confirmation. Now you can enter the "Delivery quantity manually ".
    Now you can create the delivery document.
    Hope this can help you .
    Regards
    M. Lakshmi Narasimhan

  • Displaying the Selected Data in the Next Page Upon Selection????

    Hi,
    In my first page i have a list of data set in a displayTag with a
    radio button as a decorator. When the user clicks the a particular
    radiobutton the whole data (record) related to that radiobutton be selected and when the user clicks a button at the bottom the whole(selected data) should be transferred to the next page(jsp page). How
    to do this??? The displayTag is using a formbean . How to get the data
    from the selected record and populate it in the next page ???
    Please do provide an answer for this Since it is quite urgent...
    Thanks,
    --JavaCrazyLOVER                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    It all depends on how you have the data displayed in the table?
    If u have that information in Session (some kind of array), all you need to do is loop and then find the particular record and display it.

  • Display Invoice Details in 3 pages only, as per the tags, data is overflown

    Hi,
    I have a requirement to display invoice details in pdf output from XML Source using rtf template.
    The PDF output will display invoice details for One address number per page.
    When I execute the report in JDE standard version I get the pdf output in three pages as expected.
    from the blank template when I executed the report for a data selection of One business unit and three address numbers. Below is the query.
    SELECT * FROM PRODDTA.F03B11 WHERE RPDIVJ =110037 AND LTRIM(RTRIM(RPMCU))=03285 AND RPAN8 IN(204346,204352,202370).
    The XML source in the printqueue shows me five address number tags instead of three as per the data selection given above. The data in the second tag has overflown to third and similarly from 4th to 5th tag.
    When I take the said XML source it is displaying 5 pages. Is there way to design the rtf template where it can print only 3 pages.
    Below I have given the actual source code.
    <?xml version="1.0" encoding="WINDOWS-1252" standalone="no" ?>
    - <!-- Generated by EnterpriseOne Universal Batch Engine
    -->
    - <R553505>
    + <Properties>
    <Version>HES0002</Version>
    <Title>Comprehensive Invoice</Title>
    <Machine>HIES10</Machine>
    <Host>HGN11</Host>
    <Environment>DV900</Environment>
    <User>VRDDU</User>
    <Role>*ALL</Role>
    <Company>HDSD</Company>
    <OneWorldRelease>E900</OneWorldRelease>
    <Date>7/15/2010</Date>
    <Time>5:58:57</Time>
    </Properties>
    + <PageFooters>
    - <Page_Footer_S20>
    <audit_info_in_event_rules_ID6>audit info in event rules</audit_info_in_event_rules_ID6>
    <PLEASE_MAKE_CHECK_PAYABLE_TO___ID3>PLEASE MAKE CHECK PAYABLE TO :</PLEASE_MAKE_CHECK_PAYABLE_TO___ID3>
    <NameAlpha_ID5>Trey McAfee</NameAlpha_ID5>
    </Page_Footer_S20>
    - <Page_Footer_S20>
    <audit_info_in_event_rules_ID6>audit info in event rules</audit_info_in_event_rules_ID6>
    <PLEASE_MAKE_CHECK_PAYABLE_TO___ID3>PLEASE MAKE CHECK PAYABLE TO :</PLEASE_MAKE_CHECK_PAYABLE_TO___ID3>
    <NameAlpha_ID5>Trey McAfee</NameAlpha_ID5>
    </Page_Footer_S20>
    - <Page_Footer_S20>
    <audit_info_in_event_rules_ID6>audit info in event rules</audit_info_in_event_rules_ID6>
    <PLEASE_MAKE_CHECK_PAYABLE_TO___ID3>PLEASE MAKE CHECK PAYABLE TO :</PLEASE_MAKE_CHECK_PAYABLE_TO___ID3>
    <NameAlpha_ID5>Trey McAfee</NameAlpha_ID5>
    </Page_Footer_S20>
    </PageFooters>
    + <Columnar_S7_Column_Headings Language="">
    <Invoice_Date_ID28>Date</Invoice_Date_ID28>
    <Document_Number_ID22>Number</Document_Number_ID22>
    <Document_Type_Description_ID42>Type</Document_Type_Description_ID42>
    <Pay_Item_ID34>Item</Pay_Item_ID34>
    <Due_Date_ID30>Due Date</Due_Date_ID30>
    <Remark_ID32>Remark</Remark_ID32>
    <Amount_ID48>Amount</Amount_ID48>
    <Taxable_Amount_ID16>Amount</Taxable_Amount_ID16>
    <Document_Company_ID44>Doc Co</Document_Company_ID44>
    <Address_Number_ID36>Address Number</Address_Number_ID36>
    <Tax_Amount_ID40>Tax Amount</Tax_Amount_ID40>
    <Co___ID46>Co</Co___ID46>
    </Columnar_S7_Column_Headings>
    - <Columnar_S7_Group>
    + <On_Address_Number_S8>
    <Date_01_ID31>2010-02-06</Date_01_ID31>
    <Remit_To_Constant_ID98>Remit To:</Remit_To_Constant_ID98>
    <Date_Constant_ID106>Date:</Date_Constant_ID106>
    <Account_Constant_ID108>Account:</Account_Constant_ID108>
    <AddressNumber_ID28>204346</AddressNumber_ID28>
    <Company___Address_Line_1_ID36>HKJHKLKJLKJLKLK, LLC</Company___Address_Line_1_ID36>
    <RefNo_ID126>10000106001</RefNo_ID126>
    <Refer.No__ID125>Refer.No:</Refer.No__ID125>
    <Company___Address_Line_2_ID38>JHJKLH Bank, 925 All Rd</Company___Address_Line_2_ID38>
    <Company___Mailing_Name_ID34>JHKJHK Trophy LLC</Company___Mailing_Name_ID34>
    <Page_Number_ID89>1</Page_Number_ID89>
    <Page_Constant_ID110>Page:</Page_Constant_ID110>
    <Company___Address_Line_3_ID40>Clifton NJ 07012</Company___Address_Line_3_ID40>
    <Lease_Number_Constant_ID122>Lease Number:</Lease_Number_Constant_ID122>
    <Customer_Address_Constant_ID102>Customer Address:</Customer_Address_Constant_ID102>
    <Billing_Address_Constant_ID100>Billing Address:</Billing_Address_Constant_ID100>
    <Customer___Alpha_Name_ID116>AEGON</Customer___Alpha_Name_ID116>
    <Customer___Mailing_Name_ID73>400 ket Street</Customer___Mailing_Name_ID73>
    <Customer___Address_Line_1_ID75>Su 400</Customer___Address_Line_1_ID75>
    <Customer___Address_Line_2_ID77>Lolle K 40202</Customer___Address_Line_2_ID77>
    <a_ID123>a</a_ID123>
    <Notification_Constant_ID104>Please be advised that your account has been debited or back-charged as follows:</Notification_Constant_ID104>
    - <Columnar_S7>
    <Invoice_Date_ID27>2010-02-06</Invoice_Date_ID27>
    <DocVoucherInvoiceE_ID21>10000106</DocVoucherInvoiceE_ID21>
    <Document_Type_Description_ID41>Manual Billing</Document_Type_Description_ID41>
    <Pay_Item_ID33>001</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>JAN 10 CLEANING INVOICES</Remark_ID31>
    <Amount_ID47>1176.16</Amount_ID47>
    <Taxable_Amount_Value_ID15>1176.16</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>204346</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    - <Columnar_S7>
    <Pay_Item_ID33>002</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>FEB 10 CLEANING</Remark_ID31>
    <Amount_ID47>872.00</Amount_ID47>
    <Taxable_Amount_Value_ID15>872.00</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>204346</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    - <Columnar_S7>
    <Pay_Item_ID33>003</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>ADMIN FEE</Remark_ID31>
    <Amount_ID47>143.37</Amount_ID47>
    <Taxable_Amount_Value_ID15>143.37</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>204346</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    <Total_Invoice_Amount_Value_ID2>2191.53</Total_Invoice_Amount_Value_ID2>
    <Total_Amount_Invoiced_Constant_ID190>Total Amount Invoiced</Total_Amount_Invoiced_Constant_ID190>
    <Tax_Amount_Constant_ID192>Tax Amount</Tax_Amount_Constant_ID192>
    <Balance_Due_Constant_ID184>Balance Due</Balance_Due_Constant_ID184>
    <Balance_Credit_Due_Value_ID6>2191.53</Balance_Credit_Due_Value_ID6>
    <Transaction_Currency_ID47>USD</Transaction_Currency_ID47>
    <Credit_Due_Constant_ID194>Credit Due</Credit_Due_Constant_ID194>
    </On_Address_Number_S8>
    - <On_Address_Number_S8>
    <Page_Breake_S21 />
    <Date_01_ID31>2010-02-06</Date_01_ID31>
    <Remit_To_Constant_ID98>Remit To:</Remit_To_Constant_ID98>
    <Date_Constant_ID106>Date:</Date_Constant_ID106>
    <Account_Constant_ID108>Account:</Account_Constant_ID108>
    <AddressNumber_ID28>204352</AddressNumber_ID28>
    <Company___Address_Line_1_ID36>Lou Trophy, LLC</Company___Address_Line_1_ID36>
    <RefNo_ID126>10000109001</RefNo_ID126>
    <Refer.No__ID125>Refer.No:</Refer.No__ID125>
    <Company___Address_Line_2_ID38>ValBank, 925 All Rd</Company___Address_Line_2_ID38>
    <Company___Mailing_Name_ID34>Loui Trophy LLC</Company___Mailing_Name_ID34>
    <Page_Number_ID89>1</Page_Number_ID89>
    <Page_Constant_ID110>Page:</Page_Constant_ID110>
    <Company___Address_Line_3_ID40>Clifton NJ 07012</Company___Address_Line_3_ID40>
    <Lease_Number_Constant_ID122>Lease Number:</Lease_Number_Constant_ID122>
    <Customer_Address_Constant_ID102>Customer Address:</Customer_Address_Constant_ID102>
    <Billing_Address_Constant_ID100>Billing Address:</Billing_Address_Constant_ID100>
    <Customer___Alpha_Name_ID116>Commn Bank</Customer___Alpha_Name_ID116>
    <Customer___Mailing_Name_ID73>400 Market Street</Customer___Mailing_Name_ID73>
    <Customer___Address_Line_1_ID75>Suite 140</Customer___Address_Line_1_ID75>
    <Customer___Address_Line_2_ID77>Lo KY 40202</Customer___Address_Line_2_ID77>
    <a_ID123>a</a_ID123>
    <Notification_Constant_ID104>Please be advised that your account has been debited or back-charged as follows:</Notification_Constant_ID104>
    </On_Address_Number_S8>
    - <On_Address_Number_S8>
    - <Columnar_S7>
    <Invoice_Date_ID27>2010-02-06</Invoice_Date_ID27>
    <DocVoucherInvoiceE_ID21>10000109</DocVoucherInvoiceE_ID21>
    <Document_Type_Description_ID41>Manual Billing</Document_Type_Description_ID41>
    <Pay_Item_ID33>001</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>JAN 10 CLEANING INVOICES</Remark_ID31>
    <Amount_ID47>75.00</Amount_ID47>
    <Taxable_Amount_Value_ID15>75.00</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>204352</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    - <Columnar_S7>
    <Pay_Item_ID33>002</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>FEB 10 CLEANING</Remark_ID31>
    <Amount_ID47>385.00</Amount_ID47>
    <Taxable_Amount_Value_ID15>385.00</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>204352</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    - <Columnar_S7>
    <Pay_Item_ID33>003</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>ADMIN FEE</Remark_ID31>
    <Amount_ID47>46.00</Amount_ID47>
    <Taxable_Amount_Value_ID15>46.00</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>204352</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    <Total_Invoice_Amount_Value_ID2>506.00</Total_Invoice_Amount_Value_ID2>
    <Total_Amount_Invoiced_Constant_ID190>Total Amount Invoiced</Total_Amount_Invoiced_Constant_ID190>
    <Tax_Amount_Constant_ID192>Tax Amount</Tax_Amount_Constant_ID192>
    <Balance_Due_Constant_ID184>Balance Due</Balance_Due_Constant_ID184>
    <Balance_Credit_Due_Value_ID6>506.00</Balance_Credit_Due_Value_ID6>
    <Transaction_Currency_ID47>USD</Transaction_Currency_ID47>
    <Credit_Due_Constant_ID194>Credit Due</Credit_Due_Constant_ID194>
    </On_Address_Number_S8>
    + <On_Address_Number_S8>
    <Page_Breake_S21 />
    <Date_01_ID31>2010-02-06</Date_01_ID31>
    <Remit_To_Constant_ID98>Remit To:</Remit_To_Constant_ID98>
    <Date_Constant_ID106>Date:</Date_Constant_ID106>
    <Account_Constant_ID108>Account:</Account_Constant_ID108>
    <AddressNumber_ID28>202370</AddressNumber_ID28>
    <Company___Address_Line_1_ID36>Lou Trophy, LLC</Company___Address_Line_1_ID36>
    <RefNo_ID126>10000112001</RefNo_ID126>
    <Refer.No__ID125>Refer.No:</Refer.No__ID125>
    <Company___Address_Line_2_ID38>Val Bank, 925 All Rd</Company___Address_Line_2_ID38>
    <Company___Mailing_Name_ID34>Lou Trophy LLC</Company___Mailing_Name_ID34>
    <Page_Number_ID89>1</Page_Number_ID89>
    <Page_Constant_ID110>Page:</Page_Constant_ID110>
    <Company___Address_Line_3_ID40>Clifton NJ 07012</Company___Address_Line_3_ID40>
    <Lease_Number_Constant_ID122>Lease Number:</Lease_Number_Constant_ID122>
    <Customer_Address_Constant_ID102>Customer Address:</Customer_Address_Constant_ID102>
    <Billing_Address_Constant_ID100>Billing Address:</Billing_Address_Constant_ID100>
    <Customer___Alpha_Name_ID116>Ern Young</Customer___Alpha_Name_ID116>
    <Customer___Mailing_Name_ID73>Suit 0</Customer___Mailing_Name_ID73>
    <Customer___Address_Line_1_ID75>22 6th Street</Customer___Address_Line_1_ID75>
    <Customer___Address_Line_2_ID77>Mp N 55402</Customer___Address_Line_2_ID77>
    <a_ID123>a</a_ID123>
    <Notification_Constant_ID104>Please be advised that your account has been debited or back-charged as follows:</Notification_Constant_ID104>
    </On_Address_Number_S8>
    + <On_Address_Number_S8>
    + <Columnar_S7>
    <Invoice_Date_ID27>2010-02-06</Invoice_Date_ID27>
    <DocVoucherInvoiceE_ID21>10000112</DocVoucherInvoiceE_ID21>
    <Document_Type_Description_ID41>Manual Billing</Document_Type_Description_ID41>
    <Pay_Item_ID33>001</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>FEB 10 CLEANING</Remark_ID31>
    <Amount_ID47>110.00</Amount_ID47>
    <Taxable_Amount_Value_ID15>110.00</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>202370</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    + <Columnar_S7>
    <Pay_Item_ID33>002</Pay_Item_ID33>
    <Due_Date_ID29>2010-03-01</Due_Date_ID29>
    <Remark_ID31>ADMIN FEE</Remark_ID31>
    <Amount_ID47>11.00</Amount_ID47>
    <Taxable_Amount_Value_ID15>11.00</Taxable_Amount_Value_ID15>
    <CompanyKey_ID43>03285</CompanyKey_ID43>
    <AddressNumber_ID35>202370</AddressNumber_ID35>
    <Company_ID45>03285</Company_ID45>
    </Columnar_S7>
    <Total_Invoice_Amount_Value_ID2>121.00</Total_Invoice_Amount_Value_ID2>
    <Total_Amount_Invoiced_Constant_ID190>Total Amount Invoiced</Total_Amount_Invoiced_Constant_ID190>
    <Tax_Amount_Constant_ID192>Tax Amount</Tax_Amount_Constant_ID192>
    <Balance_Due_Constant_ID184>Balance Due</Balance_Due_Constant_ID184>
    <Balance_Credit_Due_Value_ID6>121.00</Balance_Credit_Due_Value_ID6>
    <Transaction_Currency_ID47>USD</Transaction_Currency_ID47>
    <Credit_Due_Constant_ID194>Credit Due</Credit_Due_Constant_ID194>
    </On_Address_Number_S8>
    </Columnar_S7_Group>
    </R5503B505>

    Thanks for your response Shastry, but I am having trouble understanding it. Not sure how the above steps will read the current date.
    To be more specific, I want to display only that cost that falls in fiscal year.
    In above example now since it is 03/26/2011 and my fiscal year starts on 04/01 . I want to display cost from row 1 and when the same report will be run after 04/01/2011 it should display cost from  row 2.
    Like wise if the report is run after n number of years , it should display cost as per the fiscal year at that time.
    So i guess the formula should really depend on system date/current date/ print date
    Thanks!

  • Fetching information within the given date range

    Hello All,
    PLease can u help me in solving this : --
    I need to fetch those employees who will complete 18 yrs within the date range specified.
    For example, if date1 = 10/21/2008 and date2 = 11/03/2008
    then i need to display information of all those employees whose birthday fall within the date range along with the date.
    Thanks in advance !

    Hi,
    16:58:25 b1>desc test1
    Name                                      Null?    Type
    AGE                                                NUMBER
    BDATE                                              DATE
    16:58:36 b1>SELECT * FROM test1
    16:58:47   2  ;
           AGE BDATE
            18 23-OCT-08
            17 23-NOV-08
    16:58:48 b1>SELECT *
    16:58:55   2  FROM test1
    16:58:55   3  WHERE  Bdate BETWEEN  TO_DATE('21/10/2008','DD/MM/YYYY')  AND  TO_
    DATE('30/10/2008','DD/MM/YYYY');
           AGE BDATE
            18 23-OCT-08- Pavan Kumar N

  • How to pass the selected data of a table to SAP(R/3)

    Hi all,
             I have a table with 2 colums and 10 records.Now i want to send the selected record to the R/3.
    Once the user checks the checkbox i retrivred the colum values of that row into a string array.
    and i added all the string arrays to an AbstractList.
    Now in function module it is giving as setT_Operations(AbstractList)
    but it is giving error..can u plz tell me how the function module understands the individual String arrays
    Regards
    Padma N

    Hey try to accept the values of a column as import parameters to a BAPI and you can send the data.But this will work out for a single data.
    In the BAPI insert the data making use of insert command.
    ITAB-COLUMN1 = IMPORT PARAMETER 1.
    ITAB-COLUMN2 = IMPORT PARAMETER 2.
    INSERT INTO VALUES ITAB.
    If you want to insert multiple records then you have to change the cardinality of the node.And add the node elements to the node.If any doubts then do reply.

  • An Edit page: I always see the same data.

    Hello,
    I'm learning ADF.
    I have a problem with a very small web application I'm trying to develop. I have 2 pages, an overview page and an edit page.
    The overview page has a ADF read-only table which is based on a view on 1 table which has only 2 records. The table has an edit button and every row has a radio button, so I can choose a row, press the edit button and go to a detail page (the edit page) where I can change the data.
    To make these pages I've followed the steps in this tutorial http://www.oracle.com/technology/obe/obe1013jdev/masterdetail_adf_bc/master-detail_pagewith_adf_bc.htm#t7.
    The problem is that no matter which row I choose in the overview page, I always see data of the first record in the edit page.
    I've been through the steps in "Synchronizing the pages" of the tutorial twice, but can't find a step I missed or did different. Besides that I think it could have to do something with the Iterator I'm practically clueless.
    So, anyone who perhaps knows what I could have done wrong ?

    Right, found it :-).
    On the edit page I used a different view than on the overview page.

  • Create Registerform and a search possibility within the registered data

    Hi,
    what I am trying to figure out with Muse is to create a simple register form. And having a search engine within the site to search for several registered persons.
    For example:
    I am planning on building a site where people can register themselves through a form. Somehow all the registered people are saved in a database. And through a keyword all the people with that same keyword are shown in a result box.
    Is something like this possible with muse using several widgets?
    Larry

    Hi Larry,
    Take a look to this thread, discussing a similar scenario
    Re: How can someone create an account/register on my website?
    If you still have some doubts, you can ask here.

  • Are iOS devices such as iPod, iPad and iPhone counted within the 5 authorised limit or does the 5 only relate to a computer?

    are ios devices such as iphone, ipad and ipod considered within in the authorised 5 limit for home sharing (apple id) or does this only refer to computers such as my mac and pc?

    iOS devices do not count as computers re the count I believe.

Maybe you are looking for

  • How to capitalize the first letter of each  word in a sentence?

    Can anyone please explain how to split a sentence at a comma, or space or hyphen in to words and capitalize the first letter of each word. But I don't know how many words the sentence contains.

  • Javascript  Flyout Menu Misbehaving in IE

    Hi all. The site I am working on is http://www.43rdstnorfolk.com/ I'm pretty good with the html, but a new to javascript. Can anyone offer recommendations as to why my flyout menu is inactive in older versions of IE? Also, in newer versions, I think

  • Screen Goes Dark During iPhone Sync

    This sounds strange and I can't seem to find a logical explanation for this.  I noticed that I went I plug my iPhone via USB for iTunes to automatically synch, within seconds the screen goes dark.  What I have been doing lately is to rest the phone o

  • Upgrade to Lightroom 5.2

    My Adobe CC Desktop tells me that all my apps are up to date, but whenever I launch Lightroom 5, it tells me there is an update to 5.2.  Which is more reliable?

  • E-sourcing Add new Element in Actions dropdowmn list in Project Document

    Hi Evrybody , I am trying to add new element in Actions dropdown list in Project document (in drop down already has Create Auction ,Create demand ,create agreement, Create RFx   elements ) . i am able to change the text of existing but not able to ad