Search for Objects via Class Hierarchy

Dear colleagues,
For searching of an Object via a Class Hierarchy, Program SAPLCLSD screen 1000 release 4.7, a double click is required on the Class (left side of the screen) from which you want to see the Objects. If you do not click double, the view of the related Objects will not be recreated.
Is it possible to avoid the double clicking?

Hello Alpesh,
Thank you for your response. The user asked whether the double click, needed for the show of the objects, related to a Class, can be done with a single click.
They use transaction CL20N, input Class type, search for material with F4 search by Class input of a Class, then a tree of Classes will be shown. Select a Class, use button 'Include subordinate classes' and, if available, the related object(s) are shown.
The issue is that when you select another Class, you have to double click on the selected Class to make the screen with Objects empty.
Can we change the double click easy to a single click?
Kind regards, Jan van der Veen.  06-22973646 Netherlands.

Similar Messages

  • Searching for products via Product Hierarchy ID in CRM Webclient 2007

    Hello,
    When creating a sales order in CRM Webclient 2007 I would like to be able to search for products by using the Product Hierarchy ID. When clicking the search help for product in the order entry screen in the webclient UI, I get a pop-up with the available search criteria. I select Product Hierarchy ID and click on Input Help. A new pop-up is displayed with the three Hierarchy ID:s:
    R3MATCLASS Material Group
    R3PRODSTYP Product Subtype
    R3PRODHIER Product Hierarchy
    I select R3PRODHIER. When hitting the search button, I get all materials which have Hierarchy ID R3PRODHIER assigned as a product category in the material master data. I can however not search for materials which belong to a certain hierarchy node in the product hierarchy.
    In transaction VA01 in ECC it is possible to drill down through the three levels of the product hierarchy to find the desired material. Is the same type of searching possible in CRM?
    Any help much appreciated.
    Kind regards,
    Johan Wigert

    Hi Johan
    I want to know if finally you have found the way to deal this problem.
    Thank you very much,
    Yannuchi

  • Search for values in class

    Hi all,
    I am fetching data in the following manner,
    1.     Find the deliveries items based on the search criteria
    2.     Pull in the material numbers for each item in the delivery
    3.     Pull in Planned goods movement date LIKP-WADAT
    4.     Exclude materials in the list where MARA-MAGRV = TB01
    5.     Find the External material group value for the remaining list MARA-EXTWG
    6.     Search for values in class ZEHS_DATA
    7.     Pull in value for characteristics
    i.     ZEHS_PLANT
    ii.     ZEHS_RELEVANT
    8.     Eliminate delivery items where ZEHS_RELEVANT = N for next steps, however display what was found
    9.     With EMG for delivery items and ZEHS_RELEVANT = Y pull all fields.
    In which the class ZEHS-DATA is having fields like:
    ZEHS_FORM
    ZEHS_RELEVANT
    ZEHS_PLANT
    COLOR_SUNNBR etc,
    My question is how do I pull values from class ZEHS_DATA??
    Thanks,
    Debrup.

    Hi
    if you have values in a variable declared in CLASS, just call another method of this CLASS with an export paramtere ( export means exporting to the program)
    depending the requirement the method can be PUBLIC or PRIVATE etc
    Regards
    Ramchander Rao.K

  • Search for objects in database by name

    Want to search packages, views, table, functions for an object name 'company_search' . What is the query from data dictionary?
    Thanks

    user568155 wrote:
    Want to search packages, views, table, functions for an object name 'company_search' . What is the query from data dictionary?
    ThanksThere are several data dictionary views you can reference, including
    * DBA/ALL/USER_OBJECTS
    * DBA/ALL/USER_VIEWS
    * DBA/ALL/USER_SOURCE (may contain text internally in the TEXT column)
    * DBA/ALL/USER_ARGUMENTS
    You will have to search the _SOURCE view line by line for packaged procedures and functions.  To search packages you will have to loop through the source lines one by one to search for the text you want
    A query would look something like
    select object_name
      from dba_objects
    where object_name like '%COMPANY_NAME%';Edited by: riedelme on Sep 20, 2012 9:02 AM

  • Search for BP by BP Hierarchy in PCUI?

    Hello,
    does anybody know of a way how I can search for business partners by the BP hierarchy? In the standard SAPGUI I can, e.g. in crmd_order, search for a business partner by using the search help "Partner in Group Hierarchy". That way I specify the group hierarchy, and can then only see those partners in this hierarchy in the search help.
    I cannot seem to find a way to do this in PCUI, but there are entries for BP hierarchy and nodes under SPRO - CRM - PCUI - Appl. elements - Search groups - Search groups.
    Anybody got any idea regarding this?
    Thomas

    Hi Thomas,
    To search for BP hierarchies kindly use the ISUM_BPH transaction in the PC UI. This is a separate application built for BP hierarchies.
    Regards,
    Hemanth

  • Search for objects assigned to "My Group" (Higher Duties)

    When searching for Business transactions Assigned to "My Group", when the user is CP Holds (higher duty) the user can only see the transactions assigned to his position like Owner (Business Partner), but not the transactions for the higher duty.
    We're using organization chart with integration with SAP ECC HR. In HR a Higher Duties is when an employee work for a period, in a position, which is not his or her own. This is a position with a higher classification and the employee receives a higher remuneration for this assignment. In CRM the IDOC synchronize correctly the employee in new position with the relationship "Higher Duty" in the organization chart.
    However, for this new assignment in the organization chart, when the user search the document assigned to "My Group", the system only show the document for the normal position and not for the Higher duty position.

    Answer from SAP: Higher duty is not supported by SAP in SAP CRM.
    However is a valid infotype in SAP ECC

  • Search for objects assigned to "My Groups"

    Hi guys
    In CRM 5.0, When searching for Business transactions Assigned to "My Groups", the user can only see the transactions assigned to the same organization units, but not the transactions for the subordinate organizational unit.
    Any idea?
    Regards,
    Lyda

    Hello Lyda,
    Som good information is contained in the 85 page FAQ attachment to SAP Note 882653, "Frequently Asked Questions about Agent Inbox". You might want to have a look at the mentioned BADI...
    "In case you have selected u201CMy Groupsu201D all employees of any group you are part of are taken into account. Your HR model therefore has a significant impact on the outcome of an inbox search. The responsible group displayed is not taken into account for the search!
    If you need another logic here, you may filter the search result using method AFTER_SEARCH of the CRM_IC_INBOX_BADI business add-in on  a project base."
    Best regards,
    John

  • Searching for extended ABAP Classes documentation

    Hi,
    I'm a newbie to this forum (perhaps I'm a newbie in an abap too - with my 1.5 yrs abaping) but I'm interested in a few topics related to classes available in the repository:
    1. Where can I find full and detailed info (means description of interfaces both public and private/static) on classes included in a dev.class SLIS, SCET, especially specific ones - currently I'm looking for a documentation on class <cl_alv_changed_data_protocol>, because the info supplied in the repository is not so obviously clear for me.
    2. Can someone point me to a SAP cource/academy -name(s) related to the public classes related to a gui programming and!!!! their support-classes (such as mentioned one above) - which is most important.
    3. (specific question) In the OO framework(s) I worked with in my background there was a possibility to 'extend' some class' behaviour (usualy adding interface). Is there any possibility in a SAP environment to do this and if yes where can I find a docu/info on how to achieve this? Is this achieved only with a related access key?
    4. Please could someone provide me a dev.class names with demo-programs (such as SLIS, SCET) related (mostly) to a GUI-programming?
    Perhaps checking the source of the demo-reports supplied in these dev.classes would help me, but occasionaly it's a bit more complicated and time-consuming than to check a related docu, isn't it?
    The info-sources I have (and used widely) are:
    a) html-documentation with my (ok, our) installation > 4.6C (both integrated into an environment and CHM-help).
    b) 'Controls Technology - Workbench edition' - which I would recommend to all the programmers interested in this area.
    c) 'An Easy Reference for ALV Grid Control'  by Serdar SIMSEKLER (BTW, thank you very, very much Serdar! for providing this reference to the public, I found it very usefull)
    d) of cource, the Class Builder via Repository Browser (se80) which usually and unfortunately doesn't report me any class information when asked.
    e) occasionaly google-ing the world with a specific question and checking this fourm or some related one(s) in the sap community and in de.alt.comp.sap-r3 newsgroup (unfortunately for me the last one is basicaly with postings in German, which makes it unusable to me).
    Perhaps most of you would agree there is a lack of information on these topics. Or, of course, I'm still a newbie and don't know how/where to find it
    Please note, answers in sort of 'Feel free to ask with a specific question here...' are not the answer(s) I'm looking for I know this possiblilty and am using it :-).
    Finaly, one question off topic and related mostly to the moderators:
    Is there an intention or even better a possibility to achieve this forum via NNTP-protocol (means using a standard news-client)? It would be great for me if it's possible or is intended to become possible - I'm using a news-client to track few newsgroups (forums) and it would be great not to switch to a different browser to track this one, which is IMHO the best english-speaking abap-related forum.
    Many thanks in advance.
    Best Regards,
    Ivaylo Mutafchiev
    BC Consultant - Abap developer
    VBS Ltd.
    Varna. Bulgaria
    Message was edited by: Ivaylo Mutafchiev

    From within SE80 choose menu Environment->Controls Examples.  This will lead you to many fine Enjoy Control Example programs.
    Also SAP had a class several years ago called BC412 ABAP Dialog Programming Using EnjoySAP Controls.  It might still be around in some format.

  • LSMW for Object 140 (Class) - Using Batch

    Hi All,
    I am trying to use LSMW to change status for an already defined class. I am using object 0140 (program RCCLBI01), but when doing the data transfer, it keeps trying to do it as a create class (tcode CL01).
    In the source relations for structure BIKLA, I see the tcode field. I changed this default to CL02, however I get an error - that transaction CL02 is not supported by this program.
    Pls advise if you have worked on such a scenario before.
    It appears to me that the next option is try BAPI/ ALE. Let me know if anyone has tried this earlier, as I am going to give it my first shot now.
    Thanks!!
    Liz

    Hi, You can create a small recording as a second step to change the status of a class.
    Hope this helps.
    Best Regards, Murugesh

  • Searching for objects in collection

    I have a employee data base with 4 attributes
    empid, ename,yearofjoining,deptnumber
    i want to create a program/data structure, where by i can esily retrive
    1) number of employees joining in a given year
    2) number of employees joining in a given department in a given year
    Please suggest

    relaxedgalaxy wrote:
    What i am looking for is which collection should i use, Set/List/Map etc..Well.
    Does your data structure allow duplicate entries (i.e. is it meaningful if one element is contained twice in there?)
    Does the order of elements in your data structure matter?
    Is your data structure something that maps some key to some value?
    which one of these are most efficient in terms searching timeDoes that matter? Is that part of the assignment?
    And just because:
    class Employee {
      int empId
      String name
      int yearOfJoining
      int departmentNumber
      String toString() {
        String.format("Employee #%d: %s (%d, dept. %d)", empId, name, yearOfJoining, departmentNumber);
    def emps = [
      new Employee(empId: 1, name:"Foo", yearOfJoining:1980, departmentNumber: 1),
      new Employee(empId: 2, name:"Bar", yearOfJoining:1979, departmentNumber: 1),
      new Employee(empId: 3, name:"Baz", yearOfJoining:1980, departmentNumber: 2),
    println emps
    println emps.findAll({ it.yearOfJoining == 1980 }).size()
    println emps.findAll({ it.yearOfJoining == 1980 && it.departmentNumber == 1}).size()(I always wondered why there is no Collection.count(Closure) in Groovy. .findAll(Closure).size() seems so .... un-groovy)

  • Search for object problem in LV 2013

    Search does not find objects in lvlib. 13.0.1 and 13.0.1f2, Windows 7.
    First try:
    Open the search dialog
    Select 'Objects' radio button
    Select my project as 'Application Instance:"
    Click 'Select Object' button and browse to functions/file io/config file VIs/Open Config Data.vi
    Search Scope is 'All VIs...'
    Uncheck 'Ignore VIs in vi.lib'
    Click 'Find'
    Results list is empty.
    At least one vi with the search target was already open.
    Second try:
    Open a VI with the above referenced VI
    right click 'Open Config Data.vi'
    select 'Find all Instances'
    Results list shows all instances across several files
    Observation:
    Using my first search method, the name of the vi is 'Open Config Data.vi'
    Using the second search method, the name of the vi is 'NI_LVConfig.lvlibpen Config data.vi' - note full path
    Am I doing something wrong with my first search method?

    Hello Les__Bartel
    Your question: Am I doing something wrong with my first search method?
    You could try:
    -Open the search dialog
    -Select 'Objects' radio button
    -Select my project as 'Application Instance:"
    -Click 'Select Object' button and browse to objects in vi.lib>>select NI_LVConfig.lvlibpen Config Data.vi
    -Search Scope is 'All VIs...'
    -Uncheck 'Ignore VIs in vi.lib'
    -Click 'Find'
    -Results list shows all instances across several files
    Same result as your second try.
    Regards
    Frank R.

  • Possible to search for photos via time?

    I do not see this option; date, yes, but not time. I'd like to search, say for all pics shot at 12:37. Putting that in the search box gets no results, though there are pictures with that time. (I do know I can change the View choice, from Alpha by title to view by date.)
    Why would I want this? We go on wildflower walks and shoot hundreds of photos, perhaps dozens of species. Sometimes it's hard to know if Picture A & B, depicting very similar plants & flowers, actually show the same species. (We're still beginners at this, and some families like the penstemons and paintbrushes have lots of very similar species). So I use time as a helper. If they were shot within a couple of minutes, probably they are of the same plant.
    My new technique is to shoot a "spacer photo" when I switch plants, which helps to separate "bouts" of photography. But previous outings don't have these.
    Thanks!

    Right, now I see how it works for you.
    Just temporarily switching the event sort to Sort By Date while you do all your initial titles is probably the simplest improvement to make in your workflow, and sounds like it would eliminate some hassle.
    But I'll tell you how I would do it, just because workflows interest me and you say you are thinking about it.
    Each wildflower walk is an Event. Keep your events sorted by Date/Time as you process and sort photos. Retitle as desired.
    Create a smart album to actually show off and browse your wildflowers--perhaps based on Keyword is Wildflower. Easy enough to apply the Wildflower keyword to an entire event each time you download photos and un-apply it from the occasional people shots as you process. The Wildflowers smart album can be sorted by title so that you can group all the same flowers from multiple places, rate the best shots of that flower, etc.
    Of course, that approach separates most browsing and rating from the initial sorting process--this helps me because I tend to bog down on the rating part, but might feel weird to others.
    (I also name the Event with a precise location--eg, Crater Lake Wildflower Meadow--and then use Photos>Batch Change to put that same info into the Description. Then it's easy enough in the combined smart album to say "okay, where did I take that shot?" and check the Description. However, Places might serve that need more efficiently. Sometimes I use the overall Event Description for a sort of diary entry--"third trip to this garden, after a rainy March had the best flowers")
    I never use the Title field and use Description a lot, but in this case, I'd say using Title instead of Description would be really annoying because I think you'd have to use the mouse to get to the description field every single time, instead of just being able to tab and type across photos, and you'd have to keep looking down to see if you already labeled the photo or not instead of that being right in your face. Photos>Batch Change would let you change a bunch at a time, but that's probably still slower. I tend to use Description for big general info like place and would think Title is more appropriate for very photo-specific info like flower names.
    Although, using Keyword instead of Title might be an idea. With the long Latin names which I presume are a hassle to type, being able to just click or apply pre-entered names with a shortcut could be good, and iPhoto will auto-fill Keywords but I don't think it auto-fills repeated Titles? Keyword Manager is a third-party utility, I don't use it myself but Terence recommends it as excellent. If you are seeing the same flowers over and over again, keywords might make life easier, and if you frequently have variations on species--eg Poppies (California), Poppies (Opium), Poppies (I've exhausted my knowledge of flowers)---then Keyword Manager handles nested keywords and I think it would automatically let you really quickly browse ALL your poppies and then each type of poppy. Might be worth checking--there should be a free trial. A keyword approach would also eliminate the possible problem where you have multiple flowers in one sort, but Sort by Title misses the flowers that aren't first (although Title-based Smart Albums would also eliminate that problem).
    One of the other things to consider there is what you intend to do with the photos, though--various forms of printing/publishing to web have varying support for automatically including the Title, etc. So if you know what you'd like to do with the pictures--slideshow? photo book?--it's worth playing around to see what the export options and integration are like before you process your backlog.
    An interesting challenge! Have fun.

  • How can create the object ? Via class.forName

    Hi,
    i want to create the object via class.forname?........
    i have tryed like this Class obj=Class.forName("sample.Employee");
    but it gives error like this......
    java.lang.InstantiationException: sample.Employee
         at java.lang.Class.newInstance0(Class.java:291)
         at java.lang.Class.newInstance(Class.java:259)
         at sample.ArrayListTest.main(ArrayListTest.java:22)

    The line
    Class obj=Class.forName("sample.Employee");does NOT create a new object of class
    sample.Employee. It only loads the class and creates
    the Class object. You have to call newInstance() to
    create a new instance of the class:
    Object obj =
    Class.forName("sample.Employee").newInstance();I guess you already did something like that, because
    forName() itself doesn't throw an
    InstantiationException.
    For this to work, class sample.Employee must be in
    the classpath and it must have a public constructor
    that takes no arguments.this is my full code it dosn't work i don,t know
    public class ArrayListTest {
    public ArrayListTest() {  }
    public static void main(String[] args) {
    ArrayList employees = new ArrayList();
    // create some employees
    /* Employee employee_1 = new Employee("John", 2000);
    Employee employee_2 = new Employee("Carl", 3000);
    Employee employee_3 = new Employee("Ron", 4000);*/
    /*instead of this Employee employee_1 i want to create the new obeject by using*/
    try{
    Object obj = Class.forName("sample.Employee").newInstance();
    catch(Exception e)
    e.printStackTrace();
    // add them to your list
    //employees.add(employee_1);
    //employees.add(employee_2);
    //employees.add(employee_3);
    // display only the names your list
    for(int j = 0; j < employees.size(); j++) {
    Employee temp = (Employee)employees.get(j);
    System.out.println("nr. "+(j+1)+": "+temp.getName()+"\nnr. "+(j+1)+": "+temp.getSalary());
    // invoke the toString()-method from Employee
    for(int j = 0; j < employees.size(); j++) {
    Employee temp = (Employee)employees.get(j);
    System.out.println(temp.toString());
    } // class ArrayListTest
    again the same error occur................

  • Searching for Nonprinting Objects

    Is it possible to do a search for objects with an attribute set to Nonprinting?
    I have this odd problem:  I work on a magazine, and we insert a little custom endmark image at the end of each story.  For some reason, whenever anyone edits that story in InCopy, the endmark's attributes change to Nonprinting.  I can't figure it out.  But I was wondering if there's an easy way to search on Nonprinting so I can quickly change them back.  Any ideas?
    Thanks, Phyllis

    Haven't tested it yet, so be careful - perhaps do a Save As first
    This might work...shot in the dark
    Take one of the Inline Objects and give it an Object Style.
    Make sure the Object Style is highlighted in the Panel when you have the inline object selected.
    Now go to the Attributes Panel - and untick "Non Printing"
    You will see the Object Style get a + beside it - you can now Redefine that style
    Find and go to the Object tab
    Find Object Format > Anchored Objects Inline
    Change to
    Select the Object Style

  • Problems starting tcode from swo1-object via gos (so_sendobj)

    Hi,
    working with gos around some swo1-object, i got the problem to start a transaction which is called from an object method: the transaction starts but the wished details of that item do not appear as expected.
    When I start the test environment within tcode SWO1, and at first, I create an instance from this object giving it the right key (for the wished item) then i succeed in starting the bespoken transaction from within that method showing me the details for that item.
    In the last days, I have read and learned a lot about the possibilities and interdependences of the gos mechanism using many of the hints and advices which were given here in the forum in the past. But I'am not able to achieve the wished effect via gos (send object with note) from within our application.
    My guess, we need to start an instance of the object before we can show details for the wished item. In the normal case, the application shows at the left windows with containers/trees for search filters and items and within the main window on the right the details for that item. Starting this transaction a popup-window appears (showing the standard filter) where you can give the wished item no.
    As I remarked, starting all these things from within the swo1 environment everything is functioning as expected...
    Is there anybody who has made a similar experience and can give me some advice what we have to do to succeed in?? Is there any function module of kind SWU..., SWE... SWO... or something else which is to be called in front of that task???
    I forgot to mention that within our application, there is the correct? built up of the gos-object via class cl_gos_manager constructing the needed object and the needed key, so when calling the gos-action, the bypassed sap user finds the link in the inbound position and will be directed to the correct transaction with the side effects described before.
    Wish you all together a happy new year.
    Kind regards
    Christian

    My freind  ,
    in the   Bussiness Objects  migatration there is  no select-options  like   
    sending  range of data  or the multiple selections.
    for this we need separate   loop structure   where in we can send the multiple   data  and everytime it calls the  BAPI Obect  evertime  individaully ,
    if you want the  you have to  define  one  new   BOR  object  (Custom bapi)...then  rignt  one  function module for   select-options and  attach it to  you method  in the BAPI   .
    So that   your  BAPI calls  in the SAP  function Module   for  range of data .
    Reward  points if it is  usefull ....
    Girish

Maybe you are looking for

  • Inspection lot 04 cancellation

    Hello QM gurus ! In the material master data of my produced material, I have entered an inspection type 04. When I have done my GR on process order, inspection lot 04 has been created (status REL). Now I want to cancel this inspection lot and I don't

  • Help ! Oracle 8.1.6 Install on Redhat 6.2

    I have read thru most of the previous posts and it sounds as if a few people have been successful with the 8.1.6 install on RH6.2. I am trying to install 8.1.6 EE on a unmodified RH6.2 machine. I keep getting link errors during the install. I believe

  • Can't move photos or folders inside Lightroom

    Dragging photos or folders doesn't work properly. I've tried dragging the image and the border of photos but neither works. Occasionally, I can move photos, but more than 50% of the time it doesn't. I've been having this trouble since using Lightroom

  • Exporting document to Excel "Percent" on the graph,shown as decimal values

    When I'm converting a WEBI report(pre 3.0 version) into Excel 2003, I have a problem with displaying data values on the graphs which are formatted as "percent".  Nomatter what I do, in excel it will always show the same data values on the graph as de

  • TSV_TNEW_PAGE_ALLOC_FAILED  Dump in Production BW 3.5 system

    Hi Basis Gurus, In our production BW 3.5 system we are getting dump in ST22. The dump is TSV_TNEW_PAGE_ALLOC_FAILED Please let me know what could be the reason for this dump and why we are getting it. I tried searching in service market place and the