PA date different from GL date in cost distribution lines all table

Setup is "maintain common pa and gl periods" is NOT checked, system profile option 'PA: Enable Enhanced Period Processing' is set to 'Yes'. and expenditure cycle start date is Monday. Converting costs back to 2001, all periods, both PA and GL are open. Using Sundays in the last FULL week of the month as the expenditure date, get matching PA and GL dates for all conversion costs prior to 2008. 2008 costs are all coming in with a PA date of 01-oct-2008. Why is 2008 acting differently than prior to 2008?
PA_DATE     GL_DATE     EXPENDITURE_ITEM_DATE
30-Dec-07     30-Dec-07     30-Dec-07
31-Dec-06     31-Dec-06     31-Dec-06
25-Dec-05     25-Dec-05     25-Dec-05
26-Dec-04     26-Dec-04     26-Dec-04
30-Dec-01     30-Dec-01     30-Dec-01
1-Oct-08     31-Aug-08     31-Aug-08
1-Oct-08     27-Jul-08     27-Jul-08
1-Oct-08     29-Jun-08     29-Jun-08
1-Oct-08     25-May-08     25-May-08
1-Oct-08     27-Apr-08     27-Apr-08
1-Oct-08     30-Mar-08     30-Mar-08
1-Oct-08     27-Jan-08     27-Jan-08
Thanks for any help!
Missy

Hi
I suggest you check again the atatus of your PA periods for the 2008 year.
From the results I would have suspected all PA periods between Jan and Sep 2008 are closed.
Dina

