cancel
Showing results for 
Search instead for 
Did you mean: 

purchase order

Former Member
0 Kudos
496

hi,

While add the purchase order following error showing "   posting date , document date is 28-09-2012

"user is not authorized for data entry in posting periods with status 'Closing Period'. Contact your Administrator"

what i will do ?

may i go to change the period status

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

        The status "Closing Period" is to block the back dated entries.If you want to post back dated entries,you need to set Full Authorization'  in General Authorizations form -> General group -> Period Status: Period Closing  for the particular user.

Regards,

Priya

Former Member
0 Kudos

i need to below status it is correct

KennedyT21
Active Contributor
0 Kudos

Ramesh Kanna,

Can you post the screen of the Posting Periods Under administration..

Regards

Kennedy

Former Member
0 Kudos
KennedyT21
Active Contributor
0 Kudos

Hi Ramesh Kannan,

Change the Status To Unlocked after discussion with the account department and try to save the Document it will work..

Regards

Kennedy

Former Member
0 Kudos

Hi,

     Unlock the Posting Period or Set " Closing Period "  then set " Full authorization " for Period Status: Period Closing in General Authorization. ( Type Period Status in the Find field ) . Before that get confirmation from the concern person in Accounts.

Regards,

Priya

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

Technical you can always unlock the posting period if you are superuser. However, to decide who can unlock the period is depending on your accounting department. Check with them.

Thanks.

Gordon

KennedyT21
Active Contributor
0 Kudos

Hi Ramesh

Administration -> System Initialization -> Posting Periods

   1. The implications of different Posting Period Status.

When Posting Period status is set as:

    

  • Locked

any data entry or journal entry will be disabled for all users.     

  • Unlocked

data or journal entry can be done by any user in this period provided that General Authorization does not restrict the user from certain actions.The functionality is as the following combination of fields values 'Active'=Yes, 'Locked'=No from the previous versions.

    

  • Unlocked Except Sales

data and journal entry can be entered within all document types applications and tools except any Sales document under (Sales - AR). The functionality is as the following combination of fields values 'Active = No, 'Locked'= No from the previous versions. Work under this period status is allowed only for those users who have assigned 'Full Authorization' in General Authorizations form -> General group -> Period Status: Unlocked Except Sales.

    

  • Closing Period

data and journal entry can be performed within all document types, applications and tools. Work under this period status is allowed only for those users who have assigned 'Full Authorization' in General Authorizations form -> General group -> Period Status: Period Closing.

NOTE: The Period Indicator set for certain Posting Period does not influence on the possibility of entering data (marketing documents and journal entries).

NOTE: When you log to a company after its upgrade from previous versions then SAP Business One checks for "Unlocked" and "Unlocked Except Sales" periods whether their 'To Date' are older than Actual System Date. If YES those period statuses are changed to "Period Closing".

It is also possible to switch on / off this automatic update of period status and also define a delay in days. For more details please refer to the 'Automatic change of period status' section.

   1. Automatic change of period status:

    

  • Period status of just ended posting period (based on actual system date) should be automatically changed from "Unlocked" or "Unlocked Except Sales" to "Period Closing" after the very first log into the system in a new subsequent posting period (based on actual system date) when "Automatic Change of Period Status to 'Closing Period' " checkbox is checked and value in "Date When Automatic Change Is Applied" field equals 1 (what are actually their default settings after upgrade or when new company is created). However, if authorized user would change the period status back to "Unlocked" or "Unlocked Except Sales" from "Period Closing" and the system would be started again e.g. next day or simply in a few seconds later, automatic change would not be applied any more.

    

  • User can decide to disable function of Automatic Change of Period Status by un checking "Automatic Change of Period Status to 'Closing Period' " check box.

    

  • User can also decide to execute automatic change on the second or later day in new period or even the period after by entering a new value in "Date When Automatic Change Is Applied" field on Posting Period. When the value = 1, the change is applied on the first or later day of new period depending on the first login into the system. When the value = 2, the change is applied on the second or later day depending on the first login into the system. Default value for new company and after upgrade is 1.

   1. "Posting Date To" field is disabled.

