Checking the Financial Period

Hi Everybody,
Every time im trying to add a journalEntry it fails because of the dates.
The dates are from 2004 and the current financial period that im working with is 2004 as well but it still fails.
The financial period is the whole year so i dont need to check the month.
Anybody has ideas about the reason for the failure?
Ronen Racz

Hi Rasmus,
the code is not the problem because it works fine when the financial period is 2006 and the dates are also 2006.
when i change all the dates and the period to 2004, it stops working...
does it check the computer date or something like that?
Ronen
p.s.
if you still want to see the code its the first message in there
Re: adding and updating journalentries

Similar Messages

  • Removing the Financial Period

    Hello to all,
    This is my 3rd post on this forum for the same Problem.
    I have developed an Add-On Which will ADD/Update the Posting Period to more than 40 Companies at a time, I Know it very well that, there is no method exposed by the SAP B1 for the removal of the Posting Period, but if any undesired posting period gets Added, then it will be very tedious removing  each and every financial period from GUI.
    I.e why i want to remove the financial period any way, if i want to remove the financial period by hitting the database directly, How can i found that the corresponding financial period is being used, as the financial period should not be removed if it is used already in other place.
    *Anyone please help me!!*
    With Regards
    Bikram

    Hi Bikram,
    You can get the list of existing Posting Periods from the OFPR table.
    You can check any document's FinncPriod to check if an Posting Periods was used or not.
    SELECT T0.* FROM [dbo].[OFPR] T0 -- Posting Periods
    SELECT T0.FinncPriod FROM [dbo].[OJDT] T0 -- Journal Entries
    SELECT T0.FinncPriod FROM [dbo].[OINV] T0 -- A/R Invoices
    SELECT T0.FinncPriod FROM [dbo].[ORCT] T0 -- Payment Incoming
    Best Regards.
    Vítor Vieira

  • I want to check the warranty period of my phone, sony xperia simei number - 352900058991311

    i want to check the warranty period of my phone, sony xperia simei number - 352900058991311
    Solved!
    Go to Solution.

    Hi, 8885817919!
    For questions or concerns about your Sony Xperia C, I recommend you to contact the Sony Mobile Support team in your country for best assistance!
    Sony Mobile Global Support Website: http://www.sonymobile.com/global-en/support/contact-us/contact-info/
    Please use the link to find your country, and under your country name, you will find a phone number.
    Please call that phone number to contact the Sony Mobile Support team in your country!
    Thank you!
    Sony's #1 Fangirl, Esther Smit

  • How to check the validity period of saprouter ?

    Dear all,
    As per sap note 1178684, we can check the validity period of the saprouter by executing "sapgenpse get_my_name -n validity"
    I am wondering how to run that command in as/400 ?
    Please advise. I am not familiar with as/400 OS.
    Thanks
    Regards,
    Kent

    Hi Kent,
    please proceed as described on the http://www.easymarketplace.de/snc-iseries-setup.php
    logon with sidadm (or sidofr):
    (depending on the user, that is running the SAPRouter)
    CD DIR('/usr/sap/saprouter')
    ADDLIBLE LIB(SAPROUTER)    ??? or whereever the stuff is ...
    RMVENVVAR ENVVAR('SECUDIR')
    ADDENVVAR ENVVAR('SECUDIR') VALUE('/usr/sap/saprouter')
    RMVENVVAR ENVVAR('SNC_LIB')
    ADDENVVAR ENVVAR('SNC_LIB') VALUE('/usr/sap/saprouter/sapcrypto')
    CALL PGM(SAPGENPSE) PARM('get_my_name')
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.net - http://www.4soi.de - http://www.easymarketplace.de

  • Removing the Financial Periods

    Any one please help to remove the Financial period from the Code, i.e by using API's

    Hello,
    as we have discussed prevoisuly,
    Removing the Financial Period

  • How to check the opening period

    Hi,
    During MRP run,the selection 2 Purchase requisitions in opening period.
    How system determine when is the opening period and propose for PR?
    Thank you

    Dear Sasy,
    Check this thread for example
    [Schedule Margin Key|SCHEDULE MARGIN KEY;
    Regards
    Madhu

  • Closing a production order in the previous financial period.

    Hello All,
    I am hoping somebody can help me with a Production order question.  We have recently upgraded to SBO 2005a SP18, I know, just catching up… 
    we have an issue when closing Production Orders at the end of the financial period.   Assume that the period end is on the Sunday (end of period 2), The production from the Friday does not get booked into the system until the Monday morning (next period, period 3). 
    We can adjust the date of the production receipts and bookings on the Monday morning to show as a posting date of the Friday (period 2) but when we close the production order the there seems to be no way of closing it in the previous period (period 2), the transactions get posted in the current period.
    We have played with the changing the periods but our testing so far has been without success.
    Many thanks,
    Mike

    Suda,
    Using standard SAP when we create a standard Prod order, say for 100 units.  The status is defaulted to planned. we then change the status to released.  once released we have an addon that we use to book production. 
    The addon uses the production receipt and issue as well as other stock positngs all against the production order.  At any point in time we can see how many units have been completed and what componenents have been issued against an order.
    once the order is complete we change the staus manually from released to closed. this process then generated a whole bag of journal entries.  It is these journal entries I need in the previous period if I am in to the new period.
    Our SAP parteners say that the only way to do this with the addon is to reverse all of the journals created when closing the Prod order and re-create them in previous period but this would be a significant cost to us.
    Thanks,
    Mike

  • Needs to be checked when financial year is closing

    Hi,
    I want to know the things what to be check when the financial period 2006 is closing in SD. like number ranges,material document number range.

    Thank you so much.  But now I understand why you asked if the other boxes should be unchecked.
    I did the following but when I input 4 and change it to a 1. The box for 4 stays checked.  Also when the text field is blank the boxes stay checked.  What do I do make sure they are un-checked. 
    if (event.value=="1") this.getField("SetA1.1").checkThisBox(0, true);
    if (event.value=="2") this.getField("SetA1.2").checkThisBox(0, true);
    if (event.value=="3") this.getField("SetA1.3").checkThisBox(0, true);
    if (event.value=="4") this.getField("SetA1.4").checkThisBox(0, true);
    if (event.value=="5") this.getField("SetA1.5").checkThisBox(0, true);
    if (event.value=="6") this.getField("SetA1.6").checkThisBox(0, true);

  • How to change the retention period of os watcher log,

    How to change the retention period of os watcher log, by default it is 7 days. but in our exadata env. automatically oswatcher logs are deleted , so i want to check the retention period.
    Regards,
    Ani

    Hi Ani,
    Go to :- /opt/oracle.cellos/validations/init.d/oswatcher
    Open the file "oswatcher" file.check for the line "/startOSW.sh X Y Z". Where X is the snapshot interval
    make the change and you are done
    Regards,
    Sunil Bhola

  • XL-Reporter - Financial Periods specified in row and column selections

    Hello to all,
    again I have no idea how to solve an XLR problem after I tried different ways with unwanted results and after trying to find suggestions in the samples and help files.
    As a result I need a report which looks roughly like this
           2007 2006 2005 ...
    Jan.
    Feb.
    Mar.
    Dec.
    where each cell of the matrix is the total of invoices of a selected customer over the month in the specified year.
    I mainly tried to solve this in two different ways.:
    1.)
    Definition of a parameter for finacial period: name=fp, dimension, type=financial period, attribute=code
    Column selection summary for each year: PER(code=YearAll(@fp)) resp. PER(code=YearAll(@fp-12)) ...
    Row selection expansion: BPA(CardCode=@customer) ARDT(Code=Invoice) PER(PeriodInYear=1:12) Group By PER.PeriodInYear
    In each cell of the matrix the data attribute =ixGet(SO_LineTotal) is specified.
    The cell in the first colum (month) of the matrix is =ixDimGet(PER; PeriodInYear).
    2.)
    No parameter for the financial period is defined;
    Column selection summary for each year: PER(Year=2007) resp. PER(Year=2006) ...
    The rest is the same as in 1.)
    As a result I actually get a matrix with a column for each year and a row for each month, where the first column is 1, 2, ..., 12 (this is OK).
    But for all 12 month I get the same value, which is the (correct) total value for the whole year!
    Where is the failure in my intuition?
    Many thanks for your help!
    Regards,
    Frank Romeni

    I found it works if I don't set the selection to period in the Column and row.   Here are my selections
    Row
    Row 8-9  Expanding
    PER( * )  Group By PER.PeriodInYear
    Row 9 Expanding
    FACT BPA( CardCode = @BPCode ) ARDT( Code = "Invoice" )
    Column
    Column C Expanding
    FACT FIG( SO_TaxDate >= "01/01/2007" ) PER( * )  Group By PER.Year
    then I use a Column total to total the row expansion of the SO_LineTotal  with =SUM( ixRef(C9,2) ) were C9 is the expanding SO_LineTotal.  Then I hide Row 9 in excel to hide the details.
    If you post your email I can send you the IXR report definition
    Dan

  • Quiery for Financial Period

    Hi All
    I have some doubts which my client encountered. pls give your valauble suggestions on this.
    We have just closed our Dec08 a/c.
    Normally, we have to perform balance carry forward  and carry forward customer vendor balance before we start the 2009 data entries.
    Our company has changed the financial period to 31 March  instead of 31 December.
    Therefore, the financial data for statutory audit will be from 01Jan08 to 31Mar09.
    We urgently need your advice on the following:
    1.Please advise what are the procedures and areas we have to change  due to the change of financial period
    2.When should we change the financial period setting in SAP? Now or after March 2009 closing?
    3.Should we perform the carry forward customer vendor balance before we capture Jan 2009 transactions?
    4.Should we perform balance carry forward before we capture Jan 2009 transactions?
    Pls advise on above issues.
    regards
    Suresh Naidu

    In our senario _ cost is booking cost centers and revenues booking concern profit centers .
    for Financial reporting requirment can I include secondary cost to profit and loss a/c
    what is the impact on the report
    exp: salary booking in primary cost,than Per hour man hour cost computed by costing dept for allocate to concern department
    it is cost center activity price we specify in kp26 at the time of pm order confirm it will confim the activity quandity price will from planning area only,  so for salaries in primary g/ls already captured, if we consider secondary it may double booking
    srinivasa reddy

  • How to show financial period value columns in p6 web

    hi, is it possible to bring in the column of financial period value (.i.e when we use store period performance) in p6 web as we do in p6 client?

    I don't believe you can view it as a column, but you can add it to the Gantt. I tested it and it works in that view. See below....
    To manually adjust the timescale, in the top section of the timescale header,
    click and release the mouse. Then, drag the horizontal arrow that appears.
    To change the timescale setting (for example, Quarter/Month or Financial
    Period), either right-click in the timescale header row or choose timescale
    increments from the Customize View Bars tab.
    Tip: If the Financial Period timescale option is available,
    choose it to display the range of financial periods defined in the Project
    Management module.

  • Adding asset in the previous period and depreciation run

    Hi Experts,
    I want to know whether we can add an asset for the previous period and run the depreciation.
    I will try explaining with an example.
    Let us say,I forgot to add an asset and i want to add an asset now with date as 1st July 2008. Is it possible? If it is possible will the system calculate the depreciation from July or will it calculate from the date the asset has been added?
    Please explain.
    Thanks,
    Sasidhar

    Hi
    It will allow you to add a new asset in the closed period with few conditions
    Since you have given in your example as july 2008, check whether your FI year is open. Then check the asset period whether its opened are closed
    If all the periods are not resticting you, you can go a head with adding an asset
    Your depreciation will be calculated from the date of purchasing, that means only the calculationg will happen from that period and not the accounting entry
    You will have only one planned depreciation from july to current period as per your example. So when your running the planned depreciation run for the current period, the entire depreciation will get posted now
    You can do repeat run only for one period prior to the current planned period and not at any prior period
    So with your example of july 2008, if your running AFAB monthly, repeat run may not work
    Warm Regards
    Bala

  • Primavera P6 - Earned Value/Financial Periods

    I am using a weekly financial period to record earned value and actuals (units) in P6 v7.0 and then reporting on a monthly (made up of whole weeks) period the earned value and actual cost, but am experioencing some odd numbers within my reports.
    For example, on the completion of a task, my reports are generating the following:
    Week 1 Period Earned Value Cost = $2,050
    Week 2 Period Earned Value Cost = ($2,050)
    This doesn't relate to any change in the % complete that would result in a negative earned value - particularly one that is of the same magnitude as the previous week.
    I'm also finding that the financial period data is not consistent over time.  For example, if I generate a report for two months, the data within the weekly periods is not consistent with that generated in previous months:
    Previous report:
    Prior Period Earned Value Cost = $26,000
    Month 1 Period Earned Value Cost = $62,000
    New report:
    Prior Period Earned Value Cost = $26,000
    Month 1 Period Earned Value Cost = $52,000  (which should be $62,000)
    Month 2 Period Earned Value Cost = $25,000  (which shoud lbe $15,000)
    So far, I've been unable to identify the cause of this, but it appears that we're getting some sort of carry over effect between financial periods.
    Does anyone have any ideas what is causing this and how to fix it?  Any help would be greatly appreciated.

    Hi,
    Thank you very much for your quick reply..
    Unfortunately there is no data in the suggested tables (ACTIVITYSPREAD, PROJECTSPREAD) though the values have been posted already (Budgeted values and Earned values) against the projects.
    I request you please suggest, are there any other tables available to search the above data ..? if there please suggest.
    Regards,
    Srikanth.

  • Problems with the posting period....

    Hi guys,
    every once in a while the old problem with the posting periods occurs. This morning it hit me and I went out to repair it.
    Starting out from MMRV I checked the open period and it said 062009.
    Using MMPV, by mistake, I opened 112009, so that I'm able to post to 112009 PLUS the previous period 102009 (which is ok so far). Later on I checked OB52 to see, if finance is not the problem. The opened period lasts from 012009 to 122009.
    Long story short: everything seems perfectly alright, however it still doesn't work. It says: Posting only possible in periods 2009/11 and 2009/10 in company code 1000
    I don't see where there could be a problem now...
    Any help is greatly appreciated!
    Thx & regards,
    Bobby

    Hi,
    It is possible to re-open a previously closed period. However, it is NOT advisable to do so because the valuation data of the previous period could be affected.
    In general, it is only safe to reopen a previously closed period when no material postings have been done after the period shifting to the new period.
    If there has already been postings after the period shifting to the new period, reverting the period back will cause database inconsistencies in the history tables.
    If you decide to proceed with this process, you can use the program RMMMINIT, but, please review the documentation of this program first!! and the check the SAP notes 487381 (for the error message that you are receiving) and the 369637 (for an explanation about the inconsistencies that will be generated.
    Steps are as below;
    Go to Transaction Code SE38
    Enter program name RMMMINIT
    Execute or press F8 function button
    Enter your company code (From and To)
    Enter relevant date: Say 01/10/2009 for Oct. 2009 month to be opened as of now
    That means, user can post for the month of sept 2009 as well as Oct. 2009
    Refer SAP Note No. 487381 for more details.
    As per SAP Notes 487381 ( If the periods are opened in advance in mmpv to again change it to current period the following process should be follow ), Go to Tcode MMPI, then go to menu bar and select system -> user profile->owndata.In that screen , under the parameters tab enter MMPI_READ_NOTE in Parameter ID field and enter, then under short description you will get Initialise period. Next Save.
    Again go to MMPI enter company code, period and year and execute.
    Other way of doing it is follow these steps: ( *TRY in Sandbox But do not try in PRODUCTION SYSTEM*)
    1. Use t.code: OX18, and delete the plants assigned to your CO.Cd and save.
    2. Use t.code: OMSY and change the posting period to the one u want and save.
    3.Go to OX18 and assign the plants you have deleted in step 1.and save.
    Regards,
    Biju K

Maybe you are looking for

  • I have already had to replace my ipod clickwheel

    I have already had to replace my ipod clickwheel (less than a year old) once because it froze when I removed the headphone jack from the ipod. It would function even after using the 5 "Rs." My powerbook G4 would not recognize it and when I took it th

  • Does anyone know why my command button just stopped working?

    No idea what to do, or what happened and need help!

  • How to do GI and GR in PI sheet

    Dear all, Please explain me clearly how to do Goods Issue and Goods Recipt in Using PI Sheet. If i use call function using process instruction TA_CALL t code migo that particular process orde no  will not come automatically how to do pls explain me s

  • Camera Raw blu image with white x in it. Does not show real image

    Does anybody know about this? Just installed Photoshop CC 2014 with Camera Raw and now i do not see the NEF imported image in camera raw? Do i miss a extra plugin maybe? thanks for the help

  • MDM Logs

    HI MDM Gurus, where can i see logs for MDM server. i see there is a log table in Admin part of console. Also there are log files in Distribution folders. Thanks. Jyoti