Similar Messages

  • Can  a cost distribution line have multiple invoice distributions?

    I have a functional question. Is is possible to have multiple invoice distribution for a single cost distribution line?
    I mean, if we join PA.PA_COST_DISTRIBUTION_LINES_ALL AND AP.AP_INVOICE_DISTRIBUTIONS_ALL, will we get multiple invoice distributin lines for a cost distribution line.
    Thanks,
    Upendra

    Hi,
    It is technically not possible for one CDL to map to multiple invoice distributions. In 11i the joins are: cdl.system_referece2 = apd.invoice_id, and cdl.system_reference_3 = apd.distribution_line_num, and a combination of (invoice_id, distributioncd_line_number) would always give you only one AP Invoice distribution. In R12, the mapping is EI.document_header_id = APD.invoice_distribution_id and one invoice_distribution_id can point to only one AP Invoice Distribution.
    Multiple CDLs for a single AP Invoice Distribution: Yes, this is possible.
    1. When an AP Invoice distribution is imported into Projects and adjustments are carried out in Projects for the imported line and then the PRC: Distribute Supplier Adjustments process, then at this point of time multilple CDLs map to a particular AP distribution. Now, when PRC: Interface Supplier Adjustments to Payables is run, the adjusted transactions create new AP distributions.
    2. For a CDL, there can be 'C' and 'D' lines, which would carry the same attributes as the 'R' line, hence we can say there are multiple CDLs for a single AP distribution.
    Thanks,
    Prabhjeet

  • How can we showup the GL date under iprocurement distribution lines?

    Hi,
    I am not able to find the GL Date under the iProcurement Distribution lines, i think we can show the GL DATE using the personalization. Can any one help how to do the personalization..?
    Note: We are using the 11.5.10.2 version.
    Please update me ASAP..we need to fix this issue Urgentlry.
    Regards,
    Kv.

    Hi Gaurav,
    Thanks for your reply.....
    i have checked the Column Header fields for GL Date.
    Please check the belwo information and suggest me accrodingly how to enable the GL Date. Plz respond ASAP..
    ============================================================
    Scope Region: /oracle/apps/icx/por/req/webui/CheckoutLinesPG.AccountsLinesR, Document Name /oracle/apps/icx/por/req/webui/CheckoutLinesPG
    =============================================================
    Column Header—
    Sortable Header: Charge Account
    Column: (GL DateCol)
    Message Text Input: (GL Date)
    Message Styled Text: (GLDateMultiple)
    --Column Header
    Sortable Header: GL Date
    Note: All the above fields are marked yes under the Shown field in the personalize page.
    From the above shown GL Date columns what are the suitable options under the personalize page to enable GL Date..
    Please respond ASAP, as it is very urgent for me..........
    Regards,
    Kv
    Edited by: Peter.Kv on Sep 8, 2009 12:23 AM
    Edited by: Peter.Kv on Sep 8, 2009 12:26 AM

  • Data should get inserted in all tables if i enter the form field only once

    Hi, I have a new question again.
    There are 5 tables in a database, that is t1, t2, t3, t4 & t5. the first 4 table has one common column, known as lc_no. I have build the form using the form builder. In that form, there is a 1 text field for lc_no. I have not started to code anything as yet in the form because everything with respect to it is working fine and even the data is getting inserted. But the problem is that, when i enter the data in the form, the lc_no gets loaded in only one table. I want the data to get inserted in all the tables. What should i code? How should i start off? I'm very new to this & don't exactly know how do i start with it ?
    Thank You. Can you help as i have not yet started to code in this form.
    Oracle9i Enterprise Edition Release 9.2.0.1.0.
    oracle forms 6i.

    Let us say table one have lc_no, other columen
    Table 2 have LC-no , other columsn
    Table 3 have lc-no , other column,
    Now in form(which has table1 as base table)
    In PRe-Insert write like below
    Insert into table2 (lc_no) values (:table1.lc_no) here tabel1 should be block name in form.
    Insert into table3 (lc_no) values (:table1.lc_no)
    ................and so on .. to other table.
    So, now when user commits the form, the lc_no will be available in all the other tables..

  • Infoset query of vendor payments at the cost distribution level

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIIT & FMIFIHD).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table do not work well.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    It would be ideal to have vendor in BKPF, like FMIFIHD has, but it isn't a field.
    Does anyone know of any other options?  I have seen the helpful thread on How to Read BSEG Efficiently

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Infoset query of vendor payments at the cost distribution level of the document

    We would like an infoset query of vendor payments at the cost distribution level of the document.  The issue seems to be joining vendor to the document cost distribution lines. 
    1.) BSAK + BSIK can be combined with an infoset data structure but only contain the vendor line of a document;  the cost distribution lines are not in the tables. 
    2.) BSIS + BSAS can be combined with an infoset data structure but lack vendor data and joins (to a vendor source) are not an option with data structures.  Vendor data added with an additional field is too slow to be a primary selection field. 
    3.) Logical data base KDF in an infoset returns only the vendor line of a document, not the cost distribution lines. 
    4.) Logical data base BRM in an infoset can have vendor from BSAK/BSIK attached by an additional field but performance is too slow to be useful.  Joins are not an option in a logical data base infoset.
    5.) Complete data is lacking when table joins between document cost distribution tables and vendor data tables are possible, (SPL actual line item table & BSIP or FMIFIHD & FMIFIIT).  BSIP lacks AB documents (reversals).  FM tables lack general ledger only documents. 
    6.) BSAK and BSIK together have complete vendor data but joins of both to a basis table are not an option.  Left outer joins are too slow, inner joins won’t work since the tables have mutually exclusive data. 
    Does anyone know of any other options?

    Hi,
    This is SAP Business one reporting and printing forum. Please find correct forum and repost above discussion to get quick response.
    Please close this thread here with helpful answer.
    Thanks & Regards,
    Nagarajan

  • Function Module to Delimit From and to Date in Cost Center Master Data

    Hi,
    I am using BAPI_COSTCENTER_CHANGE_MULTIPLE to change Cost Centers.
    I am finding a Problem in changing the from and to date.
    When i try to change the validity dates through standard transaction KS02
    they have a Peculiar way of splitting the dates.
    Is there any FM to split these dates?
    Regards
    Manjari

    Hi Manjari
    I think you need to be a bit more descriptive about your issue. Are you trying to say that for the same cost center, you need to have different validity periods in the CSKS table. For eg:
    KOSTL    DATBI     DATAB
    100         23.02.2011     01.02.2011
    100         31.12.9999     24.02.2011
    Let me know if i am getting you correct here.
    If this is the case, then while populating the BAPI table for cost center '100' (as in the example) you need to divide this into two different items. The data will be same for all the BAPI fields except DATAB and DATBI. Let me know if you need a code snippet for this.
    Hope this helps.
    Harsh

  • I have made a burn folder with photos exported from I-photo.  It now shows in information, that the date is created and modified is different from the original digitized date.  How can I get the original date to show in the info from Finder?

    I have made a burn folder with photos exported from I-photo.  It now shows in information, that the date  created and modified is different from the original digitized date.  How can I get the original date to show in the info from Finder?

    The Finder reports File information. The date and time of the photo are in the Photo's Exif metadata. The Finder has no awareness of this. All photos apps on any system do.
    Regards
    TD

  • Production finish date differs from basic finish date in backward schedulin

    Hi, experts.
    When i do scheduling the planned order,
    production finish date differs from basic finish date in backward scheduling as below.
    Scheduling: Backward
    Basic finish date : 2010.01.22
    Basic start date : 2010.01.21
    Production finish date : 2010.01.23  09:00:00
    Production start date ; 2010.01.22 03:57:09
    *GR time : 0.
    *Scheduling Margin key : 0.
    I don't know why production finish date set in 2010.01.23 09:00. ( Basic finish date +1 day)
    Please reply me.
    Thanks.

    Dear Jong,
    1) what is the parameter used in MRP run, Basic scheduling or lead time scheduling
    2) you must find a exception Mssg for that plan order in MD04
    3) basic scheduling take the time from material master & lead time scheduling will take time
    from Routing
    Regards
    Madhu

  • Block payroll data from cost center for all users except HR team

    Hello Expect,
    Could any body please advise me  how can I restrict some HR data  in cost center view from FICO,CRM,SRM and other team,
    Now when other team see cost centers it display all data booked there but my client want to restrict some HR data from them
    In my project there are 151 roles that can display cost center dat including HR data,
    Now my requirment is how can I restrict only HR data belongs to a cost center
    I mean to say they should be able to see all cost center data exept a cost center containing HR data.
    Please advise how to get solution
    Thanks and Regards

    Hi,
    in  T.code PFCG do to the role of the appropriate usr to whom u want restrict cost center.
    Hope this helps.
    Reagrds
    S.Ravi

  • Invoice date different from GL date

    I have several invoices where the GL Date is different from the Invoice Date. For example, the Invoice Date is 10-JUN-2002 and the GL Date is 01-JUL-2002. In all the invoices from another month, the Invoice Date is equal to GL Date. Anyone knows how can I fix this problem? Thanks

    I think this problem is not a problem.
    The date must be changed by the preparer

  • [help]why data on table (master ) different  from materialized view(slave)?

    We have had Oracle RAC 2 Groups (master and slave).
    We have created materialized from slave to master. and I have created materialized view log on master .
    When slave group job is broken a long time(12 Hrs). We refreshed job and runned job id.
    But I have found database on materialized view (slave) different from TABLE on master group. (m$log =0row)
    Please tell me how can we resolve Or because that problem is m$log

    Yes I do have a unique identifier on each record in the base table and therefore also in the MV.
    So now the Downstream application has to update some of its own database tables based on what is in the MV that I provide - just so I understand how would that work e.g.:
    1. MV gets refreshed from my base table every minute
    2. Some records are newly inserted and some simply updated
    and this is the part I don't understand (I might be missing something obvious)....
    3. Downstream application interrogates the MV every (say 1-2 minutes) and updates its own tables based on the data there.....but let's say MV contains 10,000 records and in the last minute 100 of those records have been updated and another 100 inserted - how will it know the 200 records it needs to pull?
    Thanks again

  • Display only data different from the previous row

    Hello,
    I will use a simple example to explain what I would like to do with a query.
    I have a table 'test' with 4 columns (col1, col2, col3, col4).
    The table 'test' contains the following data:
    A  B  C  D
    A  E  C  D
    A  F  G  D
    K  F  G  HI would like to create a query ordered on the first column with the following result:
    A  B  C  D
       E
       F  G
    K        HOnly data that are different from the previous row have to be displayed.
    Do you have ideas on how to do this.
    Thanks for your help

    SQL> l
      1  select
      2  decode(a,lag(a) over (order by a),null,a) a,
      3  decode(b,lag(b) over (order by a),null,b) b,
      4  decode(c,lag(c) over (order by a),null,c) c,
      5  decode(d,lag(d) over (order by a),null,d) d
      6  from
      7  (
      8  select 'A' a,'B' b,'C' c , 'D' d from dual
      9  union
    10  select 'A' a,'E' b,'C' c , 'D' d from dual
    11  union
    12  select 'A' a,'F' b,'G' c , 'D' d from dual
    13  union
    14  select 'K' a,'F' b,'G' c , 'H' d from dual
    15* )
    SQL> /
    A B C D
    A B C D
      E
      F G
    K     H

  • Order GI date different from Delivery Planned GI date

    Hi Gurus, I noticed on one order-delivery that the order's GI date (in the schedule line) is different from the delivery's planned GI date. What could be the cause of that?

    hello dear
    System is nowhere stopping to change the planned GI date in billing. If orders schedule date is say 15.10.2007, i can change the planned GI date to 16.10.2007 and so the billing date also.
    regards
    Inder

  • App launch date different from apperance date - help !

    Hello
    I have just searched and trawled through the forum and am unable to find a post regarding the launch date of an app being different from its actual appearance on the store.
    My app launched yesterday 20th August but the date showing is the 14th August(date of submission) - hence it has not appeared in the new apps list - this is a little frustrating as it immediately receives no "free" publicity for a few hours whilst it is on the list of new applications.
    Has anyone else experienced this yet? - as I seem to remember seing a post regarding tjis issue but cannot find it anymore. I have emailed the dev email and will await a reply but thought the collective knowledge of this forum may be able to help!
    Regards
    Steve

    Steve, any update on your date situation? Did you hear from Apple? What was the final outcome?
    I'm having a similar problem outlined in this thread http://discussions.apple.com/thread.jspa?messageID=8140542#8140542

Maybe you are looking for

  • I'm having troubles installing 10.6.3 on my Macbook Pro, PLEASE HELP

    I'm getting the error that seems to happen to a lot of people: "(volume name)" can't be used because it doesn't use the GUID Partition Table scheme. When I go to change the Volume Scheme in Disk Utility it's grayed out and says Current, and the Optio

  • Faster transfers of iPhoto library

    So I bought an SSD for my MBP and am in the process of transferring everything to my new NAS from my existing hard drive.  Unfortunately, I found that my iPhoto library is about 225Gb large and after initiating the copy from the MBP to the NAS, it sa

  • Can't change country for account

    I recently moved from the UK, and though my cards are still attached to banks in there, they now have billing addresses in the US. So, I've dutifully gone off to my iTunes account to change the address details to my US billing address -- but it doesn

  • Mail Manager Spam and Hack

    Hi all, This isn't really a DW specific question, but I figured all the smart folks here will have figured this out already. I've been using the MMEX mail script for many years. I don't know a lot about website management, and it works for me, so I'v

  • ITunes has stopped adding mp3 files.

    iTunes has stopped adding mp3 files manually via the add file option, this has happened in the last week, it is music I have bought not illegally downloaded. I have the latest software installed, please help, thanks.