When you try to add a new Posting Period, SAP Business One offers the next free year which has not been defined yet. For example, when you have already defined Posting Period for 2006 year and then you want to add a new one, SAP Business One proposes you the next 2007 year (in Administration -> System Initialization -> Posting Periods -> orange arrow calling particular posting period form -> 'Dates From... To' fields) automatically. Moreover, when you want to add a not annual period (e.g. quarter, month, etc.) then even if the "Posting Date To" field is disabled and has wrong value in process of adding, after the period is created the value of the field "Posting Date To" is recalculated and changed to correct date (usually end of the year).

   1. When any data or journal entry is being created behind some system document (exactly when a user tries to add the document), SAP Business One checks whether the entered date value in 'Posting Date' field fits any defined posting period. If NOT i.e. there is no posting period defined covering the entered Posting Date, the following system error message will appear as a pop-up: 'Posting Date deviates from the defined range. To complete the action, define posting period matching the entered Posting Date.'

   2. When deleting Posting Periods (by sub-periods) SAP Business One checks whether there is no data entered within the particular period, additionally SAP Business One checks if at least one very last posting sub-period remains defined in the database. If not, the deletion will not be allowed under any circumstances. As part of this restriction, the following system error message will appear for the user: 'Cannot remove the last period'.

Regards

Kennedy

Former Member
0 Kudos

ok kennedy . which one is i will use and useful to solve this problem

KennedyT21
Active Contributor
0 Kudos
  • Locked

any data entry or journal entry will be disabled for all users.     

  • Unlocked

data or journal entry can be done by any user in this period provided that General Authorization does not restrict the user from certain actions.The functionality is as the following combination of fields values 'Active'=Yes, 'Locked'=No from the previous versions.

Regards

Kennedy

Former Member
0 Kudos

Hi Ramesh.......

Whether you put Period Closed or Unlocked system allows you to transact.

Please check any SPTN related to PO is there not not. For check purpose you can do it in test and remove SP from there and then try......

Regards,

Rahul

Former Member
0 Kudos

only using this SP only

IF @transaction_type = 'A' AND @Object_type = '22'

BEGIN

IF EXISTS(SELECT U_PIDno FROM  [dbo].[POR1] T0 

WHERE T0.DocEntry = @list_of_cols_val_tab_del)

BEGIN

UPdate [@OPIN] set Status='C' where DocEntry=(SELECT max(U_PIDno) FROM  [dbo].[POR1] T0 

WHERE T0.DocEntry = @list_of_cols_val_tab_del)

END

END

KennedyT21
Active Contributor
0 Kudos

Hi Ramesh,

No Issue with the TNSP .. You need check does the Posting period is locked for the User..

Hope helpful

Regards

Kennedy

KennedyT21
Active Contributor
0 Kudos

Hi ramesh

The issue mentioned seems to be related to Note No.  :  [1274415|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1274415].

You can check whether it is same or not.

Hope Helpful

Regards

Kennedy

Former Member
0 Kudos

now what i will give may i change the status unlocked status instead of closing period your link not open

Former Member
0 Kudos

HI,

      Check your posting period details.

Administration-->system initialization-->posting period-->see the details of dates.

Regards,

Venki .A

Former Member
0 Kudos

that month period status is "closing period"

Former Member
0 Kudos

Hi Ramesh,

Go to tcode MMRV and check the current period and previous period

Revert back.

Regards,

Sandeep.

Former Member
0 Kudos

Hi Ramesh.......

I guess some SP TN has been applied that users should be restricted if Period is Closed......

Please check and try to remove and then add PO......

Regards,

Rahul

Former Member
0 Kudos

there is so using the SP . what i will do