Restricting the change or display authorisation of quotation

Hi,
Once the pricing is done at quotation level. It is sent for review to head of department. He will add some profit margin by adding another header surcharge on it. Once the quotation is saved by the department head, no one else can change or display that quotation with the help of restricting the authorization.
How can I restrict the even the original creator of the quotation (Estimator) as well as others from seeing the quotation. Because once the profit margin is added by department head, they want to keep it secret. Is there any user exit for it?
Regards
Suman

Hi Suman,
            Give the Quatation change and disply authorisation to only head of the department person.
Regard,
Murali.

Similar Messages

  • How to restrict the change access in CRM for OLTP orders

    Hi Guru's,
    Please let me know  how to restrict the change access in CRM for the orders that are created in ECC. The ECC orders will only for display in CRM but not for change,
    We have  the orders that are  created in ECC, it will flows to CRM and should restrict the access to get in to the change mode in CRM but as of now CRM  system is allowing change mode for ECC orders and ending up with errors.
    Is there any additional middleware parameter that needs to be added to SMOFPARSFA table to get this functionality! Please advice! Thank your for your help.
    Regards
    Suneel

    Hi.
    You can use the PFCG role to control if the user is able to create, change, delete or only display a business transaction type.
    Regards.

  • To restrict the change of quantity of component

    Hi,
    What is the most effective way to restrict the change of quantity of reserve material after the MO is release.
    Considering the create , release and processing of the MO is done by separate user. My requirement is after the release of the maintenance order users should not allow to change the quantity of the material.
    regards
    DP

    I'm assuming someone will be able to change these values (if authorised)...
    So there are several ways..
    The easiest is probably to check the values when saving an order. If the user isn't authorised to change these values, then an error message can be issued.
    Have a look a user-exit IWO10009 (at order save event) via TCode SMOD
    Also investigate PPCO0023 (Checks changes to components)
    PeteA

  • How to restrict the changes in Relesed PO?.

    Hi all,
    How to restrict the users to make a changes in the Released PO?. User should make the changes only if it is unreleased by the respective codes.
    1. Is there any user parameters like functional authorisation?
    2. I have already suggested two solutions to the clients that
        1. To restrict the authorisation of TCodes ME22n at the user level, but it's not a suitable solution, if user want to make any changes before releasing, then system is not allow to do the changes.
        2. I have made release indicator as a 1 - not changeable if it is released, in release strategy settings. But the system is not allowing the all the users including release codes to make the changes?.
    If there is any solution, please reply immediately.
    with regards,
    Raja.

    hi,
    if u set release indicator 1, after release is taken place, for any changes, u need to revoke the release. and then change the PO.
    even u cant directly block the changes to already released PO, because, in future if at all qty or some changes is required to change, it should allow u to change!

  • How to restrict the changes in VA02?

    Hi all,
    while  PO is created the SO is generating in the  (Through ORDERS message type) in the same client . Now i have to restrict this SO from changes by users through VA02, but the changes should be acceptable if  they changed the PO in me22n (ORDCHG message type is configured properly).
    Please give the solution ASAP ?
    Thanks,
    Vamshi.

    Vamshi,
    do changes in mv45afzz in form userexit_field_modification.
    like :
    IF sy-tcode = 'VA02'.
        IF message type= 'ORDCHG'.
    Error message.
                    MODIFY SCREEN.  
        ENDIF.
      ENDIF.
    Amit.

  • Restricting the change of workcentre in CO11N to selected work centres

    Dear PP Gurus,
      I have included the following screen
    0420: Personnel: incl work center and posting date  in the confirmation profile, so that the user can change the work centre at the time of confirmation. However the user wants that there should be a check where in only the workcentres which are used in parallel to be allowed for the perticular operation.
    Please guide how to achieve this? Can we have a check thorugh any of the user exit below:
    CONFPP02  PP order conf.: Customer specific input checks 1
    CONFPP03  PP order conf.: Cust. specific check after op. selection
    CONFPP04  PP order conf.: Customer specific input checks 2
    CONFPP05  PP order conf.: Customer specific enhancements when saving
    Eg.
    For operation 0020 the user may perform the confirmations on Weld1 /Weld2 /Weld 3 machine. Now the system will allow to select any work centre other than these three. That may lead to wrong confirmation. The user wants to restrict the work centres to be selected to these three only. These three machines are mentioend as parallel sequence in the routing.
    Regards
    Ankush

    Hey..
    How did u resolve this? i have the same kind of requirement and getting the same error as direct navigation not allowed.
    Can you please let me know. It's urgent.
    Thanks,
    Mahesh

  • Is there a user exit to restrict BOM change and display using material type?

    Hi Gurus,
    There’s a need to limit access to BOMs on a per material type however the client does not want to use the functionality of "BOM Authorization Group" in BOM header details.
    Do we have a user exit that can satisfy the said requirement?
    Thanks,
    Mae

    Hi
    Restriction to Changes of BOM will have better control using authorization object .Go to PFCG with your basis guy and try to explore the objects
    You can use C_AENR_BGR object to restrict.
    Otherwise , try apply BADI BOM_UPDATE
    Regards
    JH

  • How can i restrict the change of serial number in delivery document ?

    how can i restrict the manual change of serial number in delivery document ?

    I can tell you that you are observing standard program behavior.       
    By using a reference document for a return delivery, you are only      
    receiving proposal values for a new document. The posting will not     
    create a permanent link between the referred document and the return   
    delivery document.                                                                               
    Hence it is allowed to change various fields. This applies not only    
    to serial numbers, but to storage location, quantity and other fields.

  • Is there any to restrict the no of display fields in alv grid using oops?

    hi,
    i have 100 field in an internal table , and i passed that internal table to set_table_for_first_display, Now my aim is to display only 20 fields among that 100, these twenty may vary based on selection but count of fields should be always 20. Is it possible .....

    Yes!! youhave to prepare the field catalogue dynamically..based upon the selection..get the names of all the fields to be displayed ..take first twenty of them and for the rest of the fields in the internal table which are not in these twenty..mark no_out = 'X'.

  • To restrict the user to create only Standard quotation in PCUI

    Dear All,
    Please help me in this issue.
    We have requirement like below:
    In SAP GUI user is authorized to create 3 kinds of quotation:
    1. Standard quotation
    2. Estimate Quotation
    3. Quotation OCM.
    It is maintained properly in authorization profile for his role.
    Now requirement is that user should able to create only Standard Quotation in PCUI and others should not be visible.
    Regards
    Pankaj Vispute

    Hi,
              check this MBCF0005.
    EXIT_SAPM07DR_001.
    BADI being <b>MB_MIGO_BADI.</b>
    <b>Reward points</b>
    Regads

  • How to restrict the view in a application?

    hello colleagues,
    need your help to find the best solution. There are two restriction which I need to implement:
    1. different view for single field groups
    2. different view for a complete application
    Additional Point 3) multiple view assignment to a role
    Point 1)
    I need to have for the Role the original view (leave standard) but only in the specific field group structure I want to extend with the additional view. The system need to check if the additional view is available if not it need to take the standard, if yes, than it should take the assigned view. My question, is this behaviour possible without enhancements only with the assignment of the new created view? If yes, how I can assign the view to the role that this behaviour will be covererd?
    Point 2)
    I need to change the Account structure but only for the Business application "COMM_BUPA" and not for all related Business application. The Account reference to so many application that I need to restrict the changes to avoid the overlapping to other areas and try to do this with a new created view which I assign to the relevant role. Is this possible, if yes, how?
    Point 3)
    Is it possible to assign multiple view to one role? Is there a specific setting required and how can I do this and where I assign the view to the role?
    System News: CRM 4.0 = Channel Management , EP 6.0
    Waiting for your responds -
    Thank you and regards,
    Anja

    Dear Thiruamala,
    Thank you for your answer. I still need more information, please can you help me again?
    Point 1)
    - Which Transaction (e.g. /nsu01) I can assign the iview to the role in the customizing?
    - Which are the process steps and what I need to do each step need more details - or a screen shoot?
    Point 3)
    I have customized a new view for accounts which I need to assign to all the roles and additional some roles need to have additional views depend on the roles. How I would realize this without having multiple views to a role? How I can work with screen variants in CRM 4.0?
    Thank you and best regards,
    Anja
    Message was edited by:
            Anja Herrmann

  • Restricting Vendor Change in MIRO

    hi all,
    can we restrict the changing of vendor code in miro invoice posting..?
    my client is in need of a change like this
    regards
    sallu c.mathew

    Hi
    Please check the Vendor master record for the partner function.
    1) Purchasing organisation level
    2) Alternative data for plant level.
    Thanks / Karthik

  • How can I restrict the Room Template

    Hi guys,
    Please I need your help. My problem is that I want to know how I can restrict the Room templates displayed in the list box when creating a room.
    Thanks
    Dakata A. Ibrahim

    hi Abdu,
    For hiding SAP Standard Templates you can go to
    System Administration -> System Configuration -> Knowledge Management -> Collaboration -> Configuration -> Collaboration -> Room and Room Part Templates
    There is an option to hide them. Just check all the checkboxes there.
    For Custom Developed templates you can try by giving permissions on the workset level for the template.
    Regards
    Prakash

  • To Capture the change Activity in Me23n

    Hi all,
    How do i capture the change activity (Display/Change) in ME23N ? I need to put validation in an Exit on SAVE clicked in Me23n with changes done to a PO in ME23n only by clicking change button.
    appreciate your ideas.
    Thanks,
    stock.

    Check for the fields TRTYP in table T160  passing the tcode.
       Masked                          
    A    Display                         
    B    Edit                            
    C    Display from archive            
    E    Single-item planning            
    H    Add                             
    V    Change                          
    X    Initial transaction             
    S    Standard parameter: normal mode 
    U    Convert indiv. planned order    
    L    Delete                          
    P    Planning file entry             
    K    Copy reference                  
    D    Print                           
    Regards,
    Ravi

  • Where is the change number assignment  setting ?

    Hi ALL SAP expertise,
    Where is the number range assignment for change document ?
    I had configured the change document for Work center.  i could not find out where is the number assign for work center. It is not start from xxxx1...start from xxxx63
    The number range also share by Purchase document , in ME23n, in the change document, i can see the change number display. It share the same number range as work center.
    Regards,
    sim

    hi both,
    I still do not find the setting for change document.
    Let me explain what had i explore so far
    In tcode : CR10, i click on the change number document display. then i see the structure holding this value "field is CHANGENR". Then i use the "where-used" function and see what other "table/structure" that also using this field CHANGENR.
    In SE11 , table CDHDR, i input change document range, and the object of the
    client,  object, object value, document number, name, date, time,tCode, change number,.......
    018     RESSOURCE     10000245     0000403630     FEMS_DEV     12/04/2007     10:59:02     CRAV                    U     E     
    Any idea ??? where to search the setting for this number range ?
    Regards,
    sim

Maybe you are looking for

  • Split message mapping to integration process

    Hi, I faced an error when trying to send a multiple message (after a message split) to an integration process and I would like to know the possibilities to resolve this issue. What I want to do (more details below) : 1. Get an order list from a datab

  • Scroll bars

    Hi, I need my code to have a scroll bar. Such that I can add more JTextAreas and they will only be displayed if the user scrolls vertically so they can see the content. My code is attached. Thanks import java.applet.*; import java.awt.*; import java.

  • Add a "virtual" column

    Hi, I have an application that list the content of a table. Actually, when I access to the application, the system show me something like : COLUMN_1 ; COLUMN_2 A1 ; A2 B1 ; B2 I want add a third column to this application, the third column need to co

  • Wildcard search returns Error 404-Not Found

    Wildcard searc for entity returns the Error 404-Not Found in Report(v.7). Any ideas?

  • NOKIA 6070(UNLOCKED)NEED TO CHANGE FROM CHINESE BA...

    I am in the US and I recently purchased this phone. After putting in my AT&T sim card and charging up the battery, when the phone was ready it was in one of the asian languages. I did finally locate menu,settings and phone and when I scrolled down I