How to view List of Customization request in hierarchy.

Hello Experts
Once customization is saved by an user, how to visualize all the lists of customization request saved in hierarchy wise, also provide more clarity on how to transport (Process of migration) these customization requests from one server to other.
Can someone help me with this?

Hi!
In SE10 transaction you can see the transports, and the customizing entries within it.
Customizing entries are only tables and table entries, there is no hierarchical relationship between them.
You might know, that "this entrie is a must to create that entry", but SAP doesn't know this, it knows only tables and table entries.
The "hierarchy" is checked in those SAP standard transactions, where the customizing entries are used.
So if you wanted to write such thing, you have to write them for each customizing entries. That would be a huge work...
I think it's better for you to use the SE10 transaction.
Regards
Tamá

Similar Messages

  • How to view only specific authentication requests in access tracker

    Requirement:
    How to view only "Healthy/Unhealthy" requests from a specific Webauth service.
    Solution:
    If we have more than one Webauth service (based on conditions such as Device type or NAS IP or posture status etc) and we need only Healthy/Unhealthy requests from a specific service in access tracker for administrative use; we need to create a custom Data filter.
    Configuration:
    Below are the steps to achieve the same:
          Navigate to Monitoring > Data filters > Click on "Add" option to create a new filter
          Specify a name on the "Filter" tab
          Select the "Rule" tab to specify the unique condition (to filter the access tracker request)
          Create the below conditions: 
                     ( Commonystem-Posture-Token CONTAINS Healthy ) 
                     -   AND   -   ( Commonervice CONTAINS Windows-health-check )
          5.        Save this filter
    Now we can use this Data filter in access tracker to only view Healthy Webauth requests from "Windows-health-check" service.
    Verification
    So now we can verify the output by looking at the access tracker. 
    At present we can see "Eight" webauth requests in access tracker. Now we want to see only Healthy web-auth request from "Windows-health-check" service.
    We change the data filter to the Custom "healthy-filter" and now only see one request in access tracker as per our requirement.

    Hi Vignesh,
    ANy luck on this ? I am trying the almost same thing...and stuck at same point.
    Please let us know if you have any more information.

  • How to view list of contracts for ship - to - parties

    Hi,
    How to view list of contracts for ship - to - parties
    LM

    Dear LM,
    This is possible through VA45 transaction,but as per the standard you can get sold to party wise .
    If you want ship to party wise then you need to do these configuration settings to add SH partner function to selection list then try
    Go through IMG path
    SPRO>IMG>Sales and Distribution>Sales>Lists-->Set Updating Of Partner Index here you go for new entries then maintain SH -Ship to party partner function for Transaction group 4-contract then save the changes.
    Now go to VA45 transaction then click on partner functions push button here you enter partner function SH then give the other details like ship to paty number ,material and date then execute now system will give the contract document list for that ship to party.
    I hope this will help you,
    Regards,
    Murali.

  • How to view list of all system exceptions from standard package?

    Hello,
    How to view list of all system exceptions from standard package?
    Regards
    Krishna

    Just for fun:
    SQL> conn sys/****** as sysdba
    Verbonden.
    SQL> select cast(trim(substr(text,instr(text,'(')+1,instr(text,',')-instr(text,'(')-1)) as varchar2(30)) exception_name
      2       , to_number(replace(substr(text,instr(text,',')+1,instr(text,')')-instr(text,',')-1),'''')) error_number
      3    from user_source
      4   where text like '%pragma EXCEPTION_INIT%'
      5     and type = 'PACKAGE'
      6     and name = 'STANDARD'
      7   order by exception_name
      8  /
    EXCEPTION_NAME                 ERROR_NUMBER
    ACCESS_INTO_NULL                      -6530
    CASE_NOT_FOUND                        -6592
    COLLECTION_IS_NULL                    -6531
    CURSOR_ALREADY_OPEN                   -6511
    DUP_VAL_ON_INDEX                         -1
    INVALID_CURSOR                        -1001
    INVALID_NUMBER                        -1722
    INVALID_OBJECT_NAME                  -44002
    INVALID_QUALIFIED_SQL_NAME           -44004
    INVALID_SCHEMA_NAME                  -44001
    INVALID_SQL_NAME                     -44003
    LOGIN_DENIED                          -1017
    NO_DATA_FOUND                           100
    NO_DATA_NEEDED                        -6548
    NOT_LOGGED_ON                         -1012
    PROGRAM_ERROR                         -6501
    ROWTYPE_MISMATCH                      -6504
    SELF_IS_NULL                         -30625
    STORAGE_ERROR                         -6500
    SUBSCRIPT_BEYOND_COUNT                -6533
    SUBSCRIPT_OUTSIDE_LIMIT               -6532
    TIMEOUT_ON_RESOURCE                     -51
    TOO_MANY_ROWS                         -1422
    USERENV_COMMITSCN_ERROR               -1725
    VALUE_ERROR                           -6502
    ZERO_DIVIDE                           -1476
    26 rijen zijn geselecteerd.Regards,
    Rob.

  • How to view list of all constraints,triggers,procedures ...etc

    hi,
    how to view a list of all the available constraints, triggers, procedures, functions, packages in a database.And how to view its definition ?

    user12222356 wrote:
    And how to view its definition ?If by definition you mean DDL to create it, use DBMS_METADATA:
    SELECT  DBMS_METADATA.GET_DDL(object_type,object_name,owner)
      FROM  DBA_OBJECTS
      WHERE OBJECT_TYPE IN ('TRIGGER','PROCEDURE','FUNCTION' )
    /For example:
    SET LONG 10000
    SELECT  DBMS_METADATA.GET_DDL(object_type,object_name,owner)
      FROM  DBA_OBJECTS
      WHERE OBJECT_TYPE IN ('TRIGGER','PROCEDURE','FUNCTION' )
    DBMS_METADATA.GET_DDL(OBJECT_TYPE,OBJECT_NAME,OWNER)
      CREATE OR REPLACE PROCEDURE "SYS"."SUBPTXT2" (name varchar2, subname varchar2,
    usr varchar2,
                                 dbname varchar2, dbowner varchar2,
                                 txt in out varchar2) is
    status diutil.ub4;
    begin -- main
        diutil.subptxt(name, subname, usr, dbname, dbowner, txt, status);
        if (status <> diutil.s_ok) then
            if (status = diutil.s_subpNotFound) then
    DBMS_METADATA.GET_DDL(OBJECT_TYPE,OBJECT_NAME,OWNER)
                txt := '$$$ s_subpNotFound';
            elsif (status = diutil.s_stubTooLong) then
                txt := '$$$ s_stubTooLong';
            elsif (status = diutil.s_logic) then
                txt := '$$$ s_logic';
            elsif (status = diutil.s_notInPackage) then
                txt := '$$$ s_notInPackage';
            else txt := '$$$ s_other';
            end if;
        end if;
    end subptxt2;
    DBMS_METADATA.GET_DDL(OBJECT_TYPE,OBJECT_NAME,OWNER)
    SQL> SY.

  • How to view list buffer in new debugger?

    Hi there,
    Any body knows how to view the list buffer generated so far while debugging in new debugger.It says, after first write statement a new button appears in tool bar.I couldn't find it.Please help.
    regards

    HI,
    The option Goto -> Status Display - > Display List (or Ctrl+F12) allow you to see the output so far written to the sysout in the Old Debugger.
    if you are using the new debugger the only work around that I have found is to switch to the old debugger
    ( Debugger -> Switch to classic debugger)
    You can then use CTRL+F12 to see the list output. Then you can switch back to the new debugger.
    According to my thought this facility seems absent in new debugger.
    Regards

  • How to view the input rate request xml?

    Hi Frens,
    please help on viewing the input rate request xml. I am not able to view the input xml(don't know to view). tell where I have to go and view that XML file.
    I am using oracle insbridge rate manager version 4.00.0.
    thanks in advance.

    user13809539 wrote:
    Hi Andy,
    I am new to INSBridge 4 and currently learning it on our own. I am facing some issues in creating rating logic and algorithms. Unfortunately Ratemanager library does not have any mock rating templates. Can you please share a mock or dummy rating template if it is appropriate to do so. My email id is [email protected]. A rating template might help me in figuring out the reason for the issues I am facing.
    Regards,
    Akhi
    Edited by: user13809539 on Jan 21, 2011 7:38 AMHi Akhi,
    I am doubtful that anyone is going to share rating templates, because that is generally regarded as intellectual property of the companies that own the rating books. You may consider attending Oracle University which has several classes that will have you build a rating program from the ground up.
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to view list of items on all of HD by size

    as I approach the MacBook's internal HD's upper limit, I was thinking about deleting a bunch of stuff .... but I dunno exactly what to delete. So I decided I want a view, by size, for the time being of all files/entries on the entire HD.
    Thus, no matter where a file or iTunes podcast, or whatever, is located, I will be able to see them in one concise list view, sorted by size ... from there I can determine what and "if" I want to delete.
    I might then like to see a list sorted by "last time used" ...
    are there any utilities for this?

    Klaus1 wrote:
    Glad it worked!
    ... so I am not allowed to tell you that, if ...
    interesting. a lot of ellipses I used. interesting
    well, anyway, I discovered how to appropriately mark things when they are solved.
    thanks again
    BTW, I just tried the spell-check function and 'whoa' it does not work; highlites all words and has very few suggestons and none are the correct ones ... ie "that" has no suggestion ... I used the internal Camino Browser app instead ...

  • SAP-HR : How to view list of all employees reporting to a manager

    Hi friends,
    I need to get the list of all the employee reporting to a particular manager. How do i do that?
    Please help!!

    go to the org assignment of the manager pernr and look at lla EE's reporting to him
    else go to PPOSE and have a look at the same.
    reward points if issue resolved

  • How to view List of Customer Account Groups

    T-Code OBD2  to create a new Customer Account Group.
    To avoid using an existing name, i would like to have an idea about the current existing Group  names .
    What is the T-Code to view that list ?

    Hi Mr. Emad
    you question is fully clear..  but you can see all existing names of the account group for customer at the creation screen for new customer T-code XD01  like below attached
    Regards
    Mahmoud El Nady

  • How to view list of queries

    Hi,
    I would like to see a list of all the queries and the cube on which the query was built on. Is there a table where this information is available in BW? Or, whats the best way to get it.
    Thanks a lot
    John

    The Tech Content cubes have some queries that provide this info, but if you don't need to go back beyond a couple of months or need to see 30 days of daily data, transaction ST03 (in Expert Mode) looking at the BW System Load info is great as far as seeing what queries are actually being used. It provides 3 time ranges -
    Today and two previous days.
    This week and two previous weeks.
    This month and two previous months.
    It provides InfoProvider, how often it is queried, DB and OLAP performance info (avg time, rows selected and xfered, etc) and you can then drill on it to see the actual queries that are being run and all the other info mentioned above.

  • How to view list of browsing history without much hassle?

    I have tried to check browsing history using the method provided in the Firefox Help. When I clicked on "open containing folder", I could not find any list that shows the browsing history websites. Please help.

    See: http://kb.mozillazine.org/Viewing_the_browsing_history_-_Firefox
    <br />
    You need to update your plugins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe PDF Plug-In For Firefox and Netscape (you '''<u>MAY</u>''' need to update)
    * Shockwave Flash 10.0 r45
    * Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**Use Firefox to download and SAVE the installer to your hard drive from the link in the article below
    #**On the Adobe page, un-check any extra items (i.e. Free McAfee® Security Scan Plus) then click Download button
    #**If you see message just under tabs, DO NOT click the Allow button, instead click below that where it says "click here to download".
    #**Click "Save to File"; save to your Desktop (so you can find it)
    #**After download completes, close Firefox
    #**Click the installer you just downloaded and allow the install to continue
    #***Note: Vista and Win7 users may need to right-click the installer and choose "Run as Administrator"
    #**'''<u>Download link and more information</u>''': https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox#Installing_and_updating_Adobe_Reader
    #*After the installation, start Firefox and check your version again.
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from the link in article below; '''<u>the link takes you directly to the download and you avoid the "getplus" download manager and "extras" (i.e., toolbars, virus scan links, etc.) on the main Adobe page.</u>'''
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download links and other information</u>''':
    #** https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #** '''<u>or</u>''' you can download, save, then run the manual installers for IE, then for Firefox (and all other browsers) from here: http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #* Also see: http://support.mozilla.com/en-US/kb/Installing+the+Flash+plugin
    #* Also see (if needed): http://kb2.adobe.com/cps/191/tn_19166.html#main_Uninstall
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox
    #* Removing old versions: http://www.java.com/en/download/faq/remove_olderversions.xml
    #* After the installation, start Firefox and check your version again.

  • List of transportation requests with date.

    Hi,
    how obtaining a list of transportation requests with related date?
    Best regards

    Hello,
    You can listout the transport requests for a selected date.
    For that you have to run the T.Code: SE10 /SE09.
    then, you will get Transport Organizer
    under the Requistion status:
    --> Modifiable
    --> Released            beside Select a Date (i.e.in that choose a date from which you want list of TR's).
    And then,
    Press the below
    Display button.
    you can see the list of TR's for that /from that Date.
    Hope this will clarify you,
    Reward, if it helps,
    Regards,
    Srin.K

  • How to get list data and bind to data table or Grid view in share point 2010 using j query

    hi,
    How to bind list data in to data table or  grid view  using Sp Services.
    How to use sp services in share point 2010 lists and document library 

    Hi, You can use List service, SPServices and JQuery to get your requiement done-
    See here for an sample implementation -
    http://sympmarc.com/2013/02/26/spservices-stories-10-jqgrid-implementation-using-spservices-in-sharepoint/
    http://www.codeproject.com/Articles/343934/jqGrid-Implementation-using-SpServices-in-SharePoi
    Mark (creator of SPServices) has some good documentation on how to use SPServices-
    http://spservices.codeplex.com/wikipage?title=%24().SPServices
    SPServices Stories #7 – Example Uses of SPServices, JavaScript and SharePoint
    http://sympmarc.com/2013/02/15/spservices-stories-7-example-uses-of-spservices-javascript-and-sharepoint/
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • How to create a view for all Service Requests that are not approved by reviewer

    Hallo,
    I want to create a view in the Service Requests library that shows all SRs that are not approved. How to configure condition that says: if a SR has related Review Activity which is In Progress, show that SRs?
    I couldn't find this when creating the view. Thank you.

    So here's the first problem with that: Which review activity? a SR can contain multiple RAs, so how do we decide if an arbitrary SR is approved or not? 
    As to the specific language you use (Any child RA is In Progress) you might want to look at the criteria from the default Change approval view, which does something similar: 
    <QueryCriteria Adapter="omsdk://Adapters/Criteria" xmlns="http://tempuri.org/Criteria.xsd">
    <Criteria>
    <FreeformCriteria>
    <Freeform>
    <Criteria xmlns="http://Microsoft.EnterpriseManagement.Core.Criteria/">
    <Expression>
    <And>
    <Expression>
    <SimpleExpression>
    <ValueExpressionLeft>
    <Property>$Context/Path[Relationship='CoreActivity!System.WorkItemContainsActivity' TypeConstraint='CoreActivity!System.WorkItem.Activity.ReviewActivity']/Property[Type='CoreActivity!System.WorkItem.Activity']/Status$</Property>
    </ValueExpressionLeft>
    <Operator>Equal</Operator>
    <ValueExpressionRight>
    <Value>$MPElement[Name="CoreActivity!ActivityStatusEnum.Active"]$</Value>
    </ValueExpressionRight>
    </SimpleExpression>
    </Expression>
    <Expression>
    <SimpleExpression>
    <ValueExpressionLeft>
    <Property>$Context/Property[Type='CoreChange!System.WorkItem.ChangeRequest']/Status$</Property>
    </ValueExpressionLeft>
    <Operator>Equal</Operator>
    <ValueExpressionRight>
    <Value>$MPElement[Name="CoreChange!ChangeStatusEnum.InProgress"]$</Value>
    </ValueExpressionRight>
    </SimpleExpression>
    </Expression>
    </And>
    </Expression>
    </Criteria>
    </Freeform>
    </FreeformCriteria>
    </Criteria>
    </QueryCriteria>
    This is a simple AND criteria with two componets. one looking for a Review Activity (TypeConstraint='CoreActivity!System.WorkItem.Activity.ReviewActivity') which is related to the targetting CR by Contains Activity ($Context/Path[Relationship='CoreActivity!System.WorkItemContainsActivity';
    Context in this... context means the CR targeted by the view) where it's status (/Property[Type='CoreActivity!System.WorkItem.Activity']/Status$) is In Progress ($MPElement[Name="CoreActivity!ActivityStatusEnum.Active"]$). The other is filtering
    for the target change request's status ( $Context/Property[Type='CoreChange!System.WorkItem.ChangeRequest']/Status$) is In Progress ($MPElement[Name="CoreChange!ChangeStatusEnum.InProgress"]$). 
    You could convert the second criteria to point to SRs and SR status values, and then use the similar text for the first criteria. i'd recommend
    Anton's Advanced View Editor (or
    the free version) to do the criteria adjustment. 

Maybe you are looking for

  • Summary Coloumn Problem

    I developed PO report, i created one summary column out side the group. I have place one field in under Group frame which it shows PO Grand Total, now user want at same place they dont move poistion, they would like to see PO indiviual Total, that me

  • How to download again Iphoto purchased on app store?

    Hello, How can I download again Iphoto v9.2.1 on my macbook,I ve purchased it on 23FEB12.Thanks for your help.WALTERPOLO

  • LiveCycle Designer 8.0 can't find Word 2007

    Hi, I am trying to import a Word 97-2003 Document into LiveCycle Designer 8.0, however it tells me it is unable to find Word (Version XP or higher). The exact Message is (in german): Word (Version XP oder höher) wurde auf dem System nicht gefunden Tr

  • G5 dual 2.0 or 2.3  for Photoshop?

    hi i am not sure about the graphics card of the latest G5 2.0 NVIDIA GeForce 6600 LE compared to the G5 2.3 with a NVIDIA GeForce 6600 is there really a big difference if i only work with Photoshop heavily? i plan to buy 4,5GB RAM at least, as i deal

  • Dwonloading GUI plugins for eclipse IDE in fedora

    Hi All, I have downloaded the eclipse-jee-europa-fall2-linux-gtk.gar.gz. but it doesn't contain the visual editor for doing swing application. can you help me how to download visual editor plugins? I tried to do that but it was not success Best Kapil