PO delivery date field to be made display for all users except one user

Hi All,
I have a specific requirement:
The delivery date field in PO should be made display only at the time of changing the PO. I know pretty well that this can be achieved thru Define Screen Layout at document level, which inturn will make this field disaply mode to all users.
But it should be in changeable mode only for one user. how can we achieve this.
Any ideas, please
/R
Antony

Hi ,
You can create a authorization object(Z one) which can be assigned to the user id who need authorization of change .
In the exit , you can specify the logic that if SY-USER (current user) has the authorization id , the system will allow to change . If the user doesn't have the object in his roles , the system would not allow to change .
This will help in providing / removing access to any user id .
Regards,
Hari.

Similar Messages

  • Saved Interactive reports options display for all users

    Hello,
    For now I build once again my apex apllications in Apex 4.0
    I created a user. In the apex administration this user is not an administrator and not a developper either.
    However the saved interactive report options display for him too, so he can choose the look of the default report, etc...
    Is that a bug ?? Or did I forget something ?
    Thanks !
    Fanny

    Fanny, as long as you are logged in as a developer in apex you will be able to save the report as the standard report, no matter with what user you are logged into your application.
    Paul

  • Folders under a role displayed for all users

    Hi
    I had created a role called Role A and this had two folders unders that named Folder A, Folder B. I assigned this role to User A only.
    I logged into the portal as User A, and saw that these two folders were visible, and as I had wanted it.
    But when I logged in with the administrator's account too, I noticed that along with Content Administration, User Administration, System Administration, I also had Folder A and Folder B.
    I checked the roles for Administrator and Role A has not been assigned.
    I dont want this Folder A and Folder B to appear in the admin's account.
    Please help.
    Thanks
    Manoj

    Hi
    Thanks for your help. Its not a permission issue for that folder, and no other groups are added in Role A.
    I guess, like Venkatesh says, it could be the content admin role or super admin role. But surprises me as to what would happen if there were more than 100 folders.
    There must be something else to it. I suspect this to be a cache problem, as I had added Role A to Administrator's group and then removed it from there. I will check this and confirm.
    Thanks for all help
    Regards,
    Manoj

  • Formatted Search for Delivery Date field in SO not working

    Hi All
    Can anyone help me as to why my formatted search is not working?
    I am currently using SAP B1A SP01 Patch 19.
    I have created a user query as follows:
    SELECT $ [$10.0.DATE] + 5
    When I add this to the delivery field within the Sales Order and bring through the saved query which I set to auto refresh when the Posting Date field changes and to Display Saved Values it doesn't work.
    Any ideas?
    Thanks and best wishes
    Gail

    HI Gail,
    If I am not mistaken you want to add days to the posting date...if that is so then try this out:
    SELECT $[ORDR.DocDate.DATE]+5 From ORDR T0 For Browse
    Set The indicator to Auto Refresh when the fields change
    Nagesh

  • Delivery date field grey in inbound delivery  not editable

    Hi,
    Can any one tell  me how to edit delivery date in inbound delivery when we are in change mode.
    Delivery date field is editable in (ECD) where as grey in ECQ & ECP.
    we creating inbound delivery through idoc from outbound deliveri.
    How can we chane the field that was in Grey mode ?

    i found the answer on my own

  • Prevent past date entry on the delivery date field

    Hi Guys,
    I was wondering whether it is possible within standard SAP Business one 8.8 to prevent users from entering past date in the delivery date field on the Sales order screen.   I have people making mistakes by entering 10/10/2010 instead of 10/10/2011.  This caused problems with reports etc..
    Is there a formatted search query i can create to warn/alert users with a message stating incorrect date entered? Please advice best course of action?
    Regards
    nick

    Deepak,
    The following code is already in this section?  Can i just add Gordon query below the last "END" statement?
    --    ADD   YOUR  CODE  HERE
    declare @islocked int
    select @islocked = 0
    if(@object_type = '17' and @transaction_type <> 'A')
    select @islocked = U_LockedForEdit from [@A1WMS_Staging] where U_objType = '17' and U_docEntry = @list_of_cols_val_tab_del
    if(@object_type = '22' and @transaction_type <> 'A')
    select @islocked = U_LockedForEdit from [@A1WMS_Staging] where U_objType = '22' and U_docEntry = @list_of_cols_val_tab_del
    if(@object_type = '202' and @transaction_type <> 'A')
    select @islocked = U_LockedForEdit from [@A1WMS_Staging] where U_objType = '202' and U_docEntry = @list_of_cols_val_tab_del
    if(@islocked <> 0)
    begin
    select @error = 999
    select @error_message = 'Order Cannot be Updated/Canceled/Deleted as it is Locked in WMS'
    end

  • Delivery date field in PR to PO

    Hello,
    I am creating PO from ref PR. The delivery date field initially takes up delivery date as entered in PR.
    I want to make this field blank & then give error as "enter correct delivery date".
    Can you help me in achieving this?
    Regards,
    Krutika

    Hi,
    Similar kind of thread.....
    [Importing PR data into PO;
    Thanks,
    Shailaja Ainala.

  • MIGO Posting Date - Authorisation to Change/Display for Certain User ID

    Dear all
    There is this business requirement
    1. Warehouse users should not change the Posting Date of the GR refer PO. It is to avoid user from delaying their work to enter into SAP system the next day although they have received the goods today. As such, we should change the field status of POSTING DATE into Display mode.
    2. However, if the warehouse user has forgotten to enter on the GR Date, they have to go to their Warehouse manager to ask him to enter for them, since the field status: Posting Date is set to display.
    Question:
    I know how to set the field status of Posting Date to display, but will this field status will be applied as "display" for all the user id? If so, then how can I control only the Warehouse Manager can have the Change Mode for Posting Date?
    Thanks in advance
    Edited by: Daimos on Oct 14, 2009 8:37 AM

    Hi all
    I found out this can be done by assigning manager and store keeper to different Tcode with different field status:
    Warehouse Manager - MIGO_GR, field status of Posting Date: Required
    Store Keeper - MIGO, field status of Posting DAte: Display Only
    This will solve the problem!

  • How do I populate my date fields placed on Master Page for multiple pages?

    I have a dynamic form with flowing fields. I inserted date fields using the Master Pages tab within Adobe LiveCycle Designer ES2, Windows 7 OS. I have only 1 Master Page. Everything on the form is working properly, except when I have multiple pages, the date fields are blank on all but the first page. One of the date fields has javascript in the exit event to calculate the second date field. I can manually edit the subsequent page(s) date fields, but I don't want the end user to have to do that. I want the date fields on the new pages to equal the date fields on the first pages. Below is my output with notes to provide a visualization of what I'm looking for.
    Many thanks in advance for anyone who can help me with this issue!
    Caroline

    Hey Mandy,
    Yes, both date fields are on the Master Page. The first one is set to "User entered - Required" and the second to "Calculated - User Can Override"
    And that's right, I used your script to calculate the second date field. The only thing I changed was the field name, and used 6 days instead since I wanted the calendar days to only run a full week, like start on a Monday and end on Sunday.
    Thx,
    C

  • How to control the data to display for every users?

    Hello Experts,
    Im creating a module in ORACLE forms6i and I want to control all the data to display for every USERs. I have 1 Table and it has 5 columns.
    My module has 5 columns and 5 rows of records to display.
    Problems:
    For USER1, I want to display all DATA in column3 and column4 only and all remaining columns shoud be null.
    For USER2 , I want to dislplay all data in Column1 only and all remaining columns should be null.
    How can i control all the data to display for each columns? Can you help me please. Im using the Clear_Items but its not working only the first row are null but the remaining
    rows has its records.
    Thanks.
    Lala

    I understand that you want certain columns not to show at all on the canvas when a certain user opens the form. Then, in the when-new-form-instance trigger, you should set_item_property(x_item, visible, property_false) for each item you do not want to be dislayed, depending on the user.

  • Adobe Brings Retina Display Support To Photoshop And Illustrator CS6  As A Free Update For All Users

    Adobe Brings Retina Display Support To Photoshop And Illustrator CS6
    As A Free Update For All Users..... if this is TRUE then how Do I get it. My CS is HORRIBLE visually. Does ANYONE know anything encouraging about this issue with Adobe CS and Retina Display???

    As pointed out by John T Smith, you should post the questions in the correct forums to get swift replies.  However, yes Adobe has made its promise good and the blog to that effect is here:
    <http://blogs.adobe.com/jkost/2013/01/retina-display-support-and-photoshop-cs6.html>
    Good luck.

  • Adobe Reader 9.0 - Disable Forms Highlight color show border hover color for fields for all user a

    Hello.
    I am installing Adobe Reader 9.0 onto a new windows xp corporate build for my company. We would like to have the Forms Preference "Highlight Color" Show border Hover Color for Fields checkbox unchecked by default for any user that logs onto the workstation. (All new WinXP profiles, and if possible, any existing profiles) Is there a registry entry that can be changed to ensure that this option is unchecked by default on our WinXP build?
    Thank you.

    bumping thread...
    I have downloaded the Adobe Reader 9.0 Custom Wizard install creator tool, but it still appears that I will need to know what registry key to change/import into the installer for this preference to be disabled by default for all users of the workstation that Adobe Reader 9.x is installed onto.
    Any and all help is greatly appreciated.
    Thank you.

  • How to make warehouse field inactive for all users in all documents autom.

    Hi All,
    Can anyone pls tell me "**how to make warehouse field inactive for all users in all documents without having to do it through form setting** "for each and every user. It should be visible but inactive
    Thanks & Regards,
    Mukesh Agrawal

    Hi,
    As a work around create a warehouse SelectWH and map the mandatory acoounts as a On hold account(in chart of accounts).So there will not be any posting on this account.
    And set this warehouse as default warehouse for all users.
    So without selecting the appropriate warehouse the user can not add the document.
    I think this might resolve you issue.

  • No data to retrieve in Query 1 for particular User

    Error: No data to retrieve in Query 1 for particular User
    Hello,
    We have webi report in 3.1 version which is running fine in Infoview for particular user.
    But when same report is send into Inbox of other user and if user try to run it in infoview it is giving below error.
    "No data to retrieve in Query 1"
    All the security and  group member level settings for both the user are exactly same. What could be the reason for this behaviour.
    Thanks

    Can you please check user is part of which group in enterprise receipts group.
    Also please check dynamic receipts tab of publication where data can be filtered
    Thanks,
    Swapnil

  • Query regarding the fields details in particular form for all the users in

    Dear All,
                  I have one query regarding the fields details in particular form for all the users in company.
    Let take an exapmle if i had created Purchase Order having fields in content tab as 1.Item No. 2.Quantity 3.Unit Proce   4.Total   5. Location.
    While Login in User manager i set these fields only for Purchase order , but when i login from other user and open the similar purchase order the defaults fields are also seen including  above 4 fieds .
    Now my question is how to set the User choice fiels for the particular form that are common to all users.
    Means whenever i login in any user and opens the same document the same fields should be seen....Thanksssss.........

    You have to login with each and every user and do the Form Settings of every forms, so that all the forms look same for all the users.
    This is a manual job and you have do do it with every user login.
    Alternately, you can try out this link that explains
    [How to Copy One Screen Layout to Another User|http://www.sbonotes.com/2008/03/how-to-copy-one-screen-layout-to.html]

Maybe you are looking for

  • Which is best video format for storage of video media files?

    Greetings, good folk and happy holidays! My question involves the conversion of physical video media, DVDs, video files, etc, and storage for use with multiple devices. Like many of you, I have video in many formats and in multiple places... DVDs, Bl

  • How do i sell a macbook using Apple's refurbished computer program.

    I have an intel core duo MacBook with 2GB of ram and a 120GB hard drive. (it also has a superdrive). How do I sell this on Apple's refurbished computer program and how much do you think that I would get for this computer. Thanks. MACBOOK   Mac OS X (

  • Audigy Gamer and HTIB (Home Theater in a B

    Hi, I would like to play DVDs on my PC and output the sound to my HTIB speakers. I've bought a Camcorder A/V cable that has a 4-pole minijack, plugged it into the Gamer at one end and the coax (RCA) in on the DVD player at the other end. I'm not gett

  • SR: Calling Web Services from PL/SQL gives http 500 errors

    Hi, people from Oracle Support sent me to this forum. I'm trying to call the Calendar Web Services from PL/SQL using the utl_http package, but I'm getting http-500 errors. I'm using the example from http://www.oracle.com/technology/tech/webservices/h

  • Border Layout problem

    I have a JPanel set to BorderLayout. I have 2 JPanels inside it. One JPanel is set to the West and one to the East. They are both are set to GridBagLayout. The West Panel vertically centers and the East Panel is vertically aligned at the top. Why is