How to search for the particular ABAP Object

Hi,
I am using the SAP 4.6C machine, I need to search for the particular ABAP Object. Plz can anyone help me in this.
Regards,
Pralhad P. Teggi

You'll get a better response if you ask a meaningful question.
If you want to scan for Business Objects (BOR) use transaction SWO1
For ABAP classes / objects use a combination of transactions SE24 / SE18 / SE19 and /or SE80
(SE 18 /  SE 19 are for Badi's)
Cheers
Jimbo

Similar Messages

  • When I am searching for any particular song or album from my shared ITUNES folder, the search is conducted  in the apple store and not on the shared library. How to search for the song in the shared library

    I am using IPAD Mini.When I am searching for any particular song or album from my shared ITUNES folder, the search is conducted  in the apple store and not on the shared library. How to search for the song in the shared library

    Search for shared library is impossible, as far as I know.  Searches supported - are local and internet.

  • How to search for a particular word in a string?

    How to search for a particular word in a string?
    thanks for your help....

    This works fine.
    public class Foo {
        public static void main(String[] args) {
        String s = "Now is the time for all good...";
        String s2 = "the time";
        System.out.println(s.contains(s2));
        System.out.println(s.contains("for al"));
        System.out.println(s.contains("not here"));
    }output:true
    true
    falseYou must have something else wrong in your code.
    JJ

  • How to search for a particular word in a long document?

    How to search for a particular word in a long document?

    What program are you using to read the document?
    Good luck.

  • How to search for a particular pattern in a string

    Hi,

    Hi ,
    How to search for a particular pattern in a string?
    I heard about java.util.regex; and used it in my jsp program.
    Program I used:
    <% page import="java.util.regex"%>
    <% boolean b=Pattern.matches("hello world","hello");
    out.println(b);%>
    I run this program using netbeans and am getting the following error message.
    "Cannot find the symbol : class regex"
    "Cannot find the symbol : variable Pattern "
    How to correct the error?

  • How to search for the list of portal components that use a certain LOV?

    hi,
    does anyone know how to search for all of those portal components which use a certain other component?
    let's make it specific. how can i know which of the portal components (portal reports and forms, content folders, etc) are using any certain LOV?
    will really appreciate any hints.
    naqvi

    Please ask this question in the Oracle Text forum (formerly interMedia text). You will get the experts that work with it every day there.

  • How to search for a particular word in notes app (ios6)

    Sir,
    I can search for a note but i couldnt search for a particular word in a long note in notes app.
    (ios 6)
    is there a way to do it,or is there any app that has this 'search for word' functionality ?

    thank you for your quick reply sir.
    i am asking for other independent notable apps(not notes app) which has this functionality .

  • How to search for the selected text with a non-default search engine?

    Hi,
    Before the recent update of the search bar, you could select your "current" search engine, and a search for the selected text (right-click on selection) would use that engine.
    Now, it seems that you can only search for the selected text using the default engine. If that's correct, this is a major step backwards for me. For instance, I can't have Google as my default search engine, and search for a selected text on eBay!
    Or am I missing something?
    Thanks!
    R.

    I find this extension very useful for items selected on web pages. It offers all your search engines with select>right click.
    https://addons.mozilla.org/en-US/firefox/addon/context-search/?src=search

  • How to search for the email with attachments in iphone which should return the list of mails with attachments?

    Hi am new to iphone programming,in the app i want the emails which are having the attachments to show when we search for particular email sent by others in a list which should return the content of the attachment.can any one help me to solve this thanks in advance.

    If you received character strings' variable value such as '56,34',
    then you can get it as follows.
    where regexp_instr( '56,34' , '(^|,)('||t.catid||')(,|$)') >= 1
    Ex)
    with
    test_param as
    (select '56' param from dual union all
    select '34' from dual union all
    select '56,34' from dual union all
    select '5,344' from dual
    ,test_data as
    (select 5 catid from dual union all
    select 3 from dual union all
    select 56 from dual union all
    select 34 from dual union all
    select 566 from dual union all
    select 344 from dual
    /* End of Data */
    select p.param, t.catid
    from test_data t, test_param p
    where regexp_instr( p.param, '(^|,)('||t.catid||')(,|$)') >= 1
    PARAM      CATID
    56            56
    34            34
    56,34         56
    56,34         34
    5,344          5
    5,344        344

  • How to search for a particular element within a XML variable using studio?

    All,
    I am using studio 7.0 to develop a webbased application. In this, i need to access
    an oracle db using a WLAI Application View from my Workflow. I get some data back
    from Oracle as an XML variable and then apply an XPath statement to access the
    individual columns returned.
    My problem arises when there are no records in the db matching my criteria and
    an empty XML variable is returned to me from the app view. In these cases my
    XPath statement fails in studio causing an improper exit.
    Does anybody know how to check for content in a XML varaible using studio? So
    that if there is content i can proceed with XPath and if there is no content,
    then i will take a different route.
    Thanks in advance
    Regards
    Sri

    If I remember correctly, the adapter will return an XML document that contains
    XML elements for each row. You can just simply check the count of these elements
    with an XPath statement: ie. count(response/row)
    "Sri " <[email protected]> wrote:
    >
    All,
    I am using studio 7.0 to develop a webbased application. In this, i need
    to access
    an oracle db using a WLAI Application View from my Workflow. I get some
    data back
    from Oracle as an XML variable and then apply an XPath statement to access
    the
    individual columns returned.
    My problem arises when there are no records in the db matching my criteria
    and
    an empty XML variable is returned to me from the app view. In these
    cases my
    XPath statement fails in studio causing an improper exit.
    Does anybody know how to check for content in a XML varaible using studio?
    So
    that if there is content i can proceed with XPath and if there is no
    content,
    then i will take a different route.
    Thanks in advance
    Regards
    Sri

  • How to search for a particular word in a given string?

    Ex: I want to search wether the following string contains "java" or not.
    "Java Technology Forums"
    Thanks....................

    The String API might be useful to you. In particular, the contains method.

  • How to search for the url in a hyperlink.

    Is it possible to search a PDF and find the url in a hyperlink? According to Adobe, no! But is there some third party software?
    We are attempting to find a url in many PDF's but the hyperlink could have many different naming styles. Is there a way to search for something like referral=4320 where that is in the url http://www.example.com?referral=4320&test=1

    If this url is a part of the running text of the PDF (by that I mean that
    you can actually see it in when opening the file), then yes, it's quite
    possible to write a script that will find it.
    If it's a part of a link (meaning it's not visible on the PDF), then it can
    only be achieved with a plugin or an external application.

  • How can I search for a particular color in an image?

    Hi,
       I am working on images of colored balls.
    I want to search for the particular color (of the ball) and select them .
    How can I do it?
    Your suggestions will be helpful.
    Thanks
    dsk

    Hi Dsk, 
                   you can apply color threshold and extract the required color in the image. Try color threshold in vision assistant.
                  see  here
    Thanks as kudos only

  • How to Search for text in a word document and replace it

    Hey All ,
    I am able to open up a word document present locally using OLE2 Automation. Now i need to search for a text in that document
    and replace it with another text. How do i achieve this?
    And another issue is when i search for the particular pattern i need to store the pattern that comes after the pattern as i need it for further use before i replace it.
    Thanks And Warm Regards,
    Nischal

    Hey Chen,
    Well before i do the search and edit , I am actually opening a .mts file in word which is happening successfully.
    The issue that i am facing now is I am unable to save it as .doc file through the 'SaveAs' method.
    Here is my code. Can u please tell me what i need to do in order to correct this.
    After i do this conversion i intend to pass the data from the .doc file to an internal table and then do the required change.
    But First i need to save it to .doc type.
    REPORT  MAIN_PROGRAM_2.
    INCLUDE OLE2INCL.
    *Declaration Of OLE2_Object Variables.
    DATA: WORD            TYPE OLE2_OBJECT,
          DOCUMENTS       TYPE OLE2_OBJECT,
          ACT_DOCUMENTS   TYPE OLE2_OBJECT.
    *Declaration of variables
    PARAMETERS PATH       TYPE string.
    DATA:Relative_Path    TYPE string,
         Relative_Path_Save    TYPE string.
    *Declaration of an internal table
    CONCATENATE PATH '\Script.mts' INTO RELATIVE_PATH.
    *Object Creation in order for us to open word
    CREATE OBJECT WORD 'WORD.APPLICATION'.
    PERFORM ERROR_HANDLE.
    *Set visibility property of MS word.
    SET property of WORD 'VISIBLE' = 1.
    *Open A document
    CALL METHOD OF WORD 'Documents' = DOCUMENTS.
    PERFORM ERROR_HANDLE.
    *CALL METHOD OF DOCUMENTS 'ADD' = ACT_DOCUMENTS.
    CALL METHOD OF DOCUMENTS 'OPEN' EXPORTING #1 = RELATIVE_PATH.
    PERFORM ERROR_HANDLE.
    *GET PROPERTY OF WORD 'ActiveDocument' = ACT_DOCUMENTS.
    *PERFORM ERROR_HANDLE.
    **To save the script.mts to script .doc file in order to put it into an internal table
    CONCATENATE PATH '\Script.doc' INTO RELATIVE_PATH_SAVE.
    CALL METHOD OF WORD 'SaveAs' EXPORTING #1 = RELATIVE_PATH_SAVE.
    PERFORM ERROR_HANDLE.
    FREE OBJECT WORD.
    The Save part of the code is giving me an OLE error = 2
    Thanks And Kind Regards,
    Nischal
    Edited by: Nischal HP on Apr 28, 2011 1:53 PM

  • How to search for a word in an email?

    How to search for a particular word in an email in 'Mail'?

    You can't search through email content using buil-in search
    If you're using Gmail, you can use their native Google Mail app which will allow you to search through body content and server-stored emails.

Maybe you are looking for

  • Edge Animate .oam files taking a long time to load or not loading at all?

    http://pierosalardi.businesscatalyst.com Is there a way to correct this? I have exported this Muse Site and uploaded into my server and the same thing is happening: http://pierosalardi.com/animate/ Its taking to much time to load the .oam files and s

  • Error while updating table

    Hi, I am using oracle 11g db. Trying to update one of my table using following query : UPDATE EMPLOYEE_HISTORY_ALL_T TMDC SET LAST_UPDATE_DATE = '01-apr-1901' WHERE EXISTS (SELECT 1 FROM PROJECT_T TMP WHERE TMP.PROJECT_ID = TMDC.PROJECT_ID AND NVL(TM

  • Can no longer sync aperture events through iTunes to ipad3

    I can no longer sync aperture events through iTunes with ipad3. Mavericks/Aperture 3.5.1/ IOS 7.0.4 Have tried deleting Iphoto cache from Aperture Library. Worked once.  Itunes will sync a folder of images onto Ipad with sync. But will no longer extr

  • Update just installed and now iPhoto won't open.

    The Software Update message appeared ... so I updated.  After that a message appeared that my iPhoto library would need to be updated in order to open.  Sfar ... Fine! ... This is as per usual.  It went through Upgrading Steps to 9 of 9. But now ...

  • Constraining child column to be between values in parent record

    I know there's not a declarative constraint to do this, but I am wondering what ideas people have for the best pattern to use. I have a parent table ALPHA with columns ALPHA_ID, START_DATE and END_DATE. Then I have a child table BETA with columns BET