Document status values

Hello!
I am on solar02 transaction and pulling out IMG objects for configuration. After configuring I am documenting the config in the  by pulling object-document . The default status values for this in "processing status"column are - open, in process, finished and not relevant". How do I add more status values to this drop down menu?
Thanks.
Mark

Hi Mark,
you need to create 2 status schemes.
Goto SPRO > SAP Solution Manager Implementation Guide > SAP Solution Manager > Advanced Configuration > Scenario-Specific Settings > Implementation > Document Management > Status for Documents > Define Document Status Schemes
Do these steps for a blueprint schema and config schema
1. Click yes to the Cross-Client popup
2. Click the New Entries button
3. Name you status Schema
4. Click Save
5. Highlight the new schema
6. Click the status value folder on the left
7. Click the New Entries button
8. Add you values in the order you wish, initial status, min, max, ect..
9. Click save
Go to SOLAR_PROJECT_ADMIN
Open your project
Click the Project Standards tab
Click the Documentation Types tab
Click the Project Template button (bottom right)
Find you documentation types for Blueprint and Configuration in the right hand box
Go to the last column for those documentation types (you'll need to scroll)
Select the newly created schema
Click the save button
Dont forget to assign point
Regards
Kenny

Similar Messages

  • How can I retrieve the document line status value from UI

    Hi,
    Right now I need to do some check with the each document line status in UI, but it seems it doesn't exist in the the matrix. When I try to use code like this:
    oEditText = (SAPbouiCOM.EditText)oMatrix.Columns.Item("LineStatus").Cells.Item(i).Specific;
    It gives me Invalit Column error, I guess the line status field does not exist in the matrix. Do I have to use DI or SQL query to retrieve the like status value?
    Thanks,
    Lan

    If the document is open on the screen, you can of course get line status from the UI.
    It is column 40:
    oEditText = (SAPbouiCOM.EditText)oMatrix.Columns.Item("40").Cells.Item(i).Specific;

  • No value in Document Status (BSTAT) column in 0FI_AP_4 DataSource

    Hi everyone,
    I performed a check on my DataSource <b>0FI_AP_4</b> using the Extractor Checker (T-Code: <b>RSA3</b>) in SAP R/3. Unfortunately, the value for <b>Document Status (BSTAT)</b> column is null for all records.
    Can someone explain how is this possible and what can I do about it? I need it to differentiate between pending and completed documents for my report in SAP BW.
    Thanks!

    Dear Fulham,
    The issues with this could be the transaction is not configured to populate this value. Try checking out for the accounting document in BKPF table. The various possible values for BSTAT is below. and I dont think this will give you a open/ close status of the document.
         Normal document
    A     Clearing document
    B     Reset clearing document
    D     Recurring entry document
    M     Sample document
    S     Noted items
    V     Parked document
    W     Parked document with change of document ID
    Z     Parked document which was deleted
    In stead of this field try using the field
    STATUSPS     Status of FI Item to get the open/Close status of the document. The below are the possible values for the STATUSPS. IF you want to consolidate at the document level you can rather do that on BW side. by checking if even a single item is OPEN you can show the whole accounting document number is OPEN. Hope this helps you in solving the issues.
    O     Open item
    C     Cleared item
    D     Deleted item
    Regards,
    Phaneendra Varma M.

  • 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

  • Doc. Status value in SAP R/3 is not available

    Hi experts,
    I tried to extract Document Status (BSTAT) field from SAP R/3. The table is BKPF and whenever I tried to view the content of this table through
    SE11 > Database Table: BKPF > Display > Contents > Execute
    I am able to see some rows with BSTAT value in it.
    However, when I performed Extraction Checker
    RSA3 > DataSource: 0FI_AP_4 > Extraction > Display List
    I could not found any value in BSTAT field.
    Can someone tell me what is happening?
    Thanks!

    Hi Harleen,
    Please check Note  SAP Note Number: 1331571 : IDoc adapter: Value STDMES is ignored
    Regards,
    Vikrant

  • 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?

  • WebDMS-Unable to view document status

    Hi,
    while creating new document in webdms no entries are visible under document status.
    while changing the document in webdms but created in DMS all the values in document status are visible.
    could anyone tell whether any setting is missing?
    Thank You,
    Manoj

    Hi Niranjan,
    Component Version is SAP ECC 6.0.
    Customizing is ok, the only problem is that when I am creating document directly in webDMS, no statuses are visible, but if am creating document in ECC and then changing in webDMS all the statuses are visible.
    one more thing..the link which we are using here to access webDMS in clients network, can the same be used through external network apart from clients network to access webDMS?
    Thank You,
    Manoj

  • Send e-mail after change document status solar02

    Hi...
    How is possible to send an e-mail for someone or a group, when a especific document status is changed to a new value?
    Thanks in advance,
    Warlei Figueiredo

    Hi Federico,
    Thanks for your tip about how to send an email. So, I am trying to send email in my scenario and I don't know if I am choosing the correct type status. I have two questions:
    1 - In SE16 transaction, into table TJ30 I dont know what transaction type to select?
    2 - Is necessary choose "Depend Partner"? I don't know what kind "Depend Partner" is possible to choose.
    Reminder, my necessity is to send an email to someone (doesn't matter in this moment, could be an especific user your choose) after an specific document into solar02 changed status from "A" to "B".
    Thank you if possible to help me.

  • Authorisation to change document status

    Hello,
    I want to implement a document workflow. A certain user group (asigned to a certain authorisation) is allowed to change the status of a document to "in progress" (this is our own status value). Another group is allowed to assign the status "RELEASED". Is there any authorisation object or standard role that I can use to set up this process?
    Thanks for your answers.
    Best regards,
    Frank

    Hi Frank,
    Please chekc my Blog:
    Solman - Set Up Automatic Confirmation / Changing User Status of Messages using report: AI_SDK_SP_AUTO_CLOSE or AI_SDK_SP_AUTO_CLOSE_2
    Solman - Set Up Automatic Confirmation / Changing User Status of Messages using report: AI_SDK_SP_AUTO_CLOSE_2
    in case of charn:
    1459839:   CRM_SOCM_SERVICE_REPORT: no update on CRMD_ORDER  worklist
    Utility to Change the Status of Solution Manager Change Request Documents
    You can use program CRM_SOCM_SERVICE_REPORT to manually set the next status for a Change Document or Change Request in CHaRM, assuming you have documents that are in an inconsistent state and you cannot change them.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c049fc67-e131-2e10-c991-de6fdee9186b?QuickLink=index&overridelayout=true
    Also this pdf file saved in CHARM folder of my Home share
    Thanks
    regards,
    Vikram

  • Signature Schemas/Status values with Signature schemas need to be locked?

    I am tying to assign a signature schema to multiple values in a single status schema.  If I assign a signature schema to a status it automaticaly locks the document into that status so that no further changes to status can be made.  I need to have a signature schema  assigned to mutliple status values in the same status schema so I cant have A approved be locked because I still need the document to be B approved as well. 
    Does anyone know how I can adjust the setting so the status values with sig. schemas attached will not automatically be locked.
    Status Schema:
    Not Started
    A Approved  X signature schema
    B Approved  y signature schema

    Hello James,
    this is not possible. As I do not quite understand why you want to set up your status schema like that, it is difficult to propose another solution.
    If you want to stay with the schema you have mentioned, you will have to unlock a document which has been approved by A on the attribute dialog and set the new status "B Approved" there. But this means that the person who is doing that has to sign the document as first signee of the second signature process.
    Best regards
      Jürgen

  • Status Values for Test Management

    Has anyone else encountered odd behaviour when maintaining test status values?
    For example, in the IMG (STWB_SET Transaction) the table that holds the status values has 10 entries, however the drop down that the end user accesses only has 6.
    Another thing I noticed is that when you add / change / delete test status values, a drop down entry TEST_ERROR appears when selecting the status.
    Has anyone else noticed this? Do you have a solution?

    It's all here, it just needs to be put together.
    SP10 IMG path
    1. Go to SAP Solution Manager > Scenario specific settings >Implementation > Optional activities > Document Management > Status for Documents > <b>Define Document Status Schemes</b>
    2. Click New Entries and add a new schema
    3. Highlight the new schemas and click on the Status Values folder
    4. Add the new values
    5. Go to Project Administation > Project Standards tab > Documentation Types Tab > Click Project Template button.
    6. In the last column of each Document Type select the proper status schema that you created.
    regards,
    Jason

  • Workflow status column is not showing the internal status values (Inprogress, Started, Suspended, Completed)

    I've created SPD 2013 workflow and deployed them onto that document library, This workflow execute on item update event. When updating library item, workflow triggered and completed successfully but workflow status column is not
    showing the Internal Status values rather it is showing the Stage information. I've unchecked the "Automatically update stage name on workflow status" and republished the workflow. After that, it is still showing the stage information. Any help
    is really appreciated.

    Hi Venkadesh,
    It is by design that 2013 workflow will show stage name in the workflow status column when
    Automatically update the workflow status to the current stage name is checked.
    And the workflow status column will be blank when Automatically update the workflow status to the current stage name is unchecked.
    For existing workflows, the workflow status will still exists with the previous values after unchecking Automatically update the workflow status to the current stage name.
    We can use Set Workflow Status action to update the workflow status value based on our needs.
    Best regards,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • 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

  • Add new status values to "documentation tab" in solar02

    HI,
    I want to add new status values for the documentation tab in solar02.
    can anyone tell me the process for the same?
    thanks,
    basis admin

    Hi,
    If you're reffering to the documents status you can define custom ones at:
    Transaction SPRO
      button "SAP Reference IMG"
        Navigate through:
    -SAP Solution Manager Implementation Guide
      -SAP Solution Manager
        -Cross-Scenario Settings
          -Document Management
            -Status for Documents
    options:
    *Define Status Values for Documents
    *Assign Status Values for Read Authorization
    *Define Document Status Schemes
    *Assign Status Scheme to Documentation Type
    Please read these Steps and you'll be able to configure these status.
    Kind regards,
    Fabricius

  • Transaction BDA5 - Document Status

    Hi All ,
    We use BDA5 transaction to transfer the Document Info Record from one client to another .
    Though we have many status in the document only one status is there in IDOC .
    Can anyone suggest us how all the statuses can be sent to IDoc ...
    Kindly suggest me with some example .

    Hi Durai,
    I agree there is a possibility to see the Document Info Record's (DIR) status log -> that means what status'es the DIR went through.
    However the DIR can have only one current status.
    You can see the current status in the document data tab (Field Document Status).
    You might have noticed that it is a single value.
    So when you are sending an IDOC only the current status is sent.
    Hope this answers your question.
    Reward points if it does.
    Rgds,
    Prashanth.
    SAP.

Maybe you are looking for

  • Unable to Edit Imported Jpeg files.

    I'm currently using iPhoto 9.6 and OS 10.10.   I have created jpg stills from .mov projects using QT Pro and imported them successfully into a previous version of iPhoto where I was able to crop them and make rudimentary color and exposure adjustment

  • Map issue using the old/default std

    Please, help with the following simple compilation // print_routines.cpp #include <map> #include <string> int main() std::map<const std::string, bool> fred; return 0; -bash-3.00$ CC print_routines.cpp "/opt/SUNWspro/prod/include/CC/Cstd/./map", line

  • Why can't I install IOS x Lion on Mac RAID?

    I have a Mac Pro, OSX 10.6.8. Four hard drives 6TB in total. 3TB Start Up RAID striped, 3 TB backup Time Machine. I want to install Lion but get the message an error has occured. Any advice please?

  • MSI & Microsoft Seminar in Taiwan

    MSI GT60 Mobile Workstation for professional graphic designers!

  • IE8 Security Warning in WebUI

    Hi, when testing our WebUI on IE8 we get a security warning 'Do You want to view only the webpage content that was delivered securely?' before the page is displayed. When pressing 'Yes' the header area of the web ui is not displayed ('This page canno