Editing code in packages

How do i go about editing code in a package? I've been copying the code, deleting the package, editing the code in a separate editor, creating the package again and pasting the code back in.
Also, are there plans to enhance the code editors in HTML DB?

Why can't you "create or replace package" instead of deleting the existing version everytime ? Do you use tools like TOAD ?
Check out the new version2 of HTMLDB, you can now create/edit packages online.
HTH

Similar Messages

  • Code from package body

    how can we view the code from package body
    Edited by: 872959 on Oct 3, 2011 9:06 AM

    Hi,
    You can use dbms_metadata
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_metada.htm#i1015856
    of query the data dictionary views user_source or all_source.
    SELECT       text
    FROM       all_source
    WHERE       owner          = 'SCHEMA_NAME'
    AND       name          = 'PACKAGE_NAME'
    AND       type          = 'PACKAGE BODY'
    ORDER BY  line
    ;Remember, anything inside quotes is case-sensitive.

  • Error "Only edit objects from package /VIRSA/ZVIR in local requests"

    Hey, SAP gurus,
    After I applied OSS note 1149445 in our Dev box to fix the bug in program /VIRSA/ZVFAT, I had problem to realease the transport. I got the error u201COnly edit objects from package /VIRSA/ZVIR in local requestsu201D.
    u201CObjects in package /VIRSA/ZVIR cannot be edited in transportable Workbench requests in the current Dev system. The transport routes are configured such that objects from package /VIRSA/ZVIR can only be edited in local Workbench requests.u201D
    What can I do to release the transport and move it to our QA box?
    Thanks in advance!
    Fisher Li

    My co-worker and I followed SAP instruction on this one and solve the issue.
    We created a "transport of copies" by using Transaction SE01. Go to the request overview and choose Request/task -> Object list -> Include objects to include the "child transport number of my transport" in this "transport of copies". Add the target system and release the change request.
    Thanks!
    Fisher Li

  • Error : Only edit objects from package ZSD in local requests

    Hi Experts,
    We are modifying all Z-programs to unicode enabled programs in ECC6.0 Upgradation. While doing this we are not able to save it as a transportable request. It displays error as "Only edit objects from package ZSD in local requests".
    So can anyone tell me how to save it as a transportable request.
    Thanks,
    Ranjith C.

    Hi,
    two ways:
    1. change the transport type: create transport type copy in se01 and copy all mentioned objects to that transport
    2. better way: correct development class and transport layer
    case a.  target system was not definied (not known to TMS) or is empty
    case b.  source system (original system for objects) not known to TMS
    case c.  objects assigned to local package (former local development class)
    etc.
    If you don't understand this explanation, just use one of Z transport layers showed in stms, by changing the transport layer in the definition of the package (se80) to shown in STMS (link name from source to targed system)
    Kind regards,
    Mirek

  • I've lost CS5 Design Premium Teachers Edition CD Installation Package. How can I download it? Typical version of CS 5 Design Premium is not working with my serial number

    I've lost CS5 Design Premium Teachers Edition CD Installation Package. How can I download it? Typical version of CS 5 Design Premium is not working with my serial number. Can someone help me?

    Łukasz%20Molenda if you purchased Creative Suite 5 from Adobe directly, and choose the download option at the time of purchase, then the download will be available in your account at http://www.adobe.com/.  You can find additional details at https://helpx.adobe.com/creative-suite/kb/find-download-link.html.
    If you purchased the software on a DVD and your current computer does not have an optical drive then you can copy the installation files to a USB drive on a computer which does contain an optical drive.

  • Edit code while in debug mode in CC

    Hi,
    I have just upgraded to Flash CC, and can no longer edit code while in debug mode. It appears the code window becomes read only while debugging. This is problematic because I often find it very useful to copy in variable names from data visible in the variables display portion of the call stack. This is very helpful if I have made a typo in my variable names, or if I am reading out data from a network request and I don't know the variable names ahead of time. Is there a way to unlock the code window so it does not become read only during debugging?
    -David

    Hi Amy,
    I appreciate that you are trying to help, and from a purely coding standpoint see the advantages to Flash Builder IDE over the Flash Professional IDE. Although personally I am a Visual Studio kinda guy... However I am working with a fairly large code base, (we are a small game studio that has been working with flash cs4, 5, and 5.5 for the past 5 years) and while nobody that works for me is crazy enough to put code on the timeline, we do have a significant amount of UI elements, dialogs, and layouts that are designed in the Flash editor with logic in classes that extend those elements. Now correct me if I am wrong, but it is my understanding that you cannot build FLA files from flash builder let alone have them link with the classes that are set to extend them in Flash Professional. The move to CC actually gives us access to Flash Builder - something that previously was an additional $500 a seat. While it may make sense for us to use in the future, for now I am faced with the issue of the new Flash CC has removed the ability to edit the code while debugging. I was hoping there was a setting or a hidden option to turn this very unnecessary change off, I wasn't really asking for a critique of my IDE choice.
    -David

  • Key shortcut, issue, typing something in editing code and changing language going directly to snippets.

    Key shortcut, issue, typing something in editing code and changing language going directly to snippets.
    So the problem is that I have to click in the editing code again to write in different language, which it didn't happened before.
    Just in case of shortcut keys collision I completly removed the shortcut of snippets from shift+F9, nothing changed. I really can't understand why when I press Alt+Shift to change language it goes straight to the snippets.
    If anyone can help would save me from nervous breakdown! 
    Thanks,
    GKD

    Since this appears to be a "just started happening" issue, have you tried clearing the program cache?
    Deleting a corrupted cache file
    That tends to catch a lot of weird behaviors and straighten them out.

  • Only edit objects from package in local requests

    Hello Experts,
    could  you help me please
    a user has tried to transport a local request, I modified it by putting the target system, but when the user wants to release it, he gets the error massage "Only edit objects from package in local requests "
    Thanks a lot

    HI
    Follow the steps.
    1. Create a new transport request
    2. Select include objetcts
    3. Object list from request and select your tranport request
    4. Release the Transport request and transport.
    If don't work try this other case:
    1. Run tcode SE01
    2. Create a new "Transport of copies"
    3. Into the request, choose menu "request/task -> object list -> include objects
    4. Include your transport request
    5.  Add the target system and release the request.
    If you get any error put here
    Regards
    William Neira

  • Only edit objects from package ZPACKAGE in local requests

    Hi Experts,
    I was adding a secondary index to a Ztable present in a package ZPACKAGE. When I tried to save in a workbench request, I got the error message "You cannot use request XXXXXX". I then created a local change request where the target system is not mentioned in the transport request. I was able to save the index and later I mentioned the target system. When I tried to release the transport request, I get the message "Only edit objects from package ZPACKAGE in local requests". Kindly suggest what can I do save the changes in a transport request and release it.
    Thanks

    Check out the transport layer and target system for that transport layer. As someone suggested, talk to your basis.
    This is most common when you have the actual table in temp folder but the index stored in Zpackage.
    I would first check my objects package to make sure that they are in right package. If everything @ right place, then i will check the package transport layer and software component then check the 'use access' of the package. if the package is good then check the transport path and target systems for each transport later.

  • Transport error: "Only edit objects from package CL in local requests"

    I have made changes to an SAP original program as per Note 1096366 on SAP's service web site. The program is an Include program (LCLCMFMZ). I have assigned it a transport number, but it keeps trying to make the target local. When I change the target to DEV, it will not transport and I get the following error:
    "Only edit objects from package CL in local requests"
    Does anyone know what this error means?
    Thanks.

    Thanks Nick,
    but I think I have figured it out. I needed to create a transport of copies (from se09) and include this object in that transport (right click and choose 'Include object...'). Then back to se01 and display all transportable object (including transport of copies). Then select my transport of copies, choose a target system (from double clicking and going to properties). Only then would it let this object get transported.

  • CS5 – Should codes on packaging & CD match?

    I am trying to determine if there is a correlation between the code on packaging and that on the CDs for Adobe CS5 Design Premium.  The pack shows line 1: 9101xxxx and line 2: DVS/A, MDIA, 5.0, WIN,GEN,WWE,ACT.  The CD only shows 9101yyyy 1/10.  That is last 4 digits differ.
    TIA, Granville.

    I guess I have answered my own question as CS5 installed without an problem even with the mismatch.

  • Editing a SCORM package

    I have a problem I don't know how to solve. I'm working with Captivate 6.1. I have a single Captivate project with about 40 slides. I have published it to SCORM 1.2 and imported it into our LMS. When I open it in the LMS it appears like this (see below).
    Is there a way to edit the SCORM package such that when a user opens it this opening screen is not displayed but they are taken directly to the beginning of the presentation?

    This is not controlled by the Captivate content.  Check the settings in your LMS.  I suspect that you need to change something there to automatically initiate play of the first module.

  • ColdFusion Builder - Slow when editing code

    I have seen this many times on other forums, but haven't found any working solutions - my installation of the standalone Coldfusion Builder 1.0.0.25339 is nearly always very very slow when editing code (wehether this is cfm or css) i'm assuming the code hinting it somewhat to blame, but don't want to turn it off.
    Any help/solutions welcomed.

    The current state of the product is that it's rife with performance problems.
    Hopefully they'll be fixed in the next release.
    What you're seeing is just how it currently works (ie: slowly).
    Adam

  • Edit objects from package ztms in local request

    Hi ,
    I am checking Inconsistancy check for a Transport Request, it showing error as , " Edit objects from package ztms in local request.". can anyone please help me in resolving this error.
    regards,
    Govind Nagotla

    Hi,
    the reason may be, that development class ZTMS has an invalid or unknown transport layer in table TDEVC (look at field PDEVCLASS), or the whole class is unknown in your system, if the object comes from a foreign home system!
    Regards,
    Klaus

  • How do I remove "ALL" incontext editing code?

    Hi, I am hoping someone maybe able to help...
    A while ago I put a site together at applied incontext editing regions. After being notified that it will no longer work in May this year, I decided to purchase contribute and went through the labourious task of removing all incontext editable regions and replacing them with normal editable regions.
    I have launched the site in contribute to test that everything works and it keeps coming up with 'You can't edit this page in Contribute because it has "Adobe InContext Editing" region(s).
    This is on almost every page on the site but two which it allows me to edit. I have gone back to the Dreamweaver file and checked through the code, I am certainly no code expertI have compared it to sites which didnt have the InContext applied to it... I am baffled
    Can anyone shed any light on the situation?
    Much appreciated
    Naomi

    I think I can see the problem! - I have updated the file in dreamweaver but it
    is not updating the copy on the server when I upload it...
    I can see the code that I have deleted still showing at the top of the page - I just cant get it to refresh!
    I will try doing it with fetch.....
    Just done it with fetch and it works! - Dreamweaver will not refresh the server copy.

