Can't create Test package

Hello, After updating up to 22 version new problem has apeared in Test management. I can't create test package in newly created Test Plan. There are disabled buttons like a "create package" and "change package" on the "Test package management" screan. I try to make it with SAP_ALL authorisations.

Try using this authorization SAP_SOL_PROJ_ADMIN_ALL
some authorizsations are not included in the SAP_ALL
hope it helps.

Similar Messages

  • Can I create another package for another module?

    Hi,
    I am doing a project in NetBeans.
    I used a JFrame with Menu and a JDesktopPane with five JInternalFrames for my I module.Now I first module is finished.
    My designing and coding are in Package Javaapp1.
    For II module I have to create another JDesktopPane with five jInternalFrames.
    If I use the same Javaapp1 package for II Module my coding is very large and difficult to trace.
    can I create another package Javaapp2 for II module and import
    in my first package?
    if it is possible? please give me few lines about this.
    Thank you so much.
    Meena.

    Hi,
    Thank you so much for your reply.
    I understand what you mean.
    I am developing only one project not two many.
    But I have four modules in my project.So I try to the concept of package.
    In NetBeans I first create one project named Javaapp1.
    It automatically comes under the name Package Javaapp.
    In this I finished my first module.
    Now I want to develop second module.To avoid confusion in coding I need to create second module in different package.
    So I create another project Javaapp2.It comes under the name
    Package Javaapp2.I develop II module here.
    Then I try to import Javaapp2 in Javaapp1.I got the error "Package Javaapp1 doesnot exist".Thenonly i add needed jar file(Javaapp2.jar) into my project.Now there is no error.
    You told me that "The Above Approch is for when we create more than one project and take something from one to other".
    But I donot know how can I create another package without creating another project and without including the jaf files.
    I donot know is there any way to do.
    I am also have a look at netBeans.org.
    Can I continue with this?
    will you please comment on my lines.That should be useful to me to get a idea.
    Thank you so much.
    Meena.

  • I can not create a package or program

    I have installed the ABAP Trial 7.02 on a VM. As next i have startet the programm and opened the object navigator. As next i have startet the programm and opened the object navigator.  Now i would like to create a package or programm and i get this message( Show attachment)! What should i do and where i find Help to my problem.
    thx >>
    Jörg

    I found an article about installing ... 
    Installing Trial SAP NetWeaver Gateway 2.0 SP04 with ABAP 7.02 on AWS - Part 3
    I use an old MiniSAP . 6.2 as 'If everything goes wrong' system of last resort. Since I did some RFC stuff in the past I still can use an account at  a vendors site in order not to totally retire my skills.
    I am still seeking for a good alternative to have something like a Test SAP system + plus a few records:) at my site. I hope the article provided by the SAP Community does help.

  • How can i create a Package to make this above procedure fit under it ??

    Hi ,
    I am going through package tutorials in Oracle , but unfortunately i couldn't able to follow :
    On Web , They simply say that Packages are used to group Procedures or Functions of similar kind .
    Could any please tell me how this is possible ??
    Assume that i have a simple Stored Procedure as shown below :
    CREATE OR REPLACE PROCEDURE emp_sel (cv_results IN OUT SYS_REFCURSOR)
    IS
    BEGIN
    DBMS_OUTPUT.PUT_LINE('Hi my First Package');
    END;
    Please help , thanks .

    package is basicly a group of procedures, functions, type definitions, etc... if you put this procedure into a package you can do this:
    a package has two parts, spec and body, spec is interface for outside and body is source code.
    create or replace package DUMMY_Pkg is
      PROCEDURE emp_sel (cv_results IN OUT SYS_REFCURSOR);
    end;
    create or replace package body DUMMY_Pkg is
      PROCEDURE emp_sel (cv_results IN OUT SYS_REFCURSOR)
      begin
         dbms_output.put_line('something');
      end;
    end;
    /

  • Can't create preinstall package

    I've been asked to submit it by Hong Kong tomorrow but my dashboard dies not have the options the instructions say to use under App Info. They say to choose and have a screenshot showing "install as part of os image" and "Create test-signed
    package".
    I've been given a very short time frame and am pretty desperate. Any help would be greatly appreciated.

    I've been informed that this is because I have an Individual (as opposed to a corporate) account which is something you cannot change. I recommend everyone start out and/or switch to a corporate account if possible so you don't miss such an opportunity
    :P

  • Can't Modify Test Package

    Hi,
    After creating Test Plan and Test Package while trying to modify Test Plan and Test Package (replacing old test cases with the new one) we are getting error: "Changes to Repository or cross-client Customizing not permitted" "Choose 'Display Object' or 'Cancel'"
    It was working before without any error. We started getting this error recently.
    Any suggestion resolving the issue will be appreciated.
    Regards,

    Hi Muhammad 
    Did you face this message only on this scenario? Are the other changes still working?
    Did you check the System Change Option settings (SE06) and Client settings (SCC4)?
    Regards
    Valdecir

  • How Can i create a package/trigger

    Hi Every1,
    I want to create a database trigger which act on entering the charahters and count the characters.
    e.g
    you can understand with the example
    if i press 01 in a specific column the length of characters is two after this automatically the character sign i.e. / ( forward slash ) appers and then i can write 03 again the month and then again automatically / slash appers and i press 2009 and then go on
    then the filed will look likes 01/03/2009
    simply i dont want to press the / sign in the date fileld or place sign after ENTER through format mask property in forms 6i
    can any1 please help me
    Regards
    M. Laeeque A.

    I want to create a database trigger which act on entering the charahters and count the characters.I guess you're talking about a forms-trigger, not a database-trigger.
    if i press 01 in a specific column the length of characters is two after this automatically the character signi don't think thats possible in 6i. In 10g you could write a java-bean for that.

  • Can't create deployment package

    I tried using AAMEE 3.1 to create an Adobe Drive CC deployment package. When i mount the drive installer and point AAMEE to it, i get a valid installer could not be found. I followed the directions in the CC admin guide and I have used AAMEE multiple times for creative suite deployments.
    I have tried downloading the drive dmg multiple times.
    What am I missing here?

    I'm getting the same results as treznor. I need to create a deployable package of Adobe Drive 5.0.2 for Mac clients (primarily OS X 10.8 Mountain Lion and 10.9 Mavericks), and I keep hitting the same roadblock ("A valid installer could not be found."). I'm running AAMEE 3.1.1 on a MacBook Pro running 10.9.2.
    Is there any way to get AAMEE 3.1.1 to recognize the mounted volume of Adobe Drive 5.0.2 as a folder containing a valid installer?

  • Date assignement is absent in test packages.

    Hi All,
    I have created one project and related to that defined scenarios for the same.
    Later when i created the test plan i got the scenarios with test cases.....and also  with actual and plan dates which are coming from solar02 transaction.
    When we generate the test plan and later create test packages dates are not appearing.
    Please help and points will be rewarded.

    Hello Prakhar,
    the SAP Solution Manager - Test Workbench integration works as follows:
    The assignments that you make on the <i>Administration</i> tab in transaction SOLAR02 are also visible in the Test Workbench STWB_2 transaction on the very same <i>Administration</i> tab. This holds true when generating test plans; when selecting the contents for a test package there is now way to seperately see planned/actual dates for there is no <i>Administration</i> tab available on this leve.
    So if you have experienced this behaviour, the functionality works as it has been implemented.
    The dates that you maintain in SOLAR01 and SOLAR02 indicate the planned and actual processing time for your scenarios, processes and processes steps. So this information may contain all the efforts for building up the appropriate process structure, assigning documentation, doing the configuration and creating and assigning test cases and so forth - depending on your project scope.
    In the Test Workbench (STWB_2) your see all this <i>Administration</i> information as display only, including for example respective key word assignments. You can now go ahead and size and generate your test plan based on those structure filter criteria (status, project team members, keywords).
    So to sum up: The <i>Administration</i> information gets displayed on the test plan level and can be used to appropriately generate your test plans. It is not, however, seperately displayed for test packages (test package level), which resemble a view on your test packages.
    I hope this clarifies what you were looking for.
    Best regards,
    Doreen Baseler

  • Unable to invoke Sequence in the test package management

    Hi Experts,
    Today when i am working on creating test packages suddenly after selecting the node i am unable to do Sequence for the test package i tired by clciking the sequence buttton and also i tried from menu goto-->sequence. new window is not opened and also no error mesaage is also displayed.
    can any one suggest please.
    Regards,
    Naveen Gunda

    Please check in transaction SICF, if service: /default_host/sap/bc/webdynpro/sap/agstwb_ce is activated. Please expand for this the tree via "/default_host/sap/bc/webdynpro/sap/" and activate then the node "agstwb_ce".
    After activation of node "agstwb_ce" select "test service" from context menu of this node.
    What happens then?
    Other approach:
    Try to execute function module "CALL_BROWSER" in SE37 with url www.sap.com.
    Typically a popup from SAPGUI comes up for security questions, to allow access to this url.
    Does it bring the popup and after you choose allow, does the browser start?
    Regards,
    Christoph

  • Can we call a package inside a package

    Dear Sir
    Can we create a package inside a package or can we call a a package inside a package?.If yes.How we can create and call a package inside a package?
    Regards
    Thakur Manoj

    [email protected] wrote:
    Dear Sir
    Can we create a package inside a package NO, you cant do that.
    or can we call a a package inside a package?.YES, you can do that. Just call it. <package_name>.<procedure_or_function_name>

  • Can I Test the Test Package Created in SolMan Directly from ECC?

    Hi,
    the test plan and test packages are created in Solution Manager. The Test Packages are comprised of transactions (on ECC).
    (The business scenarios and processes are defined in Solar01, ECC is defined as logical component and assigned to every tx, the test case description is uploaded in Solar02,...)
    The needed Trusted RFC (to enable the tester to start the tx from within SolMan) is running late, but I can see that STWB_WORK tx is also available in ECC.
    Of course - when I open it in ECC (logged on as a test user - defined in test package in SolMan) the test package is empty in ECC.
    What kind of connection is there within STWB_WORK in ECC and SolMan?
    Can one somehow "transfer" the packages from SM to ECC, so the tester can start to test the transactions from ECC directly?
    Is it possible to see the results and status overview in SolMan during and after testing?
    Thank you in advance,
    cheers,
    Nenad

    Hi
    You getting confused between old ECC test workbench and Solution Manager Test workbench.
    Test workbench is present there from r/3 version onwards.
    When you are performing testing via solman then you have to use the test packages assign to you in STWB_WORK which has the relevant transaction and doc for you to test
    here you upload the test result and update status .Later any PM can generate report for overall testing including entire landscape and not one system.
    But remember it has got no connection to ur r/3 workbench
    The diff between 2 is...solman test workbench is for entire landscape including BI R/3 ECC any other system ...but in r/3 etc the workbench is alone and obsolete now is used for standalone testing.
    Hope it carifies ur doubt completely
    Regards
    Prakhar

  • Can't seem to change the Document Properties Advanced Reading Options in a Form that was created in Adobe LiveCycle. This option has been "greyed" out - anyone know how to update this to English so I can pass Accessibility Testing?

    Can't seem to change the Document Properties > Advanced > Reading Options in a Form that was created in Adobe LiveCycle. This option has been "greyed" out - anyone know how to update this to English so I can pass Accessibility Testing?

    LiveCycle forms use a very different approach to create a PDF form than Acrobat and that approach makes many features for processing PDFs non-functional.
    You might want to ask this question in one of the LiveCycle product forums.

  • Can I create a button that copy's a certain test to my clipboard?

    Can I create a button that copy's a certain test to my clipboard?
    For example, when I click the button on the website, then the next time to paste somewhere, a specific text appears?
    If this is possible, could someone please explain how? =(

    Hi Travis,
    There is no native feature in Muse to achieve this. However, you can use custom code to achieve this. Please refer to the following link for the sample code : How to copy to the clipboard in JavaScript? - Stack Overflow
    Regards,
    Aish

  • Can I create a test app without having a DPS contract?

    I have the iOS certificates and I would like to build a developer app from a folio.
    Can I create a developer app and put it on my iPad even if I don't have a DPS contract?
    The client wants to update their folio but before they would like to test it fully on 2 iPads.
    Thank you.

    Yes, if you have a DPS account. If you're building a Single Edition app, you need to sign in to the Folio Builder panel in InDesign using your Creative Cloud account (available only until May 1). If you're building a multi-folio app, you need to sign in to DPS App Builder using an Adobe ID with a DPS App Builder role.

Maybe you are looking for

  • Is it possible to launch a Screen Personas screen from an ABAP WebDynpro application?

    I am running SAP EHSM Incident Management within SAP Portal. EHSM has an ABAP WebDynpro frontend based on BOPF/FPM In the same portal session for a single user, we want to be able be in an active record in EHSM and then launch a screen personas scree

  • RoboHelp 8 HTML/TOC Levels/Topic Names

    Hi, I'm a new user to Robohelp HTML 8. I have several HTML files (created in Homesite 5.5) that I have imported into Robohelp.  Headings are defined as <h1> <h2> and <h3>. I have two issues (so far) relating to TOCs that I have been unable to solve.

  • Deploy failed

    Hi, I started with WAS 6.40 and Eclipse. I made the tutorial with the calculator. I finished without errors, the only I had to make is to deploy. But then I got a lot of errors 30.11.2005 09:42:19 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.De

  • Back buttons wont work on Canon 70D and images wont display - help!

    Hi guys. so i was shooting at tthe beach with my cannon 70d, i took some 2" long exposures with flash on then my camera shutter started to lag and the camera would say "busy" alot. after a few pictures the back buttons on my camera stopped working (l

  • Failed recordings on BBC3 HD and BBC4 HD

    Hi I don't watch too much of BBC 3 and BBC 4 but have spotted some good stuff recently.  A couple of weeks ago I set to record a prog. from BBC 3HD which it duly went about (banner graphic at top of screen saying it was) when I came to watch the reco