Status-dependent Acitivies: C_DRAW_TCS vs C_DRAW_TCD

Hello,
I would like to achive the following system behaviour in transaction CV02N:
We are using a document status. Depending on the status it should be possible for the user to display the originals or not. From the SAP help files I thought that authorization object C_DRAW_TCS allows me to do that. If fact, the system always requests a C_DRAW_TCD (status-independent) authorization.
Could anyone explain to me how to use C_DRAW_TCS, please?
Thanks a lot
Marcus.

Hi Marcus
Suppose there are three status Create(CR) ,checked (CD) , Released (RE).for Document Type DRW
Consider user US1, US2, US3.
If you want US1 to  create document in CR status Assign him C_DRAW_TCS with Activity 01 Create
and status CR.So he will be able to log in CR status and can only create DIR for Dco.Type DRW
So US1 Creates Document.
US2 checks the document but he will not allowed to change Document So Authorization object C_DRAW_TCS with Activity 03 Display and status CR.
US3 will Release the DIR So he will have Display as well as Change right for DWD and Authorization Object will be C_DRAW_TCS with Activity 02 & 03 Create and status CD.He can release the document.
The status value tell that he can log into that status only.Please get back if any more query.
With Regards
Mangesh Pande

Similar Messages

  • Approval preview showing diferent status depending on transaction used.

    Dear Gurus,
    -SRM4.0
    -N step approval BADI implemented ( up to three levels)
    We are facing next issue:
    To reproduce the error: Create a SC that requires three levels of approving. Next approver level 1 completes the SC. SC goes to approveru2019s level 2 inbox. Approver level 2 is out of office and outlook mails back automatically as u201C I am out of officeu201D.
    -By cheking swi6 SC shows the correct status: approved by approver level 1 and awaiting approval of the other 2 ones.
    -By checking SC via u201C check status>Approval previewu201D:  SC shows the correct status: approved by approver level 1 and awaiting approval of the other 2 ones.
    -By checking SC via u201C Monitoring SC> Approval preview: SC shows the SC as approved by approver level 2.
    Any ideas about why approval preview differs depending on the tx used?
    Thanks and Regards,
    Abraham

    Issue due to ITS. Using ITS external instead of Internal one.

  • Set a User Status depending on System Status

    Hi,
    I would like to activate a user status of the sales document depending on the Rejection Status.
    Do you know how this could be done?
    Thanks
    Edited by: mforman on Feb 25, 2011 11:54 AM

    I've created a Status Profile with the Object Types: Sales Order header and Sales Order item.
    But I don't know which Business Transaction I should allow/set in order to get this status set once a rejection reason is assigned to an item.
    Any suggestion? Or workaround?
    Thanks

  • Change the Status depending on the value selected in Sales stage

    I want to change the status in opportunity, depending upon what is entered in sales stage.
    I tried to find an appropriate BADI for the same purpose, but couldn't figure out any.
    I was thinking of changing the method do_prepare_output and including the code to get the value of sales stage and set the status. Is this feasible?

    Alternatively, you can enhance the SET method of the sales status and add the logic for status update as well.
    Regards, Kathirvel

  • S.M.A.R.T. status depends on program?

    Hi,
    The last couple of days I've had problems with my Macbook Pro (OS X 10.6), which seems to be a harddisk (Toshiba MK3255GSXF Media) related problem.
    When I run Disk Utility (Programs -> Utilities -> Disk Utility) it says that there is a hardware issue and that "S.M.A.R.T.-status: failing" - I've read numerous topics online, and I have now tried both Drive Genius and Disk Warrior.
    Now Drive Genius says: "S.M.A.R.T verified" which I thought was a good thing - but Disk Utility still says that there is a problem with the S.M.A.R.T status.
    So now I'm kind of confused - which program is lying and what can I do about it?
    *Edit* After checking again, Disk Warrior now says:
    "This hard drive's built-in S.M.A.R.T. diagnostics indicate a failure of pending failure that could result in loss of data" - However, I'm not aware of if it's just relying on information from Disk Utility or some information it get itself - it's still confusing having different programs saying different thing on the same topic!

    EDS513 wrote:
    Any suggestions?
    (1) I have trouble following you. Try to explain your problem in a more orderly fashion.
    (2) Are you sure your problem is the same as the OP's, in a 2-months-old thread?
    (3) If you're talking about the SMART status of an external drive, you need to be aware that that feature is not supported by Mac OS X.

  • How to control field status depending on input parameter to screen?

    Hi,
    I'm sure I met the solution somewhere, but can't find it. Here is the situation:
    I have Screen sequence - my scr.100 calls 110 (detailed screen). I would like to achieve creation or modification of a detailed item depending on an input parameter (ok_code), which I know how, but whould also like to set some fields for input/output or for output only depending on the same parameter.
    Could anyone help me with piece of code or describing what should I do to achieve this (in an example of 1 field)?
    Possible variant is to create another screen - for modify mode, which is not so elegant for me, and yes, I know how to do that.
    Many thanks in advance.
    Ivaylo Mutafchiev

    Try this.....
    LOOP at Screen.
    if screen-name = 'YOURFIELD'.
    screen-input = '0'.
    modify screen.
    endif.
    endloop.
    Regards,
    Rich Heilman

  • Changing system status depending on user status

    Hello All,
    What I need to do is, when the user sets the user status to, let's say, "Finished", I have to detect it and change the system status to "Concluded".
    Does anybody have any idea about how could I manage this situation?
    Thanks in advance.

    If you set the system status from within the transaction online, the solution by Richard is indeed correct. However, if you change a user stauts using an action, you have to perform two actions: set the user status (FM CRM_STATUS_CHANGE_EXTERN) and set the system status (FM CRM_STATUS_CHANGE_INTERN) as well.
    In this case, you also must check if you have to set this status only on header level, or also on item level, but a good developer can help you out on this one.
    Hope this helps you.

  • 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

  • Creating a Status column (IF statement/calculated column)

    I'm developing list for managing a project with 11 columns each representing a project milestone.
    We'll call them A,B,C...K.
    "A" representing a status of "Project Started" and K representing "Project Complete" with various statuses in between.
    When a milestone has been reached, the date is input into the appropriate column. So when the project is complete, there will be dates in all columns A-K
    I wish to incorporate a new column that indicates the current status depending on if columns A-K have been filled in.
    So if all columns are blank, a status of "Awaiting start" is indicated.
    If column A is filled in with a date, a status of "A" is indicated.
    If columns A and column B are filled in then a status of "B" is indicated.
    If columns A, B and C are filled in then a status of "C" is indicated. * * If all the columns are filled in with dates, a status of "K" is indicated.
    Any ideas? Some form of If statement in a calculated Status column?

    Hello,
    You can use nested if statement something like below.
    For example, I have one column named as 'Score' and the requirement is to perform quartile breakup based on score so for that I can use below calculated formula in my calculated column.
    =IF(INT(Score)>85,"85 Above"
     ,IF(AND(85>=INT(Score),INT(Score)>=80),"85-80"
     ,IF(AND(79>=INT(Score),INT(Score)>=75),"79-75"
     ,IF(INT(Score)<75,"Below 75","0"))))
    Have below links for more details.
    Calculated Field Formulas
    Examples of common formulas
    Thanks. Please mark it as an answer if it helped.

  • Change message status after release purchase order

    Hi,
    I'm a newbie in MM...
    When a purchase order is created, the message status is not processed (yellow light) until the purchase order is released. Then the message is printed and the status changes to green light.
    As far as I see, I can't find in the spro where is this customizing set or if there is a user-exit or badi for changing the message status depending on the release indicator.
    Thanks in advance!
    Jen

    Hi Jen,
    Complete the condition record, for example, like this:
    - Transaction: MN04
    - Output Type: NEU
    - Choose third option: Purchasing Output Determination Document Type
    - Document Type: NB
    - Function: VN (Vendor)
    - Medium: 1 (Print output)
    - Date/Time: 4 (Send immediately (when saving the application))
    Select the line and press button "Communication". Complete the output device and mark the option "Print immediately"
    So, when the PO is created the system generates the message with yellow status. Then, when the PO is released, the message status will be green
    Regards,
    Fernando

  • Sales order status to show as Complete only after PGI

    Hello
    I have one requirement. Now currently in sales order status of the order is showing complete once the item being delivered.
    But our requirement is that, the status of the order should be shown complete only when PGI is done not after delivery.
    I would like to know if any exit or any other program will help us in finding this solution
    Thanks in advance
    Naveen

    Dear Naveen,
    Sales order status depend on Item Category completion rule, please check on VOV7 for your sales order item category. In standard SAP, below rule can we define with item category:
    Not relevant for completion
    A
    Item is completed with the first reference
    B
    Item is completed after full quantity has been referenced
    C
    Item is completed after the target qty is fully referenced
    D
    Item is referenced via contract release
    E
    Item is completed after full target value is referenced
    Hope it will helpful for you.
    Regards,
    Shatrughan Singh

  • Differences in shopping cart status

    Hi,
    There is a difference coming in shoppin cart status depending on how one is accept's changes of rejected of SC, like if you log on the portal and accept the changes, the description reads rejected, which is correct but if you accpet the changes using e-mail sent, it description is ordered!!!, what  is wrong ??
    Thanks

    Hi,
    This is a standard functionlity in SRM 5.0.
    while for others it is visible .,Please check they might have hide it.
    ask you ABAP person to debug
    Regards
    G.Ganesh Kumar

  • Initial Set Status of Kanban board

    Hi all,
    I want to ask a question. I am using classic kanban processing with Purchase Order replenishment strategy. I am new to kanban. I just want to ask how I can set initial status of kanban container in first time SAP is go live. Like in inventory, we have good movement type for initial stock (561). Suppose I have 5 kanban container. 3 of them have status full and two of them have status empty. The question is how i can set status full for 3 kanban container for the first time setup because I found that in first time status setup of 5 kanban container is waiting. 
    Thanks for your response.

    thank you for your answer.
    i know how to set default on client-level. what i would like to do (maybe with a user exit) is to set the header status depending e.g. on plant.
    matthias

  • Status scheme quality info record

    Hi,
    I've a question regarding the status scheme in the quality info record. Is it possible to have this for information purposes only? I'd like to use this to send to LIMS. In LIMS sampling depends on the current status. The status must not change automatically based on the number of goods receipts or ud's, but i want to maintain it manually.
    Thanks.
    Regards,
    Maarten

    Why can't you use "user status - Autherization object" in this case?
    Example
    Send user status information to LIMS and map it with LIMS sampling.
    The authorization key is the basis for status-dependent authorization verification.
    Whenever a user status is set or deleted, the user's authorization to do so is checked. The status profile, the object type and the authorization key for the user status concerned are checked.
    If, for example, you want to ensure that certain user statuses can be changed only by people in a particular group, you assign all those user statuses an authorization key.
    Then use authorization object B_USERSTAT to give authorizations for those authorization keys.

  • Creating dependent jobs

    Hi,
    I have to create a job which is dependent on the completion of other job. I checked in transaction SM36 -> Start Condition -> After Job. But I have a check box with description "Start Status dependent" in it. Please let me know what is the purpose of this check box and what will be the impact if we dont check this.
    Regards,
    Senthil G.

    Hi senthil,
    1.Start Status dependent (If Ticked)
    2. It means = If the 1st job is SUCCESSFUL,
       only then this 2nd dependent job should start.
    regards,
    amit m.