Maybe you are looking for

  • Having multiple CAs share the same private key

    We are developing a system which implements an HA cluster across two separate geographical locations. Each site will have several Windows Server 2012 machines and at least one DC, and we basically have to do a master-master replication between the tw

  • OCR and ASM dependancy in 11.2

    Grid Version: 11.2.0.2 Platform : Solaris 10 Question1. Since ASM's configuration information is stored in OCR , if OCR is lost (for eg: due to a corrupt LUN in OCR's Disk group) , will ASM instance crash ? Question2. If ASM instance crashes (for eg:

  • Starting/Stopping 9iAS Infrastructures with batch files

    I created the following two batch files to start and stop my iAS Infrastructure. I found that if I used the services settings of automatic, all did not go well. start.bat: @ECHO OFF cls ECHO About to start the listener net start Oracle9ias_InfraTNSLi

  • Validate partner number

    hi all, i have a selection screen with partner role and partner number fields. now my query is how to validate the partner number against partner role entered. For example, 832000 is Holding Customer. However, system is accepting it with the Partner

  • How set location for tooltip text ??

    hi , i want to set tooltip location myself to a button . for this i override methods are 1. public String getToolTipText(MouseEvent e)2 public Point getToolTipLocation(MouseEvent e)here is code... where i have to change to set location for tooltip *