Differences between archiving and inactivating a qualitative lookup within the Data Admin toolkit.

Hi,
Can you please let me know what could be the difference between archiving and Inactivating the Qualitative Lookup in Data Admin Tool Kit.
Thanks,
Rohini M

When you inactive or archive something it is no longer available for selection.   The difference between inactive and archive is that inactive items will still appear available for searching purposes while archive items will not.  
So lets say you have the following:
List A
   - Item 1
   - Item 2
List Items
If you were to inactivate Item 1, end users would no longer see it available for selection when using the qualitative extended attribute.  However when they search for specs based on the extended attribute they would still be able to select Item 1 so they could find objects that used that value. If you were to archive Item 1, end users should no longer see it available for selection anywhere - including searching.
Lists
If you were to inactive or archive the entire List A, you would no longer see it available for selection when setting up qualitative lookup extended attributes.   I don't think there is anywhere you can search for extended attributes by lookup list currently out of the box so these would act similar.  If there was a place to search for extended attributes by lookup list then it would follow the same rules as above.

Similar Messages

  • Difference between Archived and Existing Outbound delivery

    Hi All,
    I am passing a deleted delivery into CDHDR table.
    Normally if a document is deleted, CDHDR-CHANGE_IND field will be updated as "D". But it is appearing as "U" (Update).
    But CDPOS-CHNGIND field correctly updated as "D" (Delete)
    Is it a standard behaviour.
    Regards,
    Raja Durai

    This seems to be standard behaviour. When you delete a delivery, the system will call function LIEFERUNG_WRITE_DOCUMENT in the update task to write the change documents. During the delete of the delivery, the function module is called here:
    SAPMV50A FORM BELEG_CHANGE_DOCUMENTS
        CALL FUNCTION 'LIEFERUNG_WRITE_DOCUMENT' IN UPDATE TASK
             EXPORTING
                  objectid                = lf_aenderungsobjekt
                  tcode                   = sy-tcode
                  utime                   = sy-uzeit
                  udate                   = sy-datum
                  username                = sy-uname
    *             PLANNED_CHANGE_NUMBER   = ' '
    *             OBJECT_CHANGE_INDICATOR = 'U'
    *             PLANNED_OR_REAL_CHANGES = ' '
    *             ICDTXT_LIEFERUNG        = ' '
                  n_likp                  = ls_new_likp
                  o_likp                  = ls_old_likp
                  upd_likp                = lf_upd_likp
                  upd_lips                = lf_upd_lips
                  upd_vbpa                = lf_upd_vbpa
                  n_vbuk                  = ls_new_vbuk
                  o_vbuk                  = ls_old_vbuk
                  upd_vbuk                = lf_upd_vbuk
    The data object " OBJECT_CHANGE_INDICATOR" is the one that holds the value that will eventually end up in field CDHDR-CHANGE_IND. At the above code, you can see the delivery deletion program does not pass anything to this data object (OBJECT_CHANGE_INDICATOR = 'U' is commented out). However, when nothing is passed to this data object by the calling program, the system will autmoatically fill the field with "U"; you can see this by displaying the import parameters of FM LIEFERUNG_WRITE_DOCUMENT in SE37.
    For the system to write a value of "D", the delivery program would have to call function 'LIEFERUNG_WRITE_DOCUMENT' like this:
        CALL FUNCTION 'LIEFERUNG_WRITE_DOCUMENT' IN UPDATE TASK
             EXPORTING
                  objectid                = lf_aenderungsobjekt
                  tcode                   = sy-tcode
                  utime                   = sy-uzeit
                  udate                   = sy-datum
                  username                = sy-uname
    *             PLANNED_CHANGE_NUMBER   = ' '
                 OBJECT_CHANGE_INDICATOR = 'D'
    *             PLANNED_OR_REAL_CHANGES = ' '
    *             ICDTXT_LIEFERUNG        = ' '
                  n_likp                  = ls_new_likp
                  o_likp                  = ls_old_likp
                  upd_likp                = lf_upd_likp
                  upd_lips                = lf_upd_lips
                  upd_vbpa                = lf_upd_vbpa
                  n_vbuk                  = ls_new_vbuk
                  o_vbuk                  = ls_old_vbuk
                  upd_vbuk                = lf_upd_vbuk
    I do not think this would be considered a bug however and believe the system behaviour you are seeing is probably considered standard behaviour.

  • Why there's a lenght difference between 24fps and 23,976 fps timelines with the same clip?

    I was working on a 23,976fps project and I've tried to import a short  animated sequence of 44 tiff frames in my timeline in my Premiere CS5.
    I've imported the sequence, interpreted the footage to 23,976fps (as it was rendered in AE) to check it before sending it to a finish house.
    First issue. Even if I set the framerate to 23,976, Premiere CS5 shows me 23,98 on interpret footage window. I've assumed it as a rounded number.
    When I drag the clip to my 23,976 sequence, the clip shows as 43(!) frames length on info panel. It misses one frame. Putting the sequence over the original video, It really misses a frame.
    I decided to make a test. And placed the same clip, interpreted the same way on a 24fps sequence, and the clip shows as 44 frames length on info panel.
    How can, the same clip, shows different amount of frames (I'm not talking about time, but simply raw frames), on different timelines? It does not make any sense! If my sequence has 44 frames, It should show as 44 frames independent of the timeline I've imported it. Am I Right?
    Just for test, I´ve imported the same sequence on AE, and in it shows as 44 frames on a 23,976 timeline. How can I trust Premiere frame interpreting this way?
    Just one more thing. The scene used as base for the AE animation, has 44 frames, and it was measured and cut from a 30s film on the same premiere that is having this weird behavior.
    Can anyone explain to me what Just have happened? It´s driving me Crazy!
    Thanks in Advance
    Mauricio Mendes

    There's a long and storied history behind the concept of a drop frame tmecode. It traces its origin to early color TV in the USA, and was a way to get rid of artifacting that was visible on B&W TVs when watching the color signal (color subcarrier).
    Basically, by having your intermediate timebase set wrong, you were having PPro drop a frame. That's why you saw the mismatch in frame numbers.

  • Difference between "Archive/restore" and "Export/import"

    What's the difference between the utilities "Archive/restore" and "Export/import"?
    Which utility must I use for putting my maps from a development environment to a production environment?
    For the moment I am using version 9.0.3.
    I will migrate to 9.2 when the version for AIX is available.

    Marc,
    You should use OWB Metadata Export/Import utilities (not to be confused with Database Export/Import utilities).
    The Archive and Restore utilities will be desupported in the next release of OWB.
    The exact differences are documented in "OWB 9.2 User Guide", page 15-12, "Differences Between Archive and Export" and page 15-23, "Differences Between Restore and Import". The same sections are available in "OWB 9.0.3 User Guide", pages 11-45 and 11-46 respectively.
    Nikolai

  • What is the difference between apps and applications?

    I have an application that I've been running on my older Mac. Now that I have a new MacBook Pro, I have to reinstall new software that is compatible. When I go to the vendor website I see an application I can download or a link to the Mac App Store. Is an application different than an app? When should you download them from a vendor website and when should you go to the app store? Do apps end up in the Launchpad and an application in your Applications folder? I can't seem to find information on what is the distinction. Are they actually two different things? Any help would be appreciated.

    No difference between apps and applications. If you download the app from the Apple AppsStore you have better security and a conveninet place to have all your downloads. Nothing wrong with downloading from a trusted developer though.
    EDIT: Yes they will either wind up in your Download folder as  a .dmg you will have to double-click on to install, or most app store apps will install to your Applications folder.

  • Difference between implicit and explicit enhancement points

    Hi Folks,
    I had learned many documents to findout the difference between explicit and implicit enhancement point.I got the theoritical knowledge on that but losing on the practical side..
    Can anybody help me out with one real time scenario where the explicit enhancement points have been implemented and the step by step procedure to implement it..
    Hoping for the positive response from you..
    Regards,
    Rohan.

    Hi Rohan,
    In implicit they are available at the beginning of subroutines defined in the standard reports.
    Edit-> Enhancement operations->show implicit enhancement options.
    This will highlight all the implicit enhancements in the report.
    In Explicit enhancement we have two different types of enhancements -
    Enhancement point and Enhancement section.
    Enhancement point - SAP has some standard functionality defined for a report , but it may be required that you'll need to add your own code. In this case the code that you'll add will be executed along with the standard code.
    Enhancement section - SAP has its standard functionality defines but it may not suit your requirement, in that case you may need to add your code and you'll need that code to be executed only. By this method the existing code is automatically commented and a copy of the same code is available to edit.
    After executing the report only your code will be executed and the standard code will be bypassed.
    For Practicle implementation, follow this link.
    Link : [http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc]
    i hope it will give you some clear picture....
    Thanks.
    Anurag

  • DIFFERENCE BETWEEN SUM AND COUNT IN SQL

    DIFFERENCE BETWEEN SUM AND COUNT IN SQL
    WHAT IS THE DIFFERENCE VERIFY IN DETAIL/

    21031980, I suggest you upgrade your computer sothat you can access google.
    lol.
    wtfpwnd.Google is also helpful for understanding the strange
    acronyms that show up around here lately (yes, I did
    find and understand this one). :-)Haha, sorry!
    It's the inner-gamer in me rearing its ugly head...
    :-)

  • Whats the difference between list and lov ?

    Whats the difference between list and lov ?
    i can do the same things with a list what an lov can do .
    infact a list is more better. cause the list doesnt hold/show a range of values, and only has the items value iteself.
    while the lov can get all the values of items depending on the query.
    like
    select ename, job, sal from emp
    will show all the three items values in lov?

    Also, if you're looking in the US store, the prices are:
    - Airport Express (small, no ac) $99 - Has audio out for speaker connection using Airplay. Can share a USB printer only.
    - Airport Extreme (larger, ac) $199 - No audio out, can share a USB printer or hard drive.
    - Time Capsules (2TB, 3TB at $299, $399) - have ac wireless and a backup hard drive for Time Machine which the other Airports do not have.
    Matt

  • T-Code for reporting stock quantity difference between IM and WM

    Hi All
    I'm probably going to kick myself for asking this quastion but is there a report to show the stock quantity differences between IM and WM?
    I have searched the forum first but cannot find info.
    We have various differences in IM and WM shown in MD04 and LS26. This is usually the result of an unplanned plant to plant transfer not being recipted in at the destination plant.
    If no standard T-code is available, which tables can I join to create my own query?
    Thanks in advance
    Darren

    compare MMBE with LS26
    Make sure you dont enter a storage location and storage type in selection screen of LS26.
    if you post a difference with LI20, then you have just posted a difference within WM, means you moved a quantity from a bin into the difference storate type 998.  The balance of both is still equal to your stock shown in MMBE. You have to clear the difference with IM by executing LI21 transaction. Only then the quantity will disappear from difference storage type and will be adjusted in MM and FI.
    LX23 will only report real inconstencies and will adjust them.
    If you do a MM movement like 303, then this creates a transfer request in WM, this TR needs to be converted into a TO. to move the stock from the bin to the interim storage type for goods issue.
    In your case you created just a negative quant in the interim storage type for goods issue and still have a positive quant in the bin, the balance is equal to the stock shown in MMBE.

  • What's the difference between [ADSI] and [ADSISearcher] in powershell

    Hi Guys
     What's the difference between [ADSI] and [ADSISearcher] in powershell

    [ADSISearcher] represents the class System.DirectoryServices.DirectorySearcher and is used to search for one or more objects based on a filter
    [ADSI] represents the class System.DirectoryServices.DirectoryEntry and is used to bind directly to an object

  • Differences between Personal and Enterprise editions

    Does anybody know where to find the main differences between Personal and Enterprise editions?
    Thanks

    Here is the link to the differences in Oracle 8i:
    http://technet.oracle.com/doc/server.815/a68020/ch4.htm

  • What's the difference between java and Javascript?

    I a new programer, I am getting Java down. Now I want to add some java scripts to my site. Is there any difference between java and Javascript? Can I use the Java API site refference and classes? Thanks..

    Java is a programming language, Javascript is more for web pages. It is used to add interactivity to your web pages. 2 different languages.
    check out www.java.sun.com for Sun Java stuff.
    Lynn

  • Exact  difference between se09 and se10

    Hi all,
    i want to know the exact difference  between se09 and se10  .
    i know
    SE09 is the workbench transport requests transaction - here the developers can track changes to all ABAP workbench objects (dictionary, reports, module pools, etc). This is a developer-specific transaction and mostly all developers have access to this transaction.
    SE10 is the customizing request display transaction - this displays all the customizing requests in the system. Again, this could be restricted to Business analysts if required, since they would be doing most of the customizing changes in the system.
    but i think this is not the correct answer which is  already appear in the thread list
    recently sombady has answer like the one which i have mentioned above but the interviwer said that this is wrong.
    CAN ANYONE TELL ME THE EXACT ANSWER AND HELP ME OUT.
    Regards
    fareed

    Hi Fareed,
      First of all, i would say its a nice obsevation. As soon as i saw your post i started checking both transactions in seperate window and i found something interesting.
    My Observation is as follows:-
    <b>When we create a Transaction, apart from the Transaction Name, Program Name, Screen Number etc., we also can give someting called "AUTHORIZATION FOR CALLED TRANSACTIONS", under the menu: UTILITIES of the window.
    Also we can use TRANSACTION:SE97, Maintain Transaction call Authorization in CALL TRANSACTION. Here we maintain the list of TRANSACTION CALLED for our Calling Transaction.
    Now if you see, this list for Transaction SE09 and SE10, The Authorization for Called Transaction Differs a lot. Hence the difference bettween SE09 and SE10 is mainly the AUTHORIZATION Objects.</b>
    <b>NOTE:</b> This is my own observation, so there are chances of misinterpretation from my side, accounting to the human err. But this is something new to me too.
    Thanks and regards,
    RAVI :).
    PLEASE AWARD POINTS IF YOU FEEL MY SOLUTION TO YOUR QUESTION IS RIGHT $-).

  • Whats the difference between comparable and comparator?

    whats the difference between comparable and comparator?
    when must i use comparable, and when must i use comparator?

    whats the difference between comparable and
    comparator?Comparable is from the java.lang package, Comparator from java.util.
    when must i use comparable, and when must i use
    comparator?Here's a tutorial on both:
    http://java.sun.com/docs/books/tutorial/collections/interfaces/order.html

  • Whats the difference between oracle9i and oracle10g

    whats the difference between oracle9i and oracle10g?

    794244 wrote:
    whats the difference between oracle9i and oracle10g?About 12...
    SQL> select utl_match.jaro_winkler_similarity('oracle9i','oracle9i') as sameness from dual;
      SAMENESS
           100
    SQL> select utl_match.jaro_winkler_similarity('oracle9i','oracle10g') as sameness from dual;
      SAMENESS
            88
    SQL>

