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);

Similar Messages

  • Need to put check at the year selection

    hi,
    how to put this check at selection screen.
    1.     Program will check at the year selection, that should not be more than 3 years, otherwise, the program will raise the error message of u2018Only allow 3 years difference!u2019.
    2. is there any fn module which gives the begin and end dates for a year.
    requirement: determine the begin date and the end date of selection period for year selection at the selection screen.
    Need this urgently.
    Thanks.

    HI,
    for the first one.
    data date type sy-datum
    data  year(2).
    date = 20.11.2008
    year = date+6(4).
    then date contain 2008.
    if the user enters 2004 in parameter p_year.
    then
    year = year - 3. equal to 2005
    if p_year <  year.
    give some error message
    endif.
    for the second one.
    go to se37 give year or date
    this will give you all the related FM
    regards
    Ramchander Rao.K

  • Reg : Financial Year end closing

    Hello Gurus,
    I am new & I want to know what is the procedure for closing FI financial year & which T-code should be used.
    Regards
    Reshma

    hi rashma,
    Pls follow the step...
    Check List for FI Year End Closing
    Moderator:  this is useful but it belongs in the Wiki.  you'll get more points there too.
    Rohit agrawal

  • Prerequsits for year end closeing

    Hi,
    Any one can tell me wat r the things need to check before doing year end closeing in MM . I need this detail in all MM point of view .
    Raghu

    hi,
    check whether theere is any open documents like PO, GR and IR...if so, then you should firstly, close it....
    Also check whether there are any partial GR's done, if you need to complete that cycle, then do it at first...
    You can check the same from PO history tab in the PO and EKBE table in SE16...
    Regards
    Priyanka.P

  • Queries regarding Year End Closing Activity

    Hi Experts/Moderator,
    I need solution to my queries regarding Year End Closing Activity? 
    1. How can we post adjustment entries to GL/AR/AP/BANK/ASSET accounts in the previous FYu20192008 in Apr/May/Jun/Julyu20192009 using Special Posting Periods, if already balances are carrying forwarded to next FY 2009? What effects on the Opening Balances already carry forwarded?
    2. Can we run the Asset Depreciation for the previous FY 2008 in Apr/May/Jun/Julyu20192009 using Special Posting Periods, if already balances are carrying forwarded to next FY 2009? What effects on the Opening Balances already carry forwarded?
    Thanks & Regards
    Chandra

    Hi,
    You can carryforward the balance of GL, AP & AR. System is automatic updated the balance in current fiscal year if you pass the adjustment entries in previous fiscal year 2008 using special period. You can also run the deperciation.
    Regards,
    Pankaj

  • My ipad wont let me download certain apps because it needs ios 7 but when i check update it says there is none?

    my ipad has IOS 5.1.1 version and i know there is newer update for them as when i go to download certain apps it wont let me because it needs IOS 7 but when i have plugged it into itunes it says no update needed?

    Hello courtneys100,
    Thanks for using Apple Support Communities.
    From your post it appears that you are using an earlier iPad, which can only update to iOS 5.  Some developers do offer compatible versions of their apps for people running older iOS versions, but ultimately it is up to that developer to make an older version.  Check out the article for more information about installing the latest compatible version of an app on your iPad.
    Install the latest compatible version of an app on an earlier version of iOS or OS X
    Cheers,
    Alex H.

  • I have a iphone need to check when does my warrenty expire can u help??

    i have a iphone need to check when does my warrenty expire can u help?

    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • Does my desktop come with wireless capability with no need for a separate router needed to be purchased, when airport is opened up belkin wireless is checked and other locations are listed but locked? Does my xfinity unit have one or just a modem? TIA

    Does my desktop come with wireless capability with no need for a separate router needed to be purchased, when airport is opened up belkin wireless is checked and other locations are listed but locked? Does my xfinity unit have one or just a modem? TIA

    Your iMac does have wireless capability. It does need, however, some wireless network in order to connect to the Internet. It sounds like there are several networks in your area, including one Belkin router that is not encrypted and several other networks that are. I presume that you would know if the Belkin one is yours, and you would have mentioned it. Do not use someone else's network without their permission. In some jurisdictions it is illegal, in others it is merely foolish.
    It is impossible to know what Xfinity has given you. Possibly it is only a cable modem, or perhaps it has a router built in. Call them and ask them. If it has a router built in, get them to help you set it up. Note that some tech support people for Internet service providers will resist working with Macs. Be persistent, it is not that different.
    If they did not provide a router, you will need to get one. Apple makes the AirPort Extreme base station, the AirPort Express base station and the Time Capsule. Other companies have their own. Be sure you get one that is up to date and has 802.11n capabilities (for the highest speed) and go on from there.
    Best of luck.

  • Customer Exit Variable Period 000 is not valid in financial year variant Z2

    Hi all,
    I am trying to get the week number from a particular posting period. But I get this error when I execute the Query:
    Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    SYST: Period 000 is not valid in financial year variant Z2
    I checked in "FIRST_DAY_IN_PERIOD_GET" FM and it is not accpting period 000 for PERIV Z2. It works fine for all other periods.
    Does anyone have an idea on this?
    Thanks.

    Simon,
    So do you think that there is a problem in my Query restrictions? You ask me to restrict from 0 - 12, but this period is calculated based on the SY_DATUM in a cust. exit variable. And this period is being used to pull week number. So, do I need to change the code?
    But I already have another query which is similar to this, only ready for input options are missing in the new one. The older one is working fine but the I have problem with this.
    Any more ideas?
    Thanks!!

  • SYST Period 012 is not valid in financial year variant R2 Msg no;FGV003

    Hi SAP Gurus,
    I have encountered with an error as following :
    SYST: Period 012 is not valid in financial year variant R2
    Message no. FGV003
    Our client following calendar year till December 2009.  They want to change to April to March , from April 2010 . So we need to define a shortened fiscal year for January to March 2010 for 3 months.
    One important thing is Depreciation should be calculated only for 3 months ie., from January 2010 to March 2010 for year 2010. For year 2011 u2013 April 2010 to March 2011 be calculated.
    I have done the following settings :
    Current fiscal year variant = K4, i.e. the standard variant with 12 periods (calendar year)
    -the current fiscal year must be closed on 31.12.2009
    -this change have to be done in the next month, i.e. on 01.01.2010
    -on 1.1..2010 starts the new fiscal year 2010
    -the fiscal year 2010 ends on 31.03.2010 and have 3 posting periods
    1) Create a new Fiscal Year Variant for the shortened fiscal year u2013 e.g. "R2" (OB29).
    2) R2 to be made Year Dependent. Current Period Configuration
    Month Days Period Year Shift
    1 31 1 0      
    2 28 2 0
    3 31 3 0
    4 30 4 0
    5 31 5 0
    6 30 6 0
    7 31 7 0
    8 31 8 0
    9 30 9 0
    10 31 1 +1
    11 30 2 +1
    12 31 3 +1
    3) Company Code assignment (OB37): K4 to be replaced with R2 .
    4) Controlling Area (OKKP): K4 to be replaced with R2.
    5) Fiscal Year to be shortened for Depreciation Areas in Asset Accounting customization (OAYP).
    6) Table T093C to be viewed to check whether the field XRUMPF (Shortened Fiscal Year) has been activated with u201CXu201D..(SE 11 Check Table) Done manually
    Other Problem : 1. The system calculates deprecation for period 3 ( Full year deprecation) as seen from AW01n for one asset.
    2. When I run AFAB for 2010 period 1 the error is displayed
    SYST: Period 012 is not valid in financial year variant R2
    Message no. FGV003
    Please anybody help me in this issue .
    Subbu

    Have you maintained the Year Shift Properly in OB29
    For e.g if Financial Year is from July to June, year shift will be as follows:
    Month      Days        Period       Year Shift
    1     31     7     0
    2     29     8     0
    3     31     9     0
    4     30     10     0
    5     31     11     0
    6     30     12     0
    7     31     1     +1
    8     31     2     +1
    9     30     3     +1
    10     31     4     +1
    11     30     5     +1
    12     31     6     +1
    Check also FI period and aseet periods are open through OB52 and AJAB

  • Financial Year Change

    Dear Sir,
    Our company is presently following Financial Year Oct to Sep . Current Financial Year 2010 , started on Oct-2009 . Comapny has decided to change the Finacial Year from April To March .  As per the decision , the Current Financial Year 2010 , will be of period Oct-2009 to March-2010 (6 month period)  and will be closed on 31-Mar-2010 .
    From April-2010 , new Finacial Year 2011 will start .
    We are presently on ECC-6.0 and have Fixed Asset also implemented .
    We request you to kindly guide us , as how should we go ahead to make these changes possible and what steps we need to follow to make the desired changes .
    Kindly pl note that March-2010 closing will take some days and hence in April there will be situation when transaction are posted in FY-2010 and FY-2011 both .
    We request you to pl help us .
    Rgds
    B Mittal

    Hello,
    Adding further, check these also.
    1 Maintain Activity prices - KP26
    2 - Release of Standard Cost Estimate - CK40N
    3 - MM period close and open - MMPV
    4 - FI period open
    5 - Parked documents to be posted - FBV0, MIRO
    6 - Reposting of Inter Office CC - KB61
    7 - Bank Reconciliation
    8 - Update Section Code where missing - J1INPP
    9 - Maintain GRIR clearing - F.13
    10 - Provision for current month - FB50
    11 - Depreciation entry - FB50
    12 - Exchange rate - To be Updated
    13 - Revaluation of foreign currency open items - F.05
    14 - Recognition of Inventory at Bonded warehouse - FB50
    15 - Maintain Statistical Key Figures - KB31N/KP46
    16 - Variance Calculation of Process Orders - KKS1
    17 - Settlement of variances - CO88
    18 - Assessment cycles - Aux/WH CC to Main CC - KSU5
    19 - Assessment cycles - Functional CC to SBU CC - KSU5
    20 - Assessment cycles - SBU CC to COPA - KEU5
    21 - Profit Center Reposting - 9KE0
    22 - Balance Sheet Adjustment calculation - F.5D
    23 - Transfer Profit Center to AR & AP - 1KEK
    24 - Transfer Inventory to PCA - 1KEH
    25 - Assessment Cycle - Dummy PC to SBU PC - 3KE5
    26 - Check for "Delivery made, not Invoiced" - VF03
    27 - Match GL and PCA - KE5T
    28 - Match PCA and PA
    29 - Top Down Distribution in COPA - KE28
    30 - Reclassification of GL balances
    31 - Balance Carry forward (Year End Only) - F.16
    32 - PCA Balance Carry forward (Year End Only) - 2KES
    33 - Transfer to FI - 1KE8
    assign points if useful

  • Surcharge 10% is not caluculating to some employees in financial year

    hi experts,
                   surcharge is not caluculating to some employees in current financial year where i have chek and guideme
    advance thanks
    ram

    Hi Friend...
    First thing you should notice is period 000 is not valid or available in that Fiscal year variant K4.
    My company has shortened the fiscal year and I encounter the exactly same message "SYST: Period 012 is not valid in financial year variant Z4" in a Finance Report  eg. when calling the asset on the shortened fiscal year in the Explorer.
    I would like you to seek the SAP note 123026 to check if it rectify the problem or if its not then you should understand that the new variant you have copied dosent have have base to bring data ...ie you need to create it in---> Maintain Fiscal Year Variant and Posting periods in SPRO settings in BI. Check if it works.
    Thank you.
    Sandhya

  • Require two different Financial Reports for the Same Financial Year - 2011

    Hi Experts,
    The financial Year of the client is from jan-Dec.The client needs different financial reports (P&L , B/S), one from Jan-Aug and another from Sept-Dec for the FY 2011 since the management of the company has changed from Sept-2011 onwards.  So when tried to generate the financial reports from Sept-Dec , system shows the carry forward opening balances of income and expenses from Aug 2011 which they do not want.  Since we have not done any closing activities at the end of aug-2011 this figure is bound to come.  So in this scenario is there any possibilities to get a fresh financial reports from Sept to Dec 2011 where there should not be any opening balances of expenses and incomes for Sept 2011.
    Since transferring of balances from income and expenses to retained earnings accounts has done yearly basis , how can we do this for the periods also or any other method to sort out this issue.
    Hope my question is clear. if not pls revert with the queries.
    Thanks in Advance,
    Arabinda

    Hi RP,
    I have checked F.54 . Everything is ok in that report expect the Profit and Loss which are two differnt line item in that report and also calculated fields do not display in this report. But anyway this report meets most of the requirements.
    Thank you very much.
    regards,
    Arabinda

  • Resetting a clearing document from a previous financial year - Vendor Payment

    Finance team needs to reset a cleared item from a previous financial year. The cheque was
    never presented.  They are unable to create a new invoice to pay the vendor without this cheque going
    through and being processed.
    However, when using transaction code FBRA they receive an error message
    "clearing document from alternative fiscal year-. Message no F5A258".

    There are two option
    1. You Open the Close Period, or change the reversal code, which can allow alternative posting in the current period.
    2. Go to the IMG - Controling - General Controlling - Change Message control. Give the message application area and then the number and turn it off. (Tcode : OBA5)
    With regards,
    Uttam Maity

  • RetrorespectiveActivation of Multiple Form 16 in mid- of the financial year

    Hi All,
    We have mainatined TAN as per the company Code in feature 40ECC. Now we want to have multiple Form 16 if there is change in company Code of an employee for the financial year 2009.
    We have not activated Multiple Form 16 Switch so far. Now in the last month of financial Year 2009 that in March'2010 (period 12/2009) we want to activate Multiple Form 16 switch from 01.04.2009. After activation Multiple form 16 Switch, we are planning to trigger retro for all employees from 01.04.2009.
    But we are not very much sure what will be the impact of activating Multiple Form 16 switch now in the last period of the financial year.
    Required your valuable inputs on this.
    Thanks,
    Ravinder

    Hi,
    Check whether multiple Form 16 switch is active or not.
    In case this is active, then the Form 16 will be generated as under:
    Company A - showing earnings from 01.04.08 to 31.12.08 only
    Company B - showing earnings from 01.01.09 to 31.03.09 as current earnings and from 01.04.08 to 31.12.08 as income from previous employment.
    In case multiple Form 16 is not active, then the Form 16 that you are getting is correct. However, in this case you need not print the Form 16 of company A. Only the Form 16 from the company code where the employee belongs to as on 31.03.2009 (i.e. last day of the FY) will be printed. And in this case the Form 16 will include complete earnings from 01.04.2008 to 31.03.2009 as current earnings.
    Hope this clarifies your query.
    VK

Maybe you are looking for