Document status wise authorization

Dear all,
I want to give a document status wise authorization to user .
Kindly let me know the procedure.
Rgds

Hi,
Use Auth Obj   C_DRAW_STA in your authorization role.
U will have a status network liket this
Create(AL)-> For Approval/release( FA)* -> Approved/Released(FR)
For Ex :-
Auth role for Engineer is Zdms_engg
This role will have auth obj C_DRAW_STA
Engineer with create auth for doc type DRW will have this values in his auth object
Doc type          DRW
Doc status       AL,FA
Assign this zdms_engg role to user ID.
HOD role:- zdms_hod
For HOD to approve will have values in his auth obj
Doc Type      DRW
Doc status    FA,FR
Assign this role to user ID of HOD
You will get the deired results.
Note:- They must have access to document type DRW so use auth obj C_DRAW_DOK with doc type DRW and C_DRAW_TCD with doc type DRW
Also read auth obj concept in help.sap.com to know the significans of each obj and their use and take help of BASIS person to do this.
Regards
Abhijit A. Pachgade

Similar Messages

  • Authorization control for document status

    Dear All,
    I want to control the status change of Documets created,
    How can i achieve this, so that a perticular user /ID can change the perticular status,
    I have ,
    01
    02,
    03,
    04, Rel.
    05,
    Do i need to put some trace anf find Objects to control...
    or there is any standard method to do this..
    Please guide me..
    Regards
    Raghu

    Hi Raghu,
    Here are DMS authorizatoins objects. For handle status it should be C_DRAW_STA
    C_DRAD_OBJ          Create/Change/Display/Delete Object Link                         
    C_DRAW_BGR          Authorization for authorization groups                         
    C_DRAW_DOK          Authorization for document access                         
    C_DRAW_MUP          Authorization for Markups                         
    C_DRAW_STA          Authorization for document status                         
    C_DRAW_TCD          Authorization for document activities                         
    C_DRAW_TCS          Status-Dependent Authorizations for Documents                         
    C_DRZA_TCD          Document Distribution: Authorization for Recipient Lists                         
    C_DRZI_TCD          Document Distribution: Authorization for Distribution Order                         
    S_ECL_CAT          ECL Viewer: Authorization Object for Stamp Categories                         
    S_ECL_STP          ECL Viewer: Authorization Object for Printing with Meta Data                         
    S_ECL_STP2          ECL Viewer: Authorization Object for Printing with Meta Data                         
    Hope that it will help you
    //Håkan

  • Document Status -- Authorization group?

    Hi,
    I defined new status values for document in the IMG SolMan project. In addition, i created the document Status schemes with sequence number (Status values). The workflow sequence is working after testing in the Business Blueprint. The problem is, how can I or other users unlock the document if the Status is locked. How can I manage this problem; Should i define a group of user with authorization, where?
    Thanks!
    Blaise
    Edited by: Blaise Vincent Havanaby on Mar 26, 2009 10:31 AM

    can u pls explain the steps u tried?

  • Transaction authorization based on document status

    Hi,
    We need to give display only access to end users (i.e specific business roles) based on the status of the document, for e.g. if document status is IN PROCESS the end user should only be allowed to Display the document - how can this be achieved ? Helpful inputs asap plz. Thank you.
    Best Regards.

    Hi Robert,
    Thanks for the quick reply, I will go through the said changes and update the thread accordingly in a day or two. Thanks again.
    Best Regards.
    Still waiting to test the solution, will update the thread soon !
    Regards.
    Edited by: Jacob Raj on May 2, 2011 2:02 PM

  • Purchase Order (Purchase docuement type wise)

    Dear,
    We would like to Restrict Purchase order creation without purchase requisition based on various type of Purchase order (Purchase document type wise).
    A user can create some purchase order with purchase requisition as mandatory.
    Some purchase order with purchase requisition as optional.
    Please Suggest,
    Best Regards,
    Swapnil Vaidya

    After making pr field mandatory
    Go to OMET
    create functional Authorization Z
    only click Refrence to pr , Enter your field selection
    Then assign it to user
    parameter EFB -value z
    Vipin

  • Document Status M

    Hi All
    We have a situation where a user entering a normal GL invoice in FB01 mistakenly created a sample document
    this document was saved but could not be found anywhere, however when i checked table BSEG it was available and been created using transaction FBM1 - however the user has no authorization to use FBM1...
    Could she have by any chance made the document status to be M at the time of entereing data - if so how? or is there any other explanation for this... can anyone come across such a situation before..?
    thanks much
    Rukshana

    It might have got created via F-01
    You can see that document in FBM3

  • How to Project Code wise Authorization.

    Hi,
    i want to give project code wise authorizations to users. in
    authorization we can give only total project code
    Full/Readonly/No Authorizations. A user only he want to see 
    Project Code Hyd. remaining project code he want see in all
    the documents. for documnet numbering we have option
    Grouping  like this is there any option to prevent projec code to
    users.
    reds,
    samapth.

    It is possible to do through SDK. although on a rather large scale. You need to establish an UDO idientify the userid with multiple project code, or project code with mulitple user ID. Then all the project code drop down inside SBO will need to be replaced by SDK to show only the project associated with current log in user id. To make it more complete, you need to establish error message in the SP_transactionnofication to hold the document if project code used (as they can still manually type in) is not usable by them!

  • How to find out the Accounting document status for sales order

    Hi
    We have created the sales document by referring the billing document of contract no.Aftre that we have raised invoice for sales document. Now system is generated both invoice , accounting document and the value is appearing against the invoice document. However the status against the accounting document is showing as not cleared. I want to know where we could see this status in Table,
    Normally we can see the status in FPLT for contracts since its having the billing plan no. Suppose if the billing plan is not available like S.O , How to check the status in table?
    I have refered so many tables but not helping. Since i want to get the uncleared value of accouting document.
    Please help me.
    Regards
    Thenna

    Hi Thenna
    The accounting document status in the document flow is determined dynamically when you display the document flow,
    it's not saved in a specific table.
    Here is the relevant logic:
    LV05CF01 -> form BUCHHALTUNGSBELEG
    IF vbrk-vbeln <> vbfa_tab-vbeln.
       PERFORM vbrk_ermitteln USING vbfa_tab-vbeln.
       REFRESH xbkpf.
       CALL FUNCTION 'FI_DOCUMENT_READ'
        LOOP AT xbseg WHERE bukrs EQ xbkpf-bukrs
                      AND   belnr EQ xbkpf-belnr
                      AND   gjahr EQ xbkpf-gjahr
                      AND   ( koart EQ 'D' OR koart EQ 'K' ).
        ENDLOOP.
                IF NOT sy-subrc IS INITIAL.
      SET STATUS TO 'No items are cleared'
                  l_xdoc_num-status = 'A'. <<<
                ELSE.
                  LOOP AT xbseg WHERE augbl IS initial
                                AND   umskz NE 'A'
                                AND   vorgn NE 'AZUM'
                                AND   ( koart EQ 'D' OR koart EQ 'K' ).
                  ENDLOOP.
                  IF NOT sy-subrc IS INITIAL.
      Set status to 'All items are cleared'
                    l_xdoc_num-status = 'C'. <<<
                  ENDIF.
                ENDIF.
    Regards,
    Alex

  • Service entry sheet reversal document (Status: Error in process) List repor

    Hi,
    I have a requirement, to have or develop report which gives service entry sheet reversal documents (Status: Error in process),
    while investigation i found below options (not exactly meeting my requirement)
    1) Display and Process Confirmations Centrally >Document Category>reverse documents
    which giving all reversed document list (need only error list) and it is giving only my puchasign group list (need all purchasing group list)
    2) I can execute PPB_PD with BUS2203>status>I1019
    is there any way/possible option that i can execute a report of reversal service entry sheets which ststus :error in process"
    Thanks,
    Jai

    Hi Christian,
    Thanks for your reply.
    But this is what has happened. No the SES was not deleted in ECC before the confirmation was deleted in SRM. Our users don't have access to ECC T-codes.
    Also I have checked the time at which the cancellation was created and everything is in sync.
    How can i change the status of SES from 'Error in process' to 'posted in backend'?
    Please advise
    Thanks

  • Plant wise authorization

    Hi,
    My client is asking that , we want plant wise authorization in sales order level (va01), how we will do for this and what are the settings needed. please any one knows tell me.
    Thanks,
    Anand.k
    Edited by: Anand2mnp on Mar 3, 2011 9:21 AM

    Hi,
    With the help of Abaper you can create a Z authorization object with field of WERKS and activity 01,02,03 ie create,change,Display.
    The authorization object has to be called during the Save user exit during Sales order Processing. In standard SAP we have the authorization object     M_MATE_WRK.
    Either u can call tha authorization object in the exit or copy the object znd create your own authorization object.
    MV45AFZZ - USEREXIT_SAVE_DOCUMENT

  • Function Module/BAPI for updating Document Status.

    Hi Experts,
    Is there any Function Module/BAPI available for updating the document status ?
    Thank You,
    Radhika.

    unresolved!

  • Email notification when Document status changes in Solution Manager

    Hi,
    Is there a way to send email notification to certain people if the document status changes in Solution Manager?
    For example: A notification email should be send to business user when development is complete.
    When development is complete, document is set with status 'Build complete'. As soon as this status is set, we want to notify business user to test the object. Similarly on other document statuses as well.
    Thanks in advance.

    Hi Vikky
    Check out doco 'How to: Automatic email notification' on service.sap.com.
    SAP Support Infrastructure > SAP Solution Manager > Information for VARs ASPs and AHPs > Setup Documents (SP15+)
    Thanks
    Daniel

  • Section Wise Authorization for automatic payment (F110)

    Hi SAP Gurus,
    Our client wants Section Wise authorization on Automatic Payment (F110). That is User A is authorized to make payments for the vendors which have open line items which has section XX. While User B is authorized to make payments for that particular vendors which have open line items which has section YY.
    While execution F110 by User A, system will make payment for all those open items which has section XX. But, when User B is executing F110, system will make payment for all those open items which has section YY.
    Please guide, how to achieve the results.
    Points will be awarded
    Regards
    Rajesh Gupta

    While executing F110, you can choose BSEG-SECCO in 'Field Name' field in 'Free Selection' tab and enter particular values for this field in Values field, i.e. XX or YY.  That way, you can segregate payments.  As far as authorization issue goes, check with your security consultant if particular users can be given authorization for F110 transactions for particular values of BSEG-SECCO field; I am sure this can be done in user authorization profile by the Security Team.

  • Document status indicator in KMC

    We have implemented KM and standard functionality of document status
    viz to be approved, approved etc is available.Also when the document is
    available we are able to view respective s/w logo
    Our requirement is
    1) If a document is sent for approval, can we put some symbols/images
    preceding that document ?
    2) Once the document is approved, a new symbol is preceded to that
    document.
    Our Aim to differentiate documents which are to be approved and which
    are approved with usage of visual symbols.
    Please guide us on this so that it can be achieved in standard SAP
    Regards,
    Deepak Kori

    Dear Deepak,
    This is possible to achive only if you additionally code for approval workflow.
    Regards,
    Shiva

  • Document Status in overall status of delivery note?

    who can tell me the usage of field 'Document Status' in overall status of delivery note?
    I have read the F1 help but can't understand.
    tks in advance.

    Hi,
    Can you tell me where you are seeing, because in my system its showing only the following -
         Not Relevant
    A     Not yet processed
    B     Partially processed
    C     Completely processed

