How to set up approval process for test case in SAP solution manager?

Hi Experts,
We need to setup a 2 level approval process for test case documents in SAP Solution Manager.
e.g. If test case document is uploaded for transaction "MM01" then first it will go to Reviewer1. Once Reviewer1 approves it , should go to Reviewer2.
Adn finally once reviewer2 approves it , it will be complete.
What are the required configurations and steps for approval process setup? It will be helpful if screenshots and detailed steps are provided.
Thanks.
regards,
Sanjana

Hi,
the above requirement we are going develop add on.below code is there. in this code how we can set for line level amount instead of document total amount
Private Function GetCondition(ByVal sCondition As String) As ApprovalTemplateConditionTypeEnum
        Try
            Select Case sCondition
                Case "Deviation from Credit Limit"
                    Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromCreditLine)
                Case "Deviation from Commitment"
                    Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromObligo)
                Case "Gross Profit %"
                    Return (ApprovalTemplateConditionTypeEnum.atctGrossProfitPercent)
                Case "Discount %"
                    Return (ApprovalTemplateConditionTypeEnum.atctDiscountPercent)
                Case "Deviation from Budget"
                    Return (ApprovalTemplateConditionTypeEnum.atctDeviationFromBudget)
                Case "Total Document"
                    Return (ApprovalTemplateConditionTypeEnum.atctTotalDocument)
            End Select
        Catch ex As Exception
            MsgBox(ex.Message())
        End Try
    End Function
Please guide me.
Regds,
Samapth Kumar.

