Restrict Saving under Local package

How to restrict the objects saving under $TMP ? Is there any BASIS Setting or any BADI for that ?

Yes, you can restrict them using Se06 transaction.
Click on system change option in application toolbar.
Give local devlopments as non modifiable.

Similar Messages

  • Saving a program under a package manually

    Hi ,
    I developed a selection screen in which the program name and the package are the inputs need to be given.
    i entered my program name , and also selected the package , where package is defined as 'tdevc-devclass'
    Now i want the program that i entered to be saved in the particular package i selected from f4 help.
    i debugged the standard sap program for se38 transaction(SAPLWBABAP) , but still didn't get the exact point where the input program that we gave is getting saved under a package?

    Hi Ramya,
    If you want to change the package of program form one to another manually.
    then go to tcode
    se37 (specify program name)---> Then in menu bar Clck on Goto and select Object directory entry
    another window will open change the package and save it.
    If you want to do for multiple programs then try with writting BDC for same.
    Hope this will solve your problem.

  • Screen 910 getting saved in Local object - not even asking for Package

    Hi ABAPers,
    I am using Enhancement CONFPP07 and for this created Z project in CMOD.
    When I am creating the screen 910 for the screen exit SAPLCORU_S of that Z Project, that 910 is getting created in Local object not even asking for the Package and the request.
    I tried to create that screen from the SE80 in the function group XCOF, there also it is getting saved in local object.
    I tried to do it from SE51 also, but arrived that screen in the local object only.
    Please Suggest me with your valuable comments.
    Thanks and Regards
    Pinaki Mukherjee

    Do a version management on the screen and see if it was ever created before and then deleted. If so, reassign it to the package you want.
    Rob

  • [resolved] Build local package repo from http/ftp mirror?

    G'day;
    I live at uni during the semester, with Phat Pipe(tm) - think 100mbps LAN - between me and the nearest archlinux mirror, http://mirror.pacific.net.au/linux/archlinux. However, I have an interesting problem :
    a) I'm about to go home for quite some time. Home has dialup. 'nuff said.
    b) Home-time is when i get all the ideas about spiffy cool stuff I want to do with my computer, and hence when i need random bits of software. (i don't get the time to play around during uni )
    c) Internet here at uni costs $22.50AUD/gb download, excepting certain special servers on the PIPEnetworks peering exchange, which are $0.10/gb. Thus, I am restricted to mirror.pacific.net.au.
    My previous solution, when I was an ubuntu user, was to use debmirror to pull down a local mirror of the entire package repository. However, it's quite obvious that Arch Is Not Ubuntu, and there don't seem to be any mirroring tools apart from rsync scripts on the wiki. (These won't work because the only server I can get to cheaply is mirror.pacific.net.au, http/ftp only.)
    So, can anyone suggest a way to build a (preferably internally consistent) local package mirror given only http/ftp access? (not sure what happens if I get the mirror halfway through a sync...)
    I've contemplated a simplistic python script or similar that recursively pulls down http directory listings and then wgets every.single.file, but this strikes me as immensely retarded and problably prone to some kind of b0rkage. Plus, I suck at programming, and the thing would problably break at 99% done
    Any help appreciated, even 'you're a bad person for wanting your own mirror!!' posts.
    cheers;
    -lws :wq
    Last edited by littleweseth (2007-06-20 18:50:52)

    Resolved. I had an error in my patternmatching somewhere : I broke up the regular expression into multiple --exclude= options (because i don't trust | do do proper ORing here, since the RE expressions don't appear to act as egrep says they should. Or i suck at egrep.)
    Final command;
    lftp mirror.pacific.net.au:/linux/archlinux> mirror --dry-run -v --exclude=x86_64/ --exclude=iso/ --exclude=0.8/ --exclude=0.7.2/ ./ /mnt/sata/archmirror/0.8
    (n.b. : obviously, remove the --dry-run. I was using it so i could verify how much i suck at mirror -x without burning precious internet quota. )
    Thanks to //byte// for his suggestion of lftp as a tool. It's joining wget and vi in my Arsenal Of Infinite Awesome.
    -lws
    :wq

  • Local Packages $TMP

    Dear All,
    I am having an issue with a $TMP Package which I used when I was testing something in the "sandpit" area in the development Environment.
    As I understood it, if i created something in the sandpit and saved the objects locally they would remain there, client specific.
    The scenario is that I created a table which I wanted to use for lookup values. Separately I then added another field onto an SAP table and then linked the infotpe for the table to the custom table that I created. Parts of the development have come through into the core configuration client and other parts have not.
    I know that it is possible to reassign the objects to a different package but what I want to do is essentially delete the development and start it again in the Core configuration client so that I can make notes on what I have done aswell.
    My question is...
    How do I go about deleting the development that I made in the sandpit as when I try and delete the table an error is returned saying "Table X is still used in the abap dictionary".
    Alse if anyone could shed some more light on the whole Local objects / Local Packages it would be much appreciated.

    Thanks guys,
    I have tried usiing the "Where used" function. One of the things that im falling on though is.. when I created the table I also had to create a help view for the table and I can not work out where to delete this from. Doesn't seem to be SE11.
    The other thing is it says that it is used in program LZCPXT00. It wont let you navigate to the program though and when you try and look for the Program in SE80 it doesnt seem to exist.
    Edited by: Paduk87 on Jun 8, 2010 1:57 PM

  • Is there a way to create a local package repository

    Is there a way to create a local package repository without technically being a mirror.  For example, setting up multiple AL box's on my network and having them grab all the latest packages from one AL box?
    Thanks,
    Craig

    What you most likely want is an ABS tree of your own, containing only the PKGBUILDs of those packages which you want to be included in your repository.
    You should already have heard of the gensync program. In short, the parameters are the root of PKGBUILDs, sorted in subdirectories (ie. like the ABS tree), the intented name and location of the repository database file, and the directory containing the binary packages.
    Let's assume you downloaded the current ABS tree to your hard drive, as well as all matching (same version as in the PKGBUILDs!) packages from a mirror, but you don't want the reiserfsprogs package in your repository. To achieve that, you must remove the /var/abs/base/reiserfsprogs directory, and may optionally remove the binary package, too. Since gensync analyzes the ABS tree you supplied as a parameter, removing the subdirectory of a specific package will cause this very package to not be included in the generated database. Assuming your packages lie in /home/arch/i686/current, your gensync call would look like this:
    gensync /var/abs /home/arch/i686/current/current.db.tar.gz /home/arch/i686/current
    If there are any discrepancies like
      - PKGBUILD, but no matching binary package found
      - PKGBUILD and binary package versions do not match
      - permission problems (writing the db file must be possible)
    gensync will gladly complain.
    Otherwise you should find the db file in the place you specified. Keep in mind that the name of the db.tar.gz file must be equal to the repository tag in the pacman.conf to use the repo.
    To make sure the db contains the right packages; use
    tar -tzf current.db.tar.gz | less
    to list the contents. Every package has it's own subdirectory including the metadata, which is rather obvious considering the file's generated from such a structure in the first place.
    The binary packages along with a correctly generated db file are all you need. Make the repository directory containing these files available through FTP if local availability doesn't cut it for you, edit your pacman.conf if needed, and use it!
    Adding packages works similar; All you need to have is the PKGBUILD in an ABS-like tree (it doesn't have to be the official tree; gensync doesn't care where the files come from. Just stick to one subdirectory per PKGBUILD, and you'll be fine), and the matching packages somewhere else, run gensync with the appropriate directories, and cackle with glee.
    HTH.

  • How come my macbook Pro doesn't automatically connect to my wifi when it is saved under known networks?

    How come my macbook Pro doesn't automatically connect to my wifi when it is saved under known networks and i have the box checked under network settings?

    Random35,
    does your wi-fi router filter access by MAC address? If it does, then have you added your MacBook Pro’s MAC address to your router’s whitelist of acceptable MAC addresses?

  • I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc?

    I have 2 apple id's with different apps and data saved under each.  It's very annoying so now I want to create a new id with my primary email address I use now.  If I do that is there any way to transfer all my saved apps and app data like game saves etc so I don't lose all of that information and can easily switch to a singular apple id?

    Apple does not transfer content bought with one Apple ID to another Apple ID. Apple will not merge two Apple IDs.
    If most of your content was bought with the Yahoo! Apple ID but you now want the Gmail address for your Apple ID, the trick will be to change the address used for the Yahoo ID with the Gmail address. However, to do that you must first free the Gmail address from that other Apple ID. Use the instructions from Apple to substitute another address that is not used as an Apple ID for your Gmail address in the Apple ID with the Gmail address. Then, when the Gmail address is no longer used in an Apple ID, you can use the same instructions to substitute the Gmail address for the Yahoo address in the Apple ID with the Yahoo address.
    Changing the email address you use for your Apple ID -
    http://support.apple.com/kb/HT5621

  • How to restrict saving of a sales order without a material.

    Hi Gurus
    Please advice How to restrict saving of a sales order without a material. That is the system saves the order even if no item is assigned to it.

    Hi Raghu,
                 In standard SAP we can not do that. Even for some requirements of the customer this feature is required, specially in case of milestone billings, custom materials etc. client after saving the empty sales order they may create materials based on that sales order number.
                 If it is mandatary for u to save sales order only after the entry of the materials, u can try user exits or go for a code with the help of an ABAPer.
    Regards,
    Ravi Duggirala
    Edited by: ravi duggirala on Jun 20, 2008 11:11 AM

  • Every time I download a file to my macbook pro, it saves it to downloads but changes the name and inserts % sign.  Please advise how to correct the name that it is saved under.

    Every time I download a file to my macbook pro, it saves it to downloads but changes the name and inserts % sign.  Please advise how to correct the name that it is saved under.

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID.
    Apple ID FAQs
    http://support.apple.com/kb/HE37

  • What file name, are old emails saved under in backups?

    Time Machine, does not seem to operate properly, past the date when I clean installed Yosemite. My files are all there, but I can only find them by going into my drive, and either searching for the file in Time Machine, or searching for it in my backup drive. I cannot restore a mail file, by opening mail, and time machine. It works fine up until the date, when I installed Yosemite. I have done 2 different  completely clean installs, and one using migration assistant, wt a multitude of problems. I am done wt doing that. My iMac is finally running smoothly, and I have managed to migrate everything back into my iMac, except for my old emails. I'm pretty sure that I could restore my emails, as long as I knew where there there supposed to be stored on my iMac. I could basically restore them, by either looking in my backup drive where they are before I installed Yosemite. What file name, are old Maverick emails saved under in backups?

    The information viewed in Contacts is not located in a single file, nor a single directory.
    [Copied from another thread I responded to recently:
    https://discussions.apple.com/message/24658329#24658329]
    This MIGHT be include all the files you need, but there might also be Preferences files needed from another directory.
    Also, I migrated my data from an older OS X version (10.6.8) where the app was called Address Book. On brand new systems, it is called Contacts, and the correct directory might be named Contacts.
    NOTE: Be sure to replace Macintosh HD below with the actual hard drive name if not Macintosh HD, and username below with the actual user's name...
    Transfer all the files from Macintosh HD/Users/username/Library/Application Support/AddressBook/
    That WILL INCLUDE each of these three subdirectories where the necessary files and data are stored:
    Macintosh HD/Users/username/Library/Application Support/AddressBook/images
    Macintosh HD/Users/username/Library/Application Support/AddressBook/Metadata
    Macintosh HD/Users/username/Library/Application Support/AddressBook/Sources

  • SSIS package fails when Configuration value has value saved into the package

    when a package is migrated from dev to QA and to PROD sometimes it fails since the variables have values in them saved into the package.
    what we do is clear these values manually and restart the job.
    Is there a way we can clear the variables when saving the package or at least programmatically?
    eddy.a

    Hello Arthur
    Thank you for your response. I should start by apologizing by not making myself clear. We do use indirect configuration that work cross environments however this is the issue that we have:
    when the package is first created say you create a DB Variable called A and you enter value A in the variable to test the package. After the package development is tested, you change the configuration values to fetch data whether from an excel file or from
    an XML.
    when you run on environment A the package runs fine however when you move over to environment B it seems that first it validates against A then overwrites B - if environment A is not there anymore the package sometimes fails.
    we are changing these manually for now but I was wondering if there's a way to prevent it.
    thanks
    eddy.a

  • Locale Packages in Solaris 10 For SAP

    Hi,
    Can anyone tell me the Locale Packages that I have to install on Solaris-10 for SAP installtion i.e for German & en_US lang...??
    Regards...Raj Lalit

    If you want use [url ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/make_package]make_package PERL script for create your package or see [url http://www.sunfreeware.com/pkgadd.html] sunfreeware link
    Michele,
    I followed the above instruction and was able to create the package, but can't do pkgtrans - s '/tmp/pkgname'. See what I get. Any iddea?
    bash-3.00# pkgtrans -s 'pwd' /tmp/oracpu
    pkgtrans: ERROR: unable to complete package transfer
    - unable to obtain package volume

  • Under Which Package HttpSessionEvent.class is present in jdk 1.4.1.

    Hi,
    The HttpSessionEvent.class is a per-defind class or what if pre-defined class under which package it is coming.
    And Where to find the per-defind classes and its packages.
    Where i can find the package javax.servlet.http.
    please guide me i am a newbee
    Thanks in advance

    HttpSessionEvent is not a class with the J2SE distribution.
    It can more than likely be found under jar files in the J2EE distribution.

  • DataSource from a productive package to local package

    I need to move a DataSource from a productive package (ZUPG) to the
    local package ($TMP). From transaction RSA6, I've chosen the "Object
    Directory" and tried to change the assignment.
    However. the system prevents the user from moving an object from a
    productive package to a local or test package. This is the message you
    would get if you tried and changed the package to $TMP:
    "Object R3TR OSOA 0REGION_TEXT has already been exported and is
    therefore known in other systems. It is therefore not possible to
    change the package from productive to local (private), since
    inconsistencies and errors can occur."
    In theory, this should be circumvented by deleting the DataSource, and
    releasing the change request thereafter. The DataSource's entry in
    TADIR should get deleted and it should be possible to choose the
    package $TMP when re-activating the same DataSource again in the system.
    However, this is not the case in my system. The entry is not deleted
    from the TADIR, even after having released the request which contained
    the (deleted) DataSource!
    The question is: what could have caused such an inconsistency in
    the system's TADIR? Why the entries aren't deleted after releasing the
    change request, even though the DataSource had been deleted from the
    repository?
    Thanks!
    Simo

    Hello Kris,
    unfortunately your suggestion doesn't work.
    As Simone explained in his first message, in fact the system prevents the user from changing the DataSource's directory entry, with the following error message:
    <i>Object R3TR OSOA 0REGION_TEXT has already been exported and is therefore known in other systems. It is therefore not possible to change the package from productive to local (private), since inconsistencies and errors can occur.</i>
    The system documentation proposes the following steps to switch an object to a local package:
    <i>1. Use the appropriate editor to copy the object to a local object with a different name.
    2. Then delete the old object. A change request is used to transport this deletion to the other systems.</i>
    Finally it is possible to rename the local object.
    In other words, the DataSource is in a productive package, and it's been registered in a transport request.
    As soon as an object is inserted in a productive package, you're not allowed to move it back to a local or test package anymore. You need to delete it, release the change request and recreate (re-activate in our case) the object again.
    However, the system doesn't prompt the user for a package during re-activation (please refer to my previous post), because the involved entry in TADIR is not removed from the transport request at release time.
    Cheers, <a href="https://wiki.sdn.sap.com/wiki/display/profile/Davide+Cavallari">Davide</a>

Maybe you are looking for

  • CDESK: How to get a customized content in the document list tab

    I try to get a specific list of document info records (DIR's) in the document list tab of the CDESK - similar to the document search result. I use the Addin-BADI and the ~PROCESS_NEW_FUNCTIONS/~ADD_NEW_FUNCTIONS methods to start a costumer specific s

  • BPM integration with BRM step by step

    Hi All, I am looking for a blog for complete scenario which includes business rules used in BPM,that is ,complete STEP BY STEP blog for BPM integration with BRM.Searched a lot but finding either BPM or BRM or BRM already created without mentioning st

  • Custom Page Form Template

    Hi, Does anyone know how to add a new page template to the Bpm Custom Form Wizard when creating a form by selecting Launch Task From Wizard in a Human task Activity? I have a custom template that I want to use in my Human Task UI and not the default

  • Database is not opening due to ORA-16038: log 1 sequence# 16 cannot be arch

    Dear All, I am using oracle database 10g release2 on linux platform............ I am just moving logsegment type object from one tablespace to another tablespace. But due to low space for redo log file my alter query was hanged on and not completed s

  • Web Chart - Plot Total Column as well

    I have a requirement of producing a report that has a date down the side, and then each plant within a country across the top. ie        Plant1    Plant2   Plant3... Total For All Plants Date date1 date2 Using the web charting tool, is it possible to