on 2012 Oct 03 7:14 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ramesh
Administration -> System Initialization -> Posting Periods
1. The implications of different Posting Period Status.
When Posting Period status is set as:
any data entry or journal entry will be disabled for all users.
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.
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.
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:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
any data entry or journal entry will be disabled for all users.
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
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI,
Check your posting period details.
Administration-->system initialization-->posting period-->see the details of dates.
Regards,
Venki .A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ramesh,
Go to tcode MMRV and check the current period and previous period
Revert back.
Regards,
Sandeep.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
105 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.