Similar Messages

  • Authorization check For Test plan in SAP Solution Manager test management

    Hi experts,
    I need to allow only selected user to view their test package and the list of transaction so i need to have a authorization check by using enhancement i got struck since i am not able to find any badi for this ..kindly looking back your suggestion

    Hi Namrata,
    Yes, you can create project structure before using solar01 tcode. later once your test cases (either manual or automatic) are ready then you can upload them using solar02 on test cases tab,
    refer Link Test Case to Transactions/Reports - Configuration - SAP Library
    Assignments - SAP Solution Manager - SAP Library
    Thanks
    Jansi

  • Upload of Test Cases in SAP Solution Manager.

    Hello,
    I am trying to create a project and its component in SAP Solution Manager with 12 Test Plans. The Test Plans have different number of test cases. I do not have the Test cases now, but I shall have them in future. I currently have the following data.
    Test Plan ID
    Module
    Business Process
    Business Area
    Sub Business Area
    Test Case Description
    Test Case Details
    Transaction Codes
    Priority of Test Cases
    Can I create a structure of a project in the development system in which I have 12 Test Plans and n number of Test Cases under every Test Plan? The structure would have place holder for each test case in which I can upload the Test Cases later. Is that possible?
    Regards,
    Namrata.

    Hi Namrata,
    Yes, you can create project structure before using solar01 tcode. later once your test cases (either manual or automatic) are ready then you can upload them using solar02 on test cases tab,
    refer Link Test Case to Transactions/Reports - Configuration - SAP Library
    Assignments - SAP Solution Manager - SAP Library
    Thanks
    Jansi

  • License for Java stack in SAP Solution Manager

    Hello!
    I installed SAP Solution Manager (ABAP+Java), have ordered the SAP License and applied the license for ABAP part (Tcode: slicense).
    Do I also need to update/license the Java Part of my system in Visual Administration?
    (Server 0 0_30826 .. --> Licensing Adapter --> choose Tab "Installed Licenses")
    Thank you very much!
    regards
    Thom

    Extract from OSS note 953302
    In a double-stack installation, only the license keys in WebAS ABAP is relevant. You do not require a license key for WebAS Java for a double-stack installation.
    If a license key was installed in WebAS Java, it does not have an effect on the function of the system. You can ignore warnings about expired or soon to expire license keys in WebAS Java.

  • Archiving/Deleting Test Messages in SAP Solution manager

    Hi,
    We have configured Service Desk in our solution manager 7.0 with EHP1 system.
    We have created test messages to test the configuration.
    We need to delete these test messages which are appearing in T Code CRM_DNO_MONITOR.
    We run the report "CRM_ORDER_DELETE" but the output is
    Deletion of CRM Documents
    The following document could not be deleted:                 8000000259
    Not possible to delete, a reference exists to a subsequent document
    Number of documents deleted:                                          0
    Number of documents not deleted:                                      1
    So
    We have followed the "Note 1329247 - Archiving Solution Manager Service Desk messages".
    1)
    a)Call transaction DNOTIFWL and set the deletion flag for the Service Desk message. The deletion flag corresponds to the system status I1076 (deletion flag).
    b) Execute the report Z_DELETE_BASIC_NOTIFICATIONS
    The above step we have executed successfully.
    2)
    In CRM
    You cannot delete a service process in CRM. The service process must be archived.
    Call transaction SARA and select the archiving object CRM_SERORD. Archiving involves three steps:
    a) Initial run     Report CRM_ARC_SERORD_CHECK
    b) Write run       Report CRM_ARC_SERORD_SAVE
    c) Delete run     Report CRM_ARC_SERORD_DELETE
    in SARA T Code we have typed  archiving object CRM_SERORD.
    After this what to do??? How to proceed further.
    Can any body suggest us the step by step procedure to archive these test messages.
    Regards,
    Raj

    > In CRM
    > You cannot delete a service process in CRM. The service process must be archived.
    > Call transaction SARA and select the archiving object CRM_SERORD. Archiving involves three steps:
    > a) Initial run     Report CRM_ARC_SERORD_CHECK
    > b) Write run       Report CRM_ARC_SERORD_SAVE
    > c) Delete run     Report CRM_ARC_SERORD_DELETE
    >
    > in SARA T Code we have typed  archiving object CRM_SERORD.
    > After this what to do??? How to proceed further.
    You need to schedule a BGD job to execute this. You can do this from the SARA screen itself, clicking on the 'Job' button. Please refer:
    http://help.sap.com/saphelp_crm50/helpdata/en/e6/c66f3b6c980c3be10000000a11402f/content.htm
    Rajeev

  • Automating uploading of test case through SOLAR02 - Solution Manager

    Hi
    Currently our client is uploading hundreds of test cases into SOLUTION MANAGER manually, they have lots of test cases to be uploaded, and doing it manual is a tedious process.
    Client is requesting us to develop a program which will automate the feature of uploading the test cases into SOLUTION MANAGER.
    Detailed requirements :
    Client needs a Program to be developed in such a that, client will provide 'Project name', 'Business Scenarios' and the 'Business Process'. Also provides the folder on the desktop system with the test case file.
    Once user make this selection it(program to be developed) should upload the test document (XLS File) will be saved under a particular folder and also the manual steps maintained in the test case get uploaded.
    To meet the above requirement we are in process of debugging (tcode: SOLAR02) to check if there is any function modules or BAPI to upload the test documents and the respective test cased to develop this program, but we could not make any progress.
    Any help in this regard is highly appreciated.
    Many Many Thanks in advacne.
    Ramesh.

    Hello,
    we had this need a year ago and got the answer that it's not possible to upload several documents at one time automaticly.
    There should be a SAP partner offering a solution for it, but he could only offer it for a totaly new Solution Manager environment and not for a database which has already content in it.
    Sorry, we would also be happy to have an automated solution.
    Sonja

  • Setting up Approval Process for Purchase Requsition and PO in SAP

    We are using SAP R/3 V 3.6, Doesn't have the work flow for PR or PO approval. PR is being done in SAP to process PO and approval request is being done seperatly though email system (outlook), which doesn't seem an efficient process rather it's a double work for people.....
    Can anybody advise if I want to set up the approval work flow for PR & PO what needs to be done, I know this can be done as I saw it in my other work places.......but not sure what it requires to set this up, any additional module or just configaration??
    Need a bit detail, how to proceed.........??
    Please advise..
    Thanks
    Maruf

    Create Classification for Workflow (Class Type 032):
    Class:            FRG_EBAN    Header release for P.req
    Characteristics:      WERKS     Plant
    GFWRT                          Total value of requisition for
    ESTKZ                           Creation indicator (purchase req)
    Class:          CEKKO2   Release Class for Outline Agreements
    Characteristics:     CEKKO-GNETW Total net order value
              CEKKO-BSART   Order type     
    Class:          FRG_EBAN2     
    Characteristics:     GFWRT     Total value of requisition for
    ESTKZ                          Creation indicator (purchase req)
    Class:          CEKKO   Release Purchasing Document
    Characteristics:     CEKKO-WERKS Plant
    CEKKO-GNETW                  Total net order value
    CEKKO-BSART                   Order type     
    Class:          CESSR   Release strategy for services
    Characteristics:     CESSR-LWERT Value of services
    CT01 u2013 Create Characteristic
    CL01 u2013 Create Class
    Once Classification and Characteristics have been set up need to do the following configuration:
    OMGQ - Release Strategy
    Grp     Strat     Description
    S1        R1       Release Level 1
    S1        R2       Release Level 2
    S1        R3       Release Level 3
    S1        R4       Release Level 4
    Double-click into each one
    example:  R1
    Fill out Values of Class FRG_EBAN2 - Object S1 R1
    Characteristics Description  / Value
        Total Value of requisition  / 0.01 - 2500.00 USD
        Creation Indicator (pur req) / work order
    Save and Transport u2026
    To actually Turn Workflow on involves sending an email to your Basis team with something like:
    Subject: Please Activate Workflow in Q40-101
    Please Activate Workflow in Q40-101
    Transaction SWU3, use password for RFC connection maintenance.
    Let me know how it goes.
    Nodes              SWU3                Automatic Workflow Customizing    
    Preceding node                         Utilities                         
    Preceding node                         SAP Business Workflow             
    Preceding node                         Development                       
    Preceding node                         ABAP Workbench                    
    Preceding node                         Tools                                                                               
    Nodes              SWU2                Workflow RFC monitor              
    Preceding node                         Utilities                         
    Preceding node                         SAP Business Workflow             
    Preceding node                         Development                       
    Preceding node                         ABAP Workbench                    
    Preceding node                         Tools  
    I hope this helps.......

  • How to find related SDCR details for each SLFN messages in Solution Manager

    Hi All,
    We have a requirement to display all SLFN Messages and its associated SDCR/SDMI/SDHF/SDAD messages in a basic list.
    Can anybody help me in identifying the related Function Modules / or table or structure where the relation is maintained for retriving related messages for display.
    the sample output is as ffollws
    Reference
         8000005001
    Created
         03.01.2008
    Reported by
         MFEGREDO
    Status
         In process
    Message Processor
         xxxxx
    Last Change
         05.01.2008 12:17:09
    Description
         Work Schedule Naming Conventions
         All work schedules less than 35hrs per week must have naming convention updated to start with P - Not F
         CR Required to change the naming conventions.
         SDCR 8000005002 – Authorized
             SDMI 8000005003 – Withdrawn - xxxxxxx
             or SDHF 8000005004 – In development – xxxxxxxx
             or SDAD 8000005005 – Withdrawn – xxxxxxxx
    Kindly suggest ASAP.
    Full points will be awarded for giving apt solution.
    Regards,
    kumar

    Hi,
    Thanks for the reply.
    we need a custom report which displays All SLFN and its associated SDCR/SDHF/SDMI/SDAD messages in a single page.
    CRM_DNO_MONITOR gives a messges in the form of a list. if we want to see the associated messages we have to double click on the message it open a separate window with the details. from there again we have to click on the Process Flow button to view the linked items or messages.
    we need everything related to a one SLFN message in one single window.
    Please suggest.
    Regards,
    Kumar

  • Setting up Approval Process in KM : SuperApprover

    Hello Friends,
    I have set up approval process for documents in KM.
    Step 1- A
    Step 2-B
    Step 3- C
    Now, I need to set up the process owner as SuperApprover, who if approves the document, the document will be published in any step.
    Can we achieve this? If so how?
    Thanks
    Avik

    Hi Avik
    Please assign service permission as approver administrator to the user.
    Regards
    Arun

  • SAP Solution Manager for SAP Business Suite On HANA

    Dear Experts,
    I have a small question regarding the available installation options for SAP Solution Manager for SOH.
    Is there other available database platforms for the installation of SAP Solution Manager than the SAP HANA Database ?
    Meaning that if we have a customer who has the license for SAP HANA Database, does he have other database options for installing the Solution Manager that are covered by the HANA license ?
    Kind Regards,
    Mohamed Awny

    Well if you can find the solution manager software for a DB other than HANA in service market then you can install.
    You can check this by checking the service market SAP Technology Components" ==> SAP SOLUTION MANAGER" ==> SAP SOLUTION MANAGER 7.1
    HANA is so fast why choose another DB?

  • Approval-process for publishing documents in Collaboration-Room

    Hi @ all,
    is it possible to use a approval-process for publishing documents form the private document store of a collaboration room to the public one? I it is, how I have to do it, I have no idea?!?
    Or is there a way to give specific users the right to publish a document.
    Thanks for your response!
    Best regards
    Kai

    Kai -
    I'm not sure about publishing from private to public.  However, you can set-up folders in the Collaboration rooms to enable State Management.  To do this, you'll need to use a system principal to alter the permissions on the specific Collaboration room document folder.
    Regards,
    Kyle

  • How to set up automatic payment for the purchase order

    Hi, All,
    I have one question how to set up automatically payment for the Rent Office purchase Order?
    There is the requirement from the client. They want to create one kind of purchase order for the Office Rent, then pay the fees in the certain time of every month to the vendor for the rent fees without any invoice. Whatu2019s the normal solution for this kind of purchase order? Is it ERS? Or something else?
    Please give me the details and business flow. Also please tell me how to setup in the SAP and T-code.
    Thanks in advance

    Either you can set up ERS or you can pay directly from the FI side.
    Prerequisites
    Evaluated receipt settlement must be flagged in the purchase order item.
    The vendor must be flagged as being subject to ERS in the vendor master record.
    The goods receipt must refer to a purchase order.
    Goods-receipt-based Invoice Verification must be defined for the purchase order item.
    A tax code must have been maintained in the purchase order item.
    The order price of the materials may not be an estimated price.
    If you flag a vendor as being subject to ERS, the system sets the ERS indicator as a default in each item when you create a purchase order for the vendor. You can prevent this happening for certain vendors by flagging the info record for the material and the vendor as not being subject to ERS.
    In Purchasing, you can delete the default ERS indicator in a purchase order item.
    Choose Logistics Invoice Verification ® Automatic Settlement ® Evaluated Receipt Settlement (ERS).
    The selection screen appears.
    You can use the following criteria to narrow down selection of the transactions to be settled:
    Company code
    Plant
    Goods receipt posting date
    Goods receipt document
    Fiscal year of the goods receipt
    Vendor
    Purchase order and order item
    You can define the selection criteria for the invoice documents by:
    Delivery
    Purchase order
    Purchase order item
    Goods receipt document
    Credit memo
    Invoice
    Currency
    Choose  Execute.
    The system issues a log for Evaluated Receipt Settlement, which displays the following:
    Settled
    In line with your selection criteria, the system displays all the order items that were settled (or if you are working in test mode, which would have been settled).
    Could not be settled
    In line with your selection criteria, the system displays all order items for which ERS is defined but could not be settled. It also lists the reasons.
    If the system reports being unable to invoice a transaction, you should exclude the transaction from ERS to avoid it being included in the log the next time ERS is run.
    Select the item and choose Exclude from ERS.
    The system also generates and possibly sends a message to inform the vendor(s) about the transaction settled, depending on the settings in Customizing.
    You can display the following environment information for the order items selected. To do this, choose Goto ®:
    Display purchase order
    Display invoice
    Display material document
    Display long text

  • How to set up Airport Extreme for 11ac and 11n?

    I have just purchased the new Airport Extreme (August 2014) because Apple's website states
    Simultaneous dual-band support.
    AirPort Extreme features simultaneous dual-band 802.11ac Wi‑Fi. That means it transmits at both the 2.4GHz and 5GHz frequencies at the same time. So no matter which band your wireless devices use, they’ll automatically connect to the best available band for the fastest possible performance.
    I have number of Macs in my home from a new MacBook Pro with Mavericks to a Macbook Air with Snow Leopard (due to required software) and iPads.
    So after setting up the new Extreme my new MacBook only accesses 11n as does my older Macs. I checked by holding down the option key while clicking the WiFi icon at the top of my Mac. Well, not so automatic then as I was expecting 11ac and 3 times faster access (as stated by Apple).
    I then looked for some documentation for setting up but cannot find anything.
    Hence my question here.
    How to set up Airport Extreme for 11ac and 11n simultaneously?
    At present the new Extreme is no better than my previous 2 year old one.
    Thank you.
    Michael

    How to set up Airport Extreme for 11ac and 11n simultaneously?
    Assuming that it is operating correctly, 802.11ac and 802.11b/g/n are broadcast simultaneously by default.
    Simultaneous dual-band support.
    AirPort Extreme features simultaneous dual-band 802.11ac Wi‑Fi. That means it transmits at both the 2.4GHz and 5GHz frequencies at the same time. So no matter which band your wireless devices use, they’ll automatically connect to the best available band for the fastest possible performance.
    That is advertising. The real information is usually found in the small and hard to read footnotes:
    Based on theoretical peak speeds. Actual speeds will be lower.
    AirPort Extreme is based on an IEEE 802.11ac draft specification. Performance based on comparison with Apple’s 802.11n products. Comparison assumes AirPort Extreme network with 802.11ac-enabled computer. Speed and range will be less if an 802.11a/b/g product joins the network. Accessing the wireless network requires a Wi‑Fi-enabled device. Actual speed will vary based on range, connection rate, site conditions, size of network, and other factors. Range will vary with site conditions.
    Since the 802.11ac signal is being broadcast only using the 5 GHz band, some users report that they have had better results by using the option to assign a different name to the 5 GHz band, and then pointing their Mac to that specific signal or network. You may want to try that option.
    But first as a test, please locate the MacBook Pro about 10-15 feet or 3-4 meters from the AirPort Extreme with clear line-of-sight between the two devices. Restart both the AirPort Extreme and the Macbook Pro and then check to see if the Mac is connected to an 802.11ac signal.
    If not, please power off your other wireless devices...computers, mobile devices, etc. temporarily, and try the same test again.
    Please report on your results.

  • How to run Paypal without payment for test/demo products as a pass thru ?

    I have a paid report on my website whereby users go to Paypal to pay for the report first, then my backend system provides the report.  From time to time I need to run non-paid reports as teasts or demos.  Is there a way to set up a credit card on my account or a process whereby I can run Paypal without payment... as a pass thru ?

    What you're explaining is exactly what the sandbox is for:  testing and demoing PayPal solutions and the events that are triggered when transactions are completed. It's a recommended practice anyway to keep a copy of your site on a test server somewhere which mirrors everything about your live server except that it works with the sandbox instead of the live PayPal site. That way future development can be done on your test site with the sandbox and not moved to your live site until it's all demoed and proven to be fully functional as expected.  It's also a nice place to always have functional demos for any purpose at all. So yes, the sandbox will definitely suit your needs and would be the recommended way to go.   With proper integration the test/sandbox site and your live site can easily be switched back and forth using a flag in a config file or a URL parameter, for example.  On that note, you could set that sort of thing up on your live site, too, so that everything works in the sandbox when this flag is provided.  Then you wouldn't have to maintain separate servers. Again, though, it's recommended for developers to always keep separate test servers anyway.

  • Approval Process For MIRO

    Hi All,
    Can we have approval process for MIRO?
    I know that It can not be done through REL Strategy.
    I have come to know from some of the threads that it can be handled through work flow. KIndly provide the process how it is handled through workflow.
    Thanks
    Nitesh

    Hi Nitesh,
    Thro' MIR7, the invoice can be saved as complete (not parking) by the end user.
    Thro' MIRO, the same invoice can be pulled and save as completed again by the relevant authority.
    Unless it is confirmed in MIRO, MIR7 doc. can not be used for making payment.
    Please check whether this route can be of use.
    Regards,
    Siva

Maybe you are looking for

  • Can I go back to the old version of Firefox?

    I am trying to pin-point the cause of problems I am having with my basic one-page website. It does not allow me to upload images. The hosting agent says I have a virus. I did the scan and cleaned up the desktop but the problem remains. I am suspiciou

  • Object not showing up when published

    Hi, I have finally managed to get a Facebook "Like" button onto my website but the problem I have now is that the text for the button merges into my background fill which is grey. I have tried creating a bar of colour to fit behind the HTML snippet a

  • Can't load my own pages with .htaccess protection

    It's very strange. First time I noticed that problem was on a project page who I created. The page is not for the public access, so I decide to protect it simply with an htaccess file and it works without any problems for a long time in Safari until

  • Global variable in htmldb

    I have several users who are members of several groups. When one login, he will first see the page where they are able to choose which group they want to be, and once he select one of the group, this variable should be able to pass to the whole appli

  • Adf mobile : calling rest post method

    Hi all, I am calling a rest post using rest adaptor but i am getting the following error: Unable to find operation : unknown Please tell me where should i specify the operation name while calling rest post method. Regards, Deepak