Maybe you are looking for

  • I would like to disable or remove the private browsing feature permanently, and set up a password to disallow it to be added back onto the program

    This feature was not on the older versions of firefox, if it is not possible to remove it - is it possible to revert back to the older versions without disrupting browsing capabilities? This is a severe problem that needs to be resolved by your progr

  • A question about UDA and Data-Forms

    Hi all, I have a couple of questions about UDA. I am using Hyperion Planning 11.1.1.3m, and when I desing a Data-Form I would need to use the UDA I asigned for the Entity dimension: is that posiible? The other question is, when creating a Substiution

  • What now?

    Talk about my luck... I decided to reinstall my my PC with X64 to see what gains the extra gig could give me in gaming performance. All is well, I download FireFox, then AVG, and restarted all in good order. Then I download ATI drivers and on the res

  • Imessage in ICloud and Mac OS  10.8?

    Hi. I dont get my I message working via iCloud id? I just got Mac OS 10.8 and iMessage but I dont get it to work with ICloud id. The symptom is that when I try to logg in to my Apple Id it get stuck with nothing that happens. No respond at all. Not a

  • Date InfoObject

    Hi everyone, I'm new to this forum. I want to have a sales report which will display every individual product week wise. Can you tell me whether I should go for Character InfoObject or Key Figure InfoObject please. Thanks Ahmed