How to Add Non SAP steps in test package

Hi Experts,
As our Client requirement is to load end to end test scripts/packages in solution manager. which includes non sap systems where it does not have URL and that legecy system contains 4 to 5 legecy steps(i.e as a place holder as text) along with 5 to 6 sap steps.
in solution manager test package should show all sap and legecy steps(i.e as a place holder as text) which is total 10 to 11 steps.
Can any one guide me on this please.
Regards,
Naveen Gunda 

Hello Naveen,
the approach for non-SAP steps is more or less the same like for SAP steps using SOLAR02.
The only difference in your case (without URL) is that you can't assign a test object to the related test document and so navigation to the system under test will not work.
General Infoamtion regarding Test Management in Solution Manager can be found in our Wiki page in section Test Option 1.
http://wiki.scn.sap.com/wiki/display/SM/SAP+Solution+Manager+WIKI+-+Test+Management
Let me know if you have further questions.
Kind Regards Reiner

Similar Messages

  • How to use non sap application in sap.......?

    hi,
            anyone has any idea how to use non sap application  like java class in sap through abap programming. please let me know ...
    thanks in advance.
    saurin shah.

    Hi,
    DATA: COMMAND TYPE STRING VALUE 'C:\j2sdk1.4.2_08\bin\java',
    DIR TYPE STRING VALUE D:\eclipse\workspace',
    PARAMETER TYPE STRING VALUE 'Helloworld'. "here the name of your java program
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>EXECUTE
    EXPORTING
    APPLICATION = COMMAND
    PARAMETER = PARAMETER
    DEFAULT_DIRECTORY = DIR
    MAXIMIZED =
    MINIMIZED = 'X' "If you need the DOS window to be minimized
    EXCEPTIONS
    CNTL_ERROR = 1
    ERROR_NO_GUI = 2
    BAD_PARAMETER = 3
    FILE_NOT_FOUND = 4
    PATH_NOT_FOUND = 5
    FILE_EXTENSION_UNKNOWN = 6
    ERROR_EXECUTE_FAILED = 7
    OTHERS = 8.
    check this link
    /people/gregor.wolf3/blog/2004/08/26/setup-and-test-sap-java-connector-outbound-connection
    Regards,
    Satish

  • How to manage non-SAP objects types with SAP Netweaver ?

    I would like to know how it is possible to integrate into the SAP software configuration managment tools (NWDI CTS, CTS+...) non-SAP objects like shell scripts or SQL requests ?
    These shell scripts are, for example:
    - external host scheduler jobs
    - general scripts for start/stop application
    - parameters needed by application at the os level
    My goal should to store into a DEV SAP system these objects, in order to take benefit of SE80 version management. So, it should be possible to create transport order in SE10 and to transport these non-SAP objects in test and production system.
    Thank in advance for your answers.
    Daniel Ouin

    the standard functionality for this up until 4.72 is to call RFCs/BAPIs through a RFC binding library for the third party software, e.g. the language of your choice is PHP then you use the PHP RFC library found [here|http://saprfc.sourceforge.net/], if you have to connect from a .NET environment you might try to get the SAP .NET connector.
    anton
    PS: RTFM and/or using the search facilities here on SCN would help you a lot with your task.

  • How to add a delay step

    Hi,
    we have come across a issue in work flow. And we have very little idea on work flow.
    Can any one please let me know how to add a delay step behind existing step X.
    Also let me know how to do below options to perform this operation like 
    1. Like in ABAP delay for few seconds
    2. Or simply making use of desired start time logic.
    Thanks in advance.
    PRaneeth

    Delay?
    You mean that you want to stop the execution of the workflow for a specific period, right?
    Like in ABAP delay for few seconds
    This can be handled by using a WAIT STEP  of the workflow, I meanthe use of this wait step is , in brief, if at all you want to stop the execution of the workflow  until a specific Event is raisedthe workflow execution stops and as soon as the specified event is raised then the remaining part of the workflow is executed.

  • How to add a file to an existing package programmatically in Acrobat 8?

    Hello
    Is it possible to add a file to an existing package programmatically in Acrobat 8? (embed a pdf file in a pdf package programmatically); If so, how should I do it?
    Thanks in advance,

    Finally, I found out how to add a file to an existing package programmatically by using JavaScript (function: app.execMenuItem("AddFileAttachment")). Thanks for your help Ironsenth. However, I need to specify the file to attach programmatically and I can't figure out how to do it.
    Could you let me know where I can find this information (what document to read)? Is there any parameters for the 'AddFileAttachment' method?
    Thanks in advance,

  • How to add new sap system to widget in ecclipse.

    Hi all
    i tried to add my sap server. but while testing the connection it is giving an error " SAP Widget Foundation isn't running. "
    i dont know how to configure that.
    plz help
    jay

    In the meantime, refer to [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=16513]

  • How to add an SAP distribution list to transport?

    Hi All,
    I have created a shared distribution list in SAP using SO15. Can anyone suggest me how to add this list to a transport? or I need to create this in each environment.
    Please suggest on this issue.
    Thanks in advance
    Prady

    What does that mean? So I have to create it in each environment(i.e. Development/Quality/Production) explicitly. By no means I can transport this list then?
    Thanks for your quick response.
    With regards
    Prady

  • How to add non English characters

    I install weblogic 10.3.3.0, SOA Suite 11.1.1.2, and SOA Suite 11.1.1.3 on Windows 2008 (English version). The Location of Regional and language option is set to local place. I also add non-Unicode.
    I can add new holiday rules using non English characters in the BPM workspace. Then, I shutdown my computer as normal. However, after I restart my computer and weblogic domain as well as SOA Suite 11g. The non English characters become ??????
    How to configure Weblogic domain and SOA Suite to show non English characters?

    is both English and Korean letters are in the same column without any space gab or any separator, ? Pl re check

  • How to integrate non-sap application with sap netweaver trial abap

    Hi, I currently have with me SAP Netweaver ABAP trial and Mini SAP BASIS 4.6 D. What i want to do is to see how can i integrate my non-SAP application with SAP.
    I am confused as to if using SAP Netweaver ABAP trial, will i be able to establish that. Can anyone guide me in this regard.I want to connect using JCO basically, want to write a java client that will be talking with the SAP application. Provide me a starting point.
    Will i require a Deployed SAP application as well to do this, or will Netweaver ABAP Trial do the job, will i also have to expose the business objects using BAPI.
    Please help.
    Please point out the right forum to post the question if this is not the right one.
    Thanks

    Hey
    Please post this question in ABAP forum
    ABAP Development
    Thanx
    Aamir

  • How to add other SAP systems in CCMS ALE Monitoring

    Hi all, how do I add other SAP systems to be ALE monitored centrally in the PI system?
    I want to monitor the Idocs in the SAP R/3 system centrally in PI with CCMS. Default is only ALE for the PI system itself.

    You can add additional systems to CCMS quite easily.
    I would recommend this to be done in Solution Manager though!
    http://help.sap.com/saphelp_nw04s/helpdata/en/c8/40a442b024b211e10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/90/4e313f8815d036e10000000a114084/frameset.htm
    Also, search Google for SAP CCMS Central monitoring.

  • Add non-SAP product to Software catalog - Error

    Hi experts,
    When i want to add a non-SAP product to Software Catalog with your name, vendor and version the system give me the error: Class already locked: SAP_ProductLine. What does this mean?
    very thanks,

    Maybe the name of your product is already used?
    Or did you try to use vender sap.com? This is not allowed.
    Regards
    Stefan

  • How to add non-DVD files to a DVD?

    Hi all,
    I desperately need your help! I've created a DVD using Studio Pro, and I've burned the VIDEO_TS and AUDIO_TS on a DVD
    In addition however, I've added a folder named POWERPOINT, which contains various powerpoint presentations. I did this to allow PC-users to view some powerpoint presentations as well. On a DVD-player, obviously, those wouldn't be seen.
    Now this system seemed to work, however not exactly as I wanted: on some dvd players the DVD starts at some random point in the menu; not at the start. Furthermore, the reproduction company encountered an Error:
    Title Set Files not in correct physical order /
    ISO and DVD file locations disagree
    My question: is this error related to the fact that I've added powerpoint files to the DVD? and if so: is there another way to add non-dvd content to the dvd?
    Thanks a lot for your help!
    Siebe

    Select the DVD icon, (in the graphical or Ouline list) and in the inspector, look at the bottom of the inspector. You will see DVD-ROM content. Make sure you have put all of the content you wish to include in one folder, organized the way you want inside that folder and then using the DVD ROM content option select that folder.

  • How to add custom start options in VS package

    I need to add custom start options in VS package.
    Example:
    Instead of showing "start", need to provide options like "Start in Firefox", "Start in Chrome" and handle their events on our own.
    Any references would be helpful
    Thanks in advance

    Hi Daro,
    the path to the billing module is "sap.com/wec/ecom/mc/billing". But nevertheless
    1.  you need only to enhance in your current modul the metadata.xml file with the link to your own myaccount.xml which you can create.
    2. and then you can define within the new file the menu options you need.
    3. the last step is to update your shop configuration with the new menu options.
    Best regards,
    Nico

  • How to ger through  SAP HCM certification test?

    Hi friends,
    I have to take SAP HCM certification exam on 29th july. kindly provide some tips and advice to get through it.
    Mukesh Suman

    Hi,
    I feel certification is about complete remembering of the 4 books which SAP provides.
    Some tips while answering the questions is try to answer those questions first which you are 80-100 % sure.
    Then answer the rest questions.
    Everyone told me if you give 3-5 contnous wromg answers and submit them you will not certify.
    Thus be sure to give continous right answers by answering the once you are completely sure.
    On the type of questions part :
    1. Employee subgrou grouping personnel subarea grouping questions are a must, e.g To which of the below personnel subare grouping can be done a) Work schedule b)Basic pay etc
    2. Holiday Calendar- Moving Holiday and non-moving holiday-Types of Holidays
    3.On Basic pay Infotype- Payscale groups and levels fundamentals
    4. Wagetype characteristics table, each field be sure
    5. Indirect evaluation INVAL A, B.,C,D-PRZNT, SUMME
    6.Features : ABKRS,NUMKR,- and remember all features in the book must be around 15
    7. Work schedule generation steps
    8. Time Evaluation Types- In IT 0007 you have the types
    9. Positive time - which of the below are true for positive time
    10.Negative time - same question
    11. Payroll area ; 1 scenario with different dates and frequency, suggest how many payrolll areas.( Draw diagram in a paper like  circles and suggest how many)
    12.Solution Manager: Try to get 100 % in this area. This is very small section in the book.
    13. Personnel actions definition
    14. Definition of all components of Personnel structure and Enterprise structure
    15. Definition of schema
    Basically all topics in the book 1 question.
    Remeber in certficatin ther are no queries on the table Names like t512d  in general. All they ask is concepts and fundamentals.
    For this remebering the book is very important.
    All the best and relax. When u see the first question don't start feeling you dont know, keep a positive mindset and high concentration you will get through.
    Regards,
    Prabha

  • How to add dummy data to my test database ? from a newbie in need of help

    Hi all
    I am pretty new to oracle and i would like to mess around with it some more i just created my database (MVF) and created an test tablespace.
    The question now is what would be the best way to fill the tablespace with data ? can i just insert some lines in the tablespace ? or are there any more efficiënt ways of doing this ?
    Maybe someone who could provide me an pl/sql script for it ? or an procedure what would do this (insert x amount of dummy data) on regular intervals ?
    Many thanks in advance !!
    (ps this is my first post so please excuse me if my post is not according to the regular guide lines)
    Edited by: 994141 on 15-mrt-2013 12:38

    994141 wrote:
    Hi all
    I am pretty new to oracle and i would like to mess around with it some more Welcome to the forum and to the world of Oracle.
    =================================================
    Learning how to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to [url tahiti.oracle.com]tahiti.oracle.com.
    Locate the link for your Oracle product and version, and click on it.
    You are now at the entire documentation set for your selected Oracle product and version.
    <b><i><u>BOOKMARK THAT LOCATION</u></i></b>
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab (for 10.x) or the "Master Book List" link (for 11.x) you will find the complete documentation library.
    Spend a few minutes just getting familiar with what <b><i><u>kind</u></i></b> of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what <b><i><u>kind</u></i></b> of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are <b><i><u>reference</b></i></u> manuals. Just get familiar with <b><i><u>what</b></i></u> is there to <b><i><u>be</b></i></u> referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them (listed in your alert log) in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    =================================
    <snip>

Maybe you are looking for