Maybe you are looking for

  • IPhone will not open even after reinstallation

    After importing some photo images from a CD and beginning to edit (red eyes) a few of them, *the iPhone hung up* with the spinning ball. So, I tried to close the application and even shut down the iMac without success. Eventually, I just shut down th

  • Import PO new scenario for all MM Guru's, please get me the solution

    For all MM Guru's I belive you can help for this scenario.... If I make an Import PO on USD currency for 20000 Qty, when I receive the material from Import vendor I'll maintain the customs and excise duties conditions in PO by changing, then MIRO fir

  • Extra monitor w/laptop in office, when out of office how do I prevent Firefox from displaying on the non-existant 2nd screen?

    When I am out of my office using my laptop, upon launching Firefox, it displays all of the tabs from the previous session on the non-existent extra monitor which is set up as a screen extention for when I am in my office. All of the other programs th

  • MacBook Pro name is being changed by adding ()

    MacBook Pro name is being changed by adding () after the name and incrementally increasing the number in (). I am using Yosemite.  I cannot determine what causes the number to be increased, but I am at 13 after resetting it this morning. This prevent

  • Finding special characters

    Hi, I have a table which has got a customer detail field which should have only alpahbets and numbers ie a to z, A to Z , 0 to 9.However due to typo there are some special chars entered in this field. How can i find all the rows with special char in