Inactive objects in ABAP

All,
Can you help me to answer this questions ?
Is there anyway to find all the inactive objects on ABAP ?
During Enhp4  upgrade, we touched the buffer during ddic activiation and not sure how many objects were in active because of this ?
Though the installation was successful
Thanks in advance!

Hi rkandy,
  Check [Repository Browser|http://help.sap.com/saphelp_nw70/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm] and [Help Doc |http://www.sap-abap4.com/how-many-exit-routines-are-active-in-your-sap-erp-system-456/] at bottom of this link there is a hint...
Regards,
S.Manu.

Similar Messages

  • What are the differences between inactive and active ABAP objects?

    Can anybody tell me what are the differences between inactive and active ABAP objects?
    In my opinion,  an active object is compiled and system wide available, that means the system do not have to compile the program again before run or use the object. While An inactive object is not system wide available and every time you run an inactive object, firstly the abap runtime will have to  generate a tempory runtime object and this inactive object can not seen by others.
    Am I right? Can anybody kindly tell me other differences?

    Hi,
    "When it is inactive, it is like it would not exist at all:" no - it's like it only exists to you
    "If we just saved that one means it is stored in application server not in database": no - the inactive version is also stored in the database. You can log off and log on and it will still be there, in its inactive status.
    "Only active objects can be executed.": no - inactive objects can be executed by you
    When you create or modify a program, it is inactive until you activate it.
    With a change, there are two versions of the program stored in the database - the active version (as it was before you made your change), and the inactive version. If you attempt to run the program, you'll run the inactive version - the one with your changes. Everyone else on the system will run the active version.
    In this way, you can make changes without affecting anyone else.
    Once you activate your program, then the inactive version becomes the active version.
    With a create, there is no active version, until you hit the activate button. This means ONLY you can run the program.
    An additional benefit of this model, is that if you make a change, save it, and then change your mind without activating, you can recover the active version into the editor, using version management.
    A downside is that sometimes you have to activate your change before you can test it, if it interacts with other, active, programs.
    Regards,
    Kumar

  • Error while activating XI App:  references the inactive object

    Guys,
    I am getting this error when I am activating my XI application .
    <i><b>Activation of the change list canceled Check result for Message Mapping Stockquote_Request_Map_01 | http://sapteched/XI/sessionid_XI251/inb/student_01:  Object Message Mapping Stockquote_Request_Map_01 | http://sapteched/XI/sessionid_XI251/inb/student_01 references the inactive object RFC Message ZGET_STOCKQUOTE | urn:sap-com:document:sap:rfc:functions | ZGET_STOCKQUOTE Check result for Message Mapping Stockquote_Response_Map_01 | http://sapteched/XI/sessionid_XI251/inb/student_01:  Object Message Mapping Stockquote_Response_Map_01 | http://sapteched/XI/sessionid_XI251/inb/student_01 references the inactive object RFC Message ZGET_STOCKQUOTE | urn:sap-com:document:sap:rfc:functions | ZGET_STOCKQUOTE.Response</b></i>

    Hi Manish,
    Make sure you have saved and activated all your dependent objects. If you have imported RFC structure then check
    for e.g. ZGET_STOCKQUOTE is your imported RFC structure then make sure its saved and activated.
    Then try activating your message mapping.
    Regards,
    Sridhar

  • How to activate all inactive objects for current user

    Hi
    How to activate all inactive objects for current user ...
    ... I have found a (long winded) way to do this:
    - Environment / Inactive Objects
    - Add to Worklist
    - Display Worklist
    - Select All
    - Activate
    this will open a dialog titled "Inactive Objects for <username>"
    which has the exact functionality I need ... but I can't figure out how to get to this dialog directly - without so many intermediate steps
    the SAP docs repeatedly mention the ability to activate the inactive worklist - but do not mention how
    does anybody know the TCode for this dialog?
    thanks
    ps does the term "mass activation" apply to importing change requests rather than development activation?
    Edited by: FireBean500 on Jun 4, 2010 11:07 PM

    No other way. But usually it's far more simple as all objects are already in our own worklist.
    I wonder why your objects are not already in your worklist, as everytime you create or maintain an object, it is added to your worklist.

  • Issue with internal table in object oriented ABAP.

    Hello Gurus,
    I am having trouble defining internal table in Object oriented ABAP. for following:
    DATA: BEGIN OF IT_TAB OCCURS 0.
            INCLUDE STRUCTURE ZCUSTOM.
    DATA    tot_sum   TYPE char40.
    DATA END OF IT_TAB.
    Can someone help ?
    Regards,
    Jainam.
    Edited by: Jainam Shah on Feb 5, 2010 8:33 PM
    Edited by: Jainam Shah on Feb 5, 2010 8:33 PM
    Moderator message - Please post in the correct forum. You can easily find out for yourself by looking at SAP help for internal tables using OOP - thread locked
    Edited by: Rob Burbank on Feb 5, 2010 2:49 PM

    No, you can not declare internal table with header line in OO context. You have to declare the work are/header line separately
    Example:
    TYPES: BEGIN OF ty_it_tab.
            INCLUDE STRUCTURE mara.
    TYPES:  tot_sum TYPE char40.
    TYPES: END OF ty_it_tab.
    DATA: it_tab TYPE STANDARD TABLE  OF ty_it_tab.
    DATA: wk_tab TYPE ty_it_tab.
    LOOP AT it_tab INTO wk_tab.
    ENDLOOP.
    Edited by: Dean Q on Feb 5, 2010 8:50 PM

  • Report to identify Inactive objects

    Hi,
    I faced some issues after Upgrade,
    where there were certain transactions that gave dump saying that a particular field or table doesnt exist.
    but when I went thru SE11 I did find those fields and tables in Active Mode, but even showing it Active, I activated it and later when I ran the t-codes which gave me dumps, didnt show any dumps.
    So is there a report or a way thru which we can identify objects which are Inactive even after the Upgrade ?
    Rewards for worth.
    Aditya

    Hi,
    Go through this blog.
    http://theguruspeaksaboutsap.blogspot.com/2007/09/upgrade-transaction-spdd-spau.html
    You can also go to se80 and select inactive objects from the list box.This will show you all the inactive objects.
    Reward if helpful.
    Regards,
    Harini.S

  • DB02 = Missing Tables and Indexes = Unknown objects in ABAP Dictionary = DB views

    Hi SAP Gurus,
    on our SAP NetWeaver 7.x BW (based on AIX/Oracle) I find via transaction DB02 (path = Diagnostics => Missing Tables and Indexes) under "Unknown objects in ABAP Dictionary" under DB views a BW object /BI0/.....
    When I make a double click on the object, I am getting the popup window "Display not possible for this object":
    How can I identify the object and clarify with the BW application expert, if needed, how to resolve this object?
    I searched already via RSA1 for the object, but I wasn't able to find anything so far ...
    Thanks for your help and ideas.
    Best regards
    Carlos

    Hello Carlos
    The database view in question is a temporary database object created during a query execution.
    Please read this SAP note 449891 - Temporary database objects in BW 3.x to understand what that view is all about and impact if those views are removed.
    The SAP notes 449891 and 1139396 suggests to run the report SAP_DROP_TMPTABLES to drop these temporary objects. Whether the objects are still required or not is a question to be put across to the BW team. If the temporary objects are removed when they are used by a query, then the query will fail.
    Have a nice day
    RB

  • Unknown Objects in ABAP Dictionary

    Hello Everyone,
    I am getting a few objects that come up when running the Missing tables and Indexes command in the DBCOCKPIT. Under Unknown Objects in ABAP Dictionary I have the following objects appear:
    sap_tabstats
    V_MSSDWDLLS
    sap_tabstats_V_newest
    sap_tabstats_V_oldest
    I cannot find anything referencing how to correct this issue. Can anyone be of any assistance? I would greatly appreciate it. Thanks!

    Hi:
    for  sap_tabstats, sap_tabstats_V_oldest and sap_tabstats_V_newest you can find in note 1027512 :
    4.  IMPORTANT CHANGES IN DATA COLLECTION AND HISTORY                                                                               
    o  Applying SP12 on a SQL Server system will introduce a new method
            for collecting database and table size histories.  This new    
            methode relies on t-sql objects sap_tabstats,                  
            sap_tabstats_V_newest, and sap_tabstats_V_oldest.  These items 
            aren't in the data dictionary and should be ignored in any     
            discrepancy reports.  They are added to an exception table for 
            SP13.                                                          
    For V_MSSDWDLLS you should read note 1020865. The view can be ignored.
    Regards
      Clas

  • Unknown object in ABAP Dictionary

    Hello
    In st04 in  "Missing tables and indexes" are many  indexes have reported unknown "Unknown object in ABAP Dictionary".
    This is because indexex are created directly in DB. Is there a way to solve this problem?
    We have db : oracle 10.2.04 and sap SAP ECC 6.0 (Pkg. lvl. 254).

    Hi,
    In ST04, If you click Missing tables and indexes then next to "Unknown object in ABAP Dictionary"  there is a information button which says as below, kindly go through it which could help you.
    " Here objects which were found on the database but which are not defined
    in the ABAP Dictionary are displayed. These objects are displayed for
    information only, since they generally do not belong to the SAP System.
    These objects normally do not cause problems.
    The objects are generally created directly with database means. If the
    author is unknown, the purpose of the table can sometimes be determined
    using the display function. Any data can only be displayed with database
    means since the SAP tools for displaying data are based on the
    definition in the ABAP Dictionary.
    In some cases, such objects were already overlooked by SAP at delivery
    or occurred during upgrading. To check this, search in OSS using the
    keyword DB02 and the Release level for a corresponding Note.
    Customer tables, views and indexes should always be created with the
    ABAP Dictionary. This is the only way to ensure that the objects are
    recognized by the SAP System and that for example collisions can be
    avoided during an upgrade."
    Regards,
    Sharath

  • Unknown object in ABAP dictionary- TADIR^SRCDEP

    Hi,
    I found an entry in unknown object in ABAP dictionary while monitoring the system.
    This this the location I found this entry DBACOCKPIT-> Diagnostics-> missing table and indexes-> unknown object in ABAP dictionary.
    Could you please help to figure out how to solve this?
    Thanks in advance.
    Regards,
    Pradeep

    Hello,
    You can ignore the index TADIR^SRCDEP in transaction DB2.
    The installation creates the index TADIR^SRCDEP to avoid hanging
    situations on the database while executing reports. When the
    installation is finished you can delete this index.
    Drop the index TADIR^SRCDEP on the database:
        o  start SQL Server Management Studio
        o  connect to your SQL Server
        o  open a query window and execute the following command (replace
           SID by the uppercase system name, sid by the lowercase system
           name):
           drop index [TADIR^SRCDEP] on SID.sid.TADIR
    Best regards
      Clas

  • BOR Object and ABAP Class

    Hi,
        Can anybody say when to use BOR object and Abap class in the task with an example.
    Thanks,
    Mugundhan

    There is no any specific condition or rule that for this purpose you need to use BOR and Class , it depends on your requirement. not only the requirement but also the new techniques to make classes not just as simple way to create objects but when you use classes in the Workflows they are not simple classes but they are BUSINESS CLASSES which makes a lot of difference.
    Check the blogs of [Jocelyn Dart|https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action%3fpageid=55566]

  • Problem in creating new objects in ABAP workbench

    Hi ,
        I am getting error in a newly installed SAP system when try to create new objects in ABAP workbench. The error is like'No changes for the user allowed'.
    Can you tell me what the error is here? What can be done for this so that I can create new object.
    Thanks,
    Manas

    Hi,
    Run tcode SU01. (Provided if u hav authorization to run this Tcode)
    Enter SAP* as user and click on the Copy button.
    Enter the name for your new user in the dialog box and click Continue
    Enter a password for your new user.
    Goto Profile sheet and adjust the profiles to be SAP_ALL and SAP_NEW.
    Save the user and logon with it.
    Now you'll be able to do your changes.
    Reward Points if useful.
    Regards
    Rose
    Edited by: Rose Preethi on Mar 31, 2008 5:20 PM

  • SP11 upgrade is stuck in Pre-Processing phase MAIN_INIT/REPACHK_CLONE due to inactive object

    Hi ,
    SP11 upgrade is stuck in Pre-Processing phase MAIN_INIT/REPACHK_CLONE with the following errors
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    REPACHK ERRORS and RETURN CODE in GET_INACTIVE_SAP_OBJECTS.SMG
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    4 ETG040 Start time.....: "17.06.2014" "00:13:43"
    4 ETG039 -------------------------------------------------------------------------
    4 ETG010 "533 inactive objects found" " " " " " "
    4 ETG010 "257 inactive SAP objects" "colliding with import queue found." " " " "
    4 ETG010 "Please contact the development team" "to either activate or discard the inactive object." " " " "
    2EETG010 "The following objects are inactive" "in the system:" " " " "
    2EETG010 "LIMU" "CINC" "/1WDA/CASTANDARD==============CCDEF" " "
    2EETG010 "LIMU" "CINC" "/1WDA/CASTANDARD==============CCIMP" " "
    2EETG010 "LIMU" "CINC" "/1WDA/CBUSINESS_GRAPHICS======CCIMP" " "
    2EETG010 "LIMU" "CINC" "CL_AC_CUSTOM_TEMPLATE=========CCAU" " "
    2EETG010 "LIMU" "CINC" "CL_AC_MO_TEMPLATE=============CCAU" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_MO_TEMPLATE" " "
    2EETG010 "LIMU" "CPRO" "CL_AC_MO_TEMPLATE" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_MO_TEMPLATE" " "
    2EETG010 "LIMU" "CINC" "CL_AC_TEMPLATE_REPOSITORY=====CCAU" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_TEMPLATE_REPOSITORY" " "
    2EETG010 "LIMU" "CPRI" "CL_AC_TEMPLATE_REPOSITORY" " "
    2EETG010 "LIMU" "CPRO" "CL_AC_TEMPLATE_REPOSITORY" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_TEMPLATE_REPOSITORY" " "
    2EETG010 "LIMU" "CINC" "CL_AI_SC_REFRESH==============CCIMP" " "
    2EETG010 "LIMU" "CINC" "CL_GENERIC_DATALOADER=========CCAU" " "
    2EETG010 "LIMU" "CINC" "CL_WDR_ESCAPE=================CCAU" " "
    2EETG010 "LIMU" "CINC" "CL_WDR_ESCAPE=================CCDEF" " "
    2EETG010 "LIMU" "CINC" "CL_WDR_ESCAPE=================CCIMP" " "
    2EETG010 "LIMU" "CINC" "CL_WDR_ESCAPE=================CCMAC" " "
    2EETG010 "LIMU" "CLSD" "CL_WDR_ESCAPE" " "
    2EETG010 "LIMU" "CPRI" "CL_WDR_ESCAPE" " "
    2EETG010 "LIMU" "CPRO" "CL_WDR_ESCAPE" " "
    2EETG010 "LIMU" "CPUB" "CL_WDR_ESCAPE" " "
    2EETG010 "LIMU" "CINC" "CX_SYSTEM_READ_ERROR==========CCDEF" " "
    2EETG010 "LIMU" "CINC" "CX_SYSTEM_READ_ERROR==========CCIMP" " "
    2EETG010 "LIMU" "CINC" "CX_SYSTEM_READ_ERROR==========CCMAC" " "
    2EETG010 "LIMU" "CLSD" "CX_SYSTEM_READ_ERROR" " "
    2EETG010 "LIMU" "CPRI" "CX_SYSTEM_READ_ERROR" " "
    2EETG010 "LIMU" "CPRO" "CX_SYSTEM_READ_ERROR" " "
    2EETG010 "LIMU" "CPUB" "CX_SYSTEM_READ_ERROR" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_EXTRACTOR" " "
    2EETG010 "LIMU" "CPRI" "CL_AC_EXTRACTOR" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_EXTRACTOR" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_INCIDENT_MANAGER" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_INCIDENT_MANAGER" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_METRIC" " "
    2EETG010 "LIMU" "CPRI" "CL_AC_METRIC" " "
    2EETG010 "LIMU" "CPRO" "CL_AC_METRIC" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_METRIC" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_NOTIFICATION_MANAGER" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_NOTIFICATION_MANAGER" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_REACTIONS_MANAGER" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_REACTIONS_MANAGER" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_SE61_DOC_MANAGER" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_SE61_DOC_MANAGER" " "
    2EETG010 "LIMU" "CLSD" "CL_AC_TEMPLATE_FACTORY" " "
    2EETG010 "LIMU" "CPUB" "CL_AC_TEMPLATE_FACTORY" " "
    2EETG010 "LIMU" "CLSD" "CL_AGS_DVM_SCH_ASSISTANCE" " "
    2EETG010 "LIMU" "CPUB" "CL_AGS_DVM_SCH_ASSISTANCE" " "
    2EETG010 "LIMU" "CLSD" "CL_AGS_SD_ADAPTER_TOOLS" " "
    2EETG010 "LIMU" "CLSD" "CL_AGS_SERVICE_ENGA" " "
    2EETG010 "LIMU" "CLSD" "CL_AI_CRM_CPY_PROCTYPE_SERVICE" " "
    2EETG010 "LIMU" "CPUB" "CL_AI_CRM_CPY_PROCTYPE_SERVICE" " "
    2EETG010 "LIMU" "METH" "CL_AI_CRM_CPY_PROCTYPE_SERVICECM008" " "
    2EETG010 "LIMU" "METH" "CL_AI_CRM_CPY_PROCTYPE_SERVICECM009" " "
    2EETG010 "LIMU" "CLSD" "CL_AI_SDK_SP_SUSER" " "
    2EETG010 "LIMU" "CLSD" "CL_ALERT_CONSM_CONSTANTS" " "
    2EETG010 "LIMU" "CPUB" "CL_ALERT_CONSM_CONSTANTS" " "
    2EETG010 "LIMU" "CLSD" "CL_BUFFERS_FORCC" " "
    2EETG010 "LIMU" "CPUB" "CL_BUFFERS_FORCC" " "
    2EETG010 "LIMU" "CLSD" "CL_DSWP_NA_NOTIF_ADMIN" " "
    2EETG010 "LIMU" "CLSD" "CL_E2E_TWB_EXTRACTOR" " "
    2EETG010 "LIMU" "CLSD" "CL_GENERIC_DATALOADER" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_DATA_VOLUMES" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_DATA_VOLUMES" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_DATA_VOLUMES" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_EXTRACTOR" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_EXTRACTOR" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_EXTRACTOR" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_INDX_SERV_HEAP" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_INDX_SERV_HEAP" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_INDX_SERV_HEAP" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_INTERNAL_EVENTS" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_INTERNAL_EVENTS" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_INTERNAL_EVENTS" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_MEMORY_STATISTICS" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_MEMORY_STATISTICS" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_MEMORY_STATISTICS" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_RESOURCE_UTILIZAT" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_RESOURCE_UTILIZAT" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_RESOURCE_UTILIZAT" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_DBH_VOLUME_FILES" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_DBH_VOLUME_FILES" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_DBH_VOLUME_FILES" " "
    2EETG010 "LIMU" "CLSD" "CL_HDB_RDI_META" " "
    2EETG010 "LIMU" "CLSD" "CL_LMDB_CS_UTIL" " "
    2EETG010 "LIMU" "CLSD" "CL_SISE_MAIN_ASSIST" " "
    2EETG010 "LIMU" "CLSD" "CL_SMSY_OPPHASE_GROUP_EDITOR32" " "
    2EETG010 "LIMU" "CLSD" "CL_SM_E2EREP_SETUP" " "
    2EETG010 "LIMU" "CLSD" "CL_SVCP_SETUP" " "
    2EETG010 "LIMU" "CLSD" "CL_WDR_TEXT_FORMATTER" " "
    2EETG010 "LIMU" "CLSD" "CX_E2E_DPC_SETUP" " "
    2EETG010 "LIMU" "CPRI" "CL_AC_METRIC_REPOSITORY" " "
    2EETG010 "LIMU" "CPRI" "CL_AC_TEMPLATE" " "
    2EETG010 "LIMU" "CPRO" "CL_AC_TEMPLATE" " "
    2EETG010 "LIMU" "CPRI" "CL_AI_CRM_CPY_PROCTYPE" " "
    2EETG010 "LIMU" "CPRI" "CL_AI_SDK_SP_SUSER" " "
    2EETG010 "LIMU" "CPRI" "CL_ALRT_SELF_MON_LANDSCAPE" " "
    2EETG010 "LIMU" "CPRI" "CL_DSWP_NA_NOTIF_ADMIN" " "
    2EETG010 "LIMU" "CPRI" "CL_E2EEFWK_SETUP" " "
    2EETG010 "LIMU" "CPRI" "CL_E2E_DPC_SETUP" " "
    2EETG010 "LIMU" "CPRI" "CL_GENERIC_DATALOADER" " "
    2EETG010 "LIMU" "CPRI" "CL_SMSY_OPPHASE_GROUP_EDITOR32" " "
    2EETG010 "LIMU" "CPRI" "CL_SM_E2EREP_SETUP" " "
    2EETG010 "LIMU" "CPRI" "CL_WDR_TEXT_FORMATTER" " "
    2EETG010 "LIMU" "CPRO" "CL_AC_ASSIGNMENT_REPOSITORY" " "
    2EETG010 "LIMU" "CPRO" "CL_GENERIC_DATALOADER" " "
    2EETG010 "LIMU" "CPRO" "CL_HDB_RDI_META" " "
    2EETG010 "LIMU" "CPRO" "CL_SMSY_OPPHASE_GROUP_EDITOR32" " "
    2EETG010 "LIMU" "CPRO" "CL_SM_E2EREP_SETUP" " "
    2EETG010 "LIMU" "CPUB" "CL_AGS_SD_ADAPTER_TOOLS" " "
    2EETG010 "LIMU" "CPUB" "CL_AGS_SERVICE_ENGA" " "
    2EETG010 "LIMU" "CPUB" "CL_AI_SDK_SP_SUSER" " "
    2EETG010 "LIMU" "CPUB" "CL_DSWP_NA_NOTIF_ADMIN" " "
    2EETG010 "LIMU" "CPUB" "CL_E2E_TWB_EXTRACTOR" " "
    2EETG010 "LIMU" "CPUB" "CL_GENERIC_DATALOADER" " "
    2EETG010 "LIMU" "CPUB" "CL_HDB_RDI_META" " "
    2EETG010 "LIMU" "CPUB" "CL_LMDB_CS_UTIL" " "
    2EETG010 "LIMU" "CPUB" "CL_SISE_MAIN_ASSIST" " "
    2EETG010 "LIMU" "CPUB" "CL_SMSY_OPPHASE_GROUP_EDITOR32" " "
    2EETG010 "LIMU" "CPUB" "CL_SM_E2EREP_SETUP" " "
    2EETG010 "LIMU" "CPUB" "CL_SVCP_SETUP" " "
    2EETG010 "LIMU" "CPUB" "CL_WDR_TEXT_FORMATTER" " "
    2EETG010 "LIMU" "CPUB" "CX_E2E_DPC_SETUP" " "
    2EETG010 "R3TR" "ENHO" "AGS_GET_JOB_DOC_ATTR" " "
    2EETG010 "LIMU" "FUNC" "AGS_DSWP_SOLMAN_INFO" " "
    2EETG010 "LIMU" "REPS" "LAGS_DSWP_REPORTING$01" " "
    2EETG010 "LIMU" "FUNC" "AGS_SISE_MANU_NOTE_ACTS" " "
    2EETG010 "LIMU" "REPS" "LAGS_SISE_UTIL$02" " "
    2EETG010 "LIMU" "REPS" "LAGS_SISE_UTILF07" " "
    2EETG010 "LIMU" "REPS" "SAPLAGS_SISE_UTIL" " "
    2EETG010 "LIMU" "FUNC" "CCMSBI_DB_UPDATER_REMOTE" " "
    2EETG010 "LIMU" "FUNC" "CCMSBI_GEN_TESTDATA_SETUP" " "
    2EETG010 "LIMU" "FUNC" "SMD_DATA_LOADER_ALM" " "
    2EETG010 "LIMU" "REPS" "LSCSM_BI_DATALOAD$28" " "
    2EETG010 "LIMU" "REPS" "LSCSM_BI_DATALOAD$32" " "
    2EETG010 "LIMU" "REPS" "LSCSM_BI_DATALOADF01" " "
    2EETG010 "LIMU" "REPS" "LSCSM_BI_DATALOADU32" " "
    2EETG010 "LIMU" "REPS" "LSCSM_BI_DATALOADV28" " "
    2EETG010 "LIMU" "FUNC" "DSWP_CI_GET_OBJECTS_BY_GUID" " "
    2EETG010 "LIMU" "FUNC" "DSWP_CREATE_SOLUTION" " "
    2EETG010 "LIMU" "FUNC" "E2E_STAPI_EXTRACTOR_CE2_V2" " "
    2EETG010 "LIMU" "REPS" "LE2E_FUNC$33" " "
    2EETG010 "LIMU" "FUNC" "E2E_TWB_POST_DATA_LOADER" " "
    2EETG010 "LIMU" "FUNC" "FM_UPD_DELIVERY_AFTER_IMPORT" " "
    2EETG010 "LIMU" "REPS" "LAI_UPDATE_CONTENT$01" " "
    2EETG010 "LIMU" "FUNC" "SMSU_CREATE_TEMP_RFC" " "
    2EETG010 "LIMU" "FUNC" "SMSU_MANAGED_SYSTEM" " "
    2EETG010 "LIMU" "REPS" "LSM_SETUP_API$03" " "
    2EETG010 "LIMU" "REPS" "LSM_SETUP_API$04" " "
    2EETG010 "LIMU" "FUNC" "SMSY_GENERATE_RFCDEST_W_USER" " "
    2EETG010 "LIMU" "REPS" "LSMSY_GENERATE_RFCDEST$07" " "
    2EETG010 "LIMU" "FUNC" "SOLAR_BUSINESS_CONT_DISP_ALV" " "
    2EETG010 "LIMU" "REPS" "LSOLAR05$33" " "
    2EETG010 "LIMU" "FUNC" "STREE_GET_STEXT_FOR_RTYPE_ECTC" " "
    2EETG010 "LIMU" "FUNC" "STREE_GET_STEXT_FOR_RTYPE_TWBC" " "
    2EETG010 "R3TR" "INTF" "IF_ACE_METRIC_EVENT_FILTER" " "
    2EETG010 "R3TR" "INTF" "IF_AC_TEMPLATE" " "
    2EETG010 "R3TR" "INTF" "IF_AC_TEMPLATE_REPOSITORY" " "
    2EETG010 "R3TR" "INTF" "IF_AI_SC_UTIL" " "
    2EETG010 "R3TR" "INTF" "IF_ATW_METRIC" " "
    2EETG010 "R3TR" "INTF" "IF_E2E_EFWK_SETUP" " "
    2EETG010 "R3TR" "INTF" "IWCI_AGS_CC_INCIDENT_DETAILS" " "
    2EETG010 "R3TR" "INTF" "IWCI_AGS_INCIDENT_FAVOURITES" " "
    2EETG010 "R3TR" "INTF" "IWCI_AGS_RBE_IMPORT" " "
    2EETG010 "R3TR" "INTF" "IWCI_AGS_WORK_DVM_SCH_ANALYSIS" " "
    2EETG010 "R3TR" "INTF" "IWCI_POWL_TABLE_COMP" " "
    2EETG010 "R3TR" "INTF" "IWCI_POWL_UI_COMP" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_ALRT_DATA_PROVIDER" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_ALRT_SELF_MON_OVRVIEW" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_CONFIG_WIZARD" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_ALERTS" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_DATA_PROVIDER" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_DFLT_TEMPLATE" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_HIERARCHY" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_INCIDENT" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_METRICS" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_METRIC_DETAIL" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_MONOBJ_DETAIL" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_NOTIFICATION" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_REACTIONS" " "
    2EETG010 "R3TR" "INTF" "IWCI_WDC_MAI_REP_RULE_TYPE" " "
    2EETG010 "R3TR" "INTF" "IWCI_WD_ALRT_MEADEF_CTS" " "
    2EETG010 "R3TR" "INTF" "IWCI_WD_SISE_CUSTOM_TMPL_CONF" " "
    2EETG010 "LIMU" "METH" "CL_ALERT_HTML_REPORT_GENERATORCM002" " "
    2EETG010 "LIMU" "REPS" "AI_BPMON_FIX" " "
    2EETG010 "LIMU" "REPS" "AI_CRM_IM_UPDATE_FROM_SAP_C01" " "
    2EETG010 "LIMU" "REPS" "AI_SDK_SP_GENERATE_BP_V2" " "
    2EETG010 "LIMU" "REPS" "AI_SDK_SP_GENERATE_BP_V2_F01" " "
    2EETG010 "LIMU" "REPS" "AI_SDK_SP_GENERATE_BP_V2_TOP" " "
    2EETG010 "LIMU" "REPS" "CCMSBI_GEN_TESTDATA_SETUP" " "
    2EETG010 "LIMU" "REPS" "CRM_DNO_SERVICE_MONITOR" " "
    2EETG010 "LIMU" "REPS" "LDSWP_BPM_FUNCF08" " "
    2EETG010 "LIMU" "REPS" "RLMDB_TECH_SCEN_DUAL_STACKS" " "
    2EETG010 "LIMU" "REPS" "WDAL_URD2_BUSINESS_GRAPHICS" " "
    2EETG010 "LIMU" "WAPP" "BSPWD_BASICS SCRIPTS.JS" " "
    2EETG010 "LIMU" "WAPP" "THTMLB_SCRIPTS SCRIPTS_DELTAHANDLIN" " "
    2EETG010 "LIMU" "WAPP" "THTMLB_SCRIPTS SCRIPTS_KEYBOARD.JS" " "
    2EETG010 "LIMU" "WDYC" "AGS_CC_INCIDENT_DETAILS COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "AGS_INCIDENT_FAVOURITES COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "AGS_RBE_IMPORT COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "AGS_RBE_IMPORT IMP_FLOW_CONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "AGS_WORK_DVM_SCH_ANALYSIS COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_DVM_SCH_ANALYSIS MAIN" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_DVM_SCH_ANALYSIS V_SCOPE_SEL" " "
    2EETG010 "LIMU" "WDYC" "POWL_TABLE_COMP COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "POWL_UI_COMP COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_ALRT_DATA_PROVIDER COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_ALRT_DATA_PROVIDER MGVARIANTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_ALRT_DATA_PROVIDER PARAMETERTABLE" " "
    2EETG010 "LIMU" "WDYC" "WDC_ALRT_SELF_MON_OVRVIEW COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_CONFIG_WIZARD COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_CONFIG_WIZARD MAIN" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_ALERTS COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_ALERTS MAIN" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_DATA_PROVIDER COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_DATA_PROVIDER MGVARIANTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_DATA_PROVIDER METRIC_GROUP_VARIANT" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_DATA_PROVIDER PARAMETERTABLE" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_DFLT_TEMPLATE COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_HIERARCHY COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_INCIDENT COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_INCIDENT MAIN" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_METRICS COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_METRIC_DETAIL COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_MONOBJ_DETAIL COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_MONOBJ_DETAIL MAIN" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_NOTIFICATION COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_NOTIFICATION MAIN" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_REACTIONS COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_REACTIONS MAIN" " "
    2EETG010 "LIMU" "WDYC" "WDC_MAI_REP_RULE_TYPE COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "WDC_MAI_REP_RULE_TYPE MAIN" " "
    2EETG010 "LIMU" "WDYC" "WD_ALRT_MEADEF_CTS COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYC" "WD_SISE_CUSTOM_TMPL_CONF COMPONENTCONTROLLER" " "
    2EETG010 "LIMU" "WDYV" "AGS_DVM_AFWK_LOG_VIEWER MAIN" " "
    2EETG010 "LIMU" "WDYV" "AGS_INCIDENT_FAVOURITES VWWATCHLIST" " "
    2EETG010 "LIMU" "WDYV" "AGS_RBE_AS VW_AS_TREE_TABLE" " "
    2EETG010 "LIMU" "WDYV" "AGS_RBE_IMPORT V_LOG_COMP_MAP" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_MAIN" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_CHANGE_REQS" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_ISSUES" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_MSGS_EODS" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_PARENT_OBJS" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_PROCESS_INFO" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_SERVICES" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT VW_TAB_TASKS" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_ESD_ISSUE_MGMT WND_MAIN" " "
    2EETG010 "LIMU" "WDYV" "AGS_WORK_SERVICES_ENGAGE VW_MAIN" " "
    2EETG010 "LIMU" "WDYV" "AICCMSBI_OPERATION_CENTER V_MAIN" " "
    2EETG010 "LIMU" "WDYV" "AICCMSBI_TWB_SETUP V_MAIN" " "
    2EETG010 "LIMU" "WDYV" "AI_SERVICE_CONNECTIONS TREE_CONTROL" " "
    2EETG010 "LIMU" "WDYV" "POWL_UI_COMP POWL_MASTER" " "
    2EETG010 "LIMU" "WDYV" "POWL_UI_COMP POWL_MASTER2" " "
    2EETG010 "LIMU" "WDYV" "WDC_ALERT_GROUP_DETAILS EVENT_GROUP_VIEW" " "
    2EETG010 "LIMU" "WDYV" "WD_SISE_CUSTOM_AGS V_BW_SYSTEM" " "
    2EETG010 "LIMU" "WDYV" "WD_SISE_SS_GUID_PROC GENERIC_POPUP" " "
    Any help to fix this issue.
    Rg,
    Karthik

    Hello Karthik
    I know the list is long. Unfortunately I have never had such a long list of inactive objects in the system during an update or upgrade. But I believe you can make use of the mass activation program RADMASG0 to have them activated. The other option I can think of is to use the function module RS_INACTIVE_OBJECTS_LIST to list all the inactive objects and see whether they can be mass activated from there. I believe it is possible to activate all from there after selecting a block. (Never tried so I cannot guarantee).
    Regards
    RB

  • How do I get a variable, or object from ABAP STACK.

    Hey Gurus,
    How do I get a variable, or object from ABAP STACK.
    Example: I start my FM. I can see in the ABAP STACK the variable I need. I can see the object; I could use to get my variable. I need to use it in my FM; however I need to reference it in the run time. How do I do that?
    Is there a method I can use for reading ABAP STACK?
    Do I just use command: get reference of u2026?
    Does anyone have an example code?
    Basis version 7
    Thanks in advance
    Martin

    Ah, you mean you want to access a variable from another program in the call stack, yes?  You can do this using field symbols, but please don't try to change a value while doing this, it could really screw things up. 
    this example, is using two programs, where the second is accessing variables of the first program.  Basically just notice that we are using the program name and the variable name when assigning the field symbol.
    report zrich_0006 .
    tables: mara.
    parameters: p_matnr type mara-matnr..
    data: matnr type mara-matnr.
    data: imarc type table of marc with header line.
    matnr = p_matnr.
    select * from marc into table imarc up to 10 rows
                   where matnr = p_matnr.
    perform in in program zrich_0007.
    report zrich_0007 .
    *       FORM in                                                       *
    form in.
      data: field(50).
      data: xmarc type marc.
      field-symbols: <matnr>.
      field-symbols: <imarc> type marc_upl_tt.
    * Assign an individual variable
      field = '(ZRICH_0006)matnr'.
      assign (field) to <matnr>.
    * Assign an internal table
      field = '(ZRICH_0006)IMARC[]'.
      assign (field) to <imarc>.
    * Write out your data
      write <matnr>.
      loop at <imarc> into xmarc.
        write: / xmarc-werks.
      endloop.
    endform.
    Regards,
    Rich Heilman

  • How to find inactive objects in transport?

    I have a transport with alot of objects.  I do not want to go into each one to check active status.  How can I see the status of the objects in a list linked to that transport or simply check which ones are inactive?

    hi JJ,
    Goto SE01, give in your request number -> display -> Request/Check -> Complete Check.
    I believe this will list you all inactive objects.
    <REMOVED BY MODERATOR>
    Thanks,
    VV
    Edited by: Alvaro Tejada Galindo on Mar 10, 2008 3:38 PM

Maybe you are looking for

  • HP Laserjet 1020 is not recognized by Airport Extreme(2nd gen)

    Per instructions on the manual, I hooked up my HP Laserjet 1020 to the USB port on the Extreme, hoping to use it as a network printer for 4 computers.  It does not show up on the printer list and everything I have tried, including updating drivers an

  • Icons missing on some files

    Hi everyone, I recently did a complete fresh install of Leopard on my Mac Pro. One strange thing I have noticed is that some files do not show any preview or icon associated with the file or application. Instead there is a simple dotted outline of a

  • PORTAL INTEGRATION WITH ORACLE REPORTS STILL REQUIRING LOGIN

    I'm trying to integrate Portal and Reports. It works properly in a WinNT environment, bypassing the Oracle reports logon screen, due to the previous Oracle Portal logon. However, when working on Solaris, Oracle reports continues to require logon.

  • Framemaker 10 trail install failure

    I am trying to decide between upgrading Framemaker 8 to FM 10 or migrating to Madcap Flare. I need to produce both print and web outputs and most of the documents are structured. I have lots of legacy FM files. I downloaded and installed Flare withou

  • .PSD file doesn't look like in Adobe Photoshop

    Hi everybody! I have problem with Adobe Fireworks CS4 trial. My friend created a .psd file in Adobe Photoshop and sent it to me. When I opened it, some layers didn't look like in Adobe Photoshop. They had 50% opacity, but in Photoshop was set only 20