Maybe you are looking for

  • NEEDING HELP URGENT WITH ADOBE GAMECENTER 64 bit ANE

    Please guys, i'm needing ao much help with this ane... I'm using adobe flash CS6 with the last update. My problem is when i try to build ipa with gamecenter 64bit ane and productstore 64 bit ane delivered from adobe. I always get libgamecenter.a and

  • Avoiding borderless printing cropping both directions

    Since day one, I've been having problems printing exactly what I want to print when I print borderless. The following image shows the full photograph and, within the lighter rectangle, what came out when I printed it from Lightroom in borderless mode

  • Upgrade from Panther - pre-upgrade questions

    Hello all! I want to upgrade my iBook OS 10.3.9 to either Tiger or Leopard (I have install disks for both) and have a few questions. 1-I have read of many install problems with Leopard, should I upgrade to Tiger instead for ease? 2-besides backing up

  • Why are the video player change size when resizing the window a little?

    When I use the video player to show mp4 files, the "player window" changes size if I change the firefox window. Why and how do I do to get the correct size direct (640x480)

  • Garageband flakey after install of Leopard

    After I upgraded to Leopard I noticed that Garageband has started acting up. The tracks from previous sessions are now in reverse order and when I try to correct them the screen will "jumble" up and combine all tracks onto one time line. Its really w