TABLE for Class the methods

Hi ALL,
Can anyone tell me the DB table where all the Classs and its methods are stored..?
Also if one could tell me that for any enhancement class implementation where are the OVERWRITE exit methods stored..
Regards
Rajivb Kanoria

Hi Ill give u the complete steps for what im looking for...
Go to sfw1(switch transaction).
enter a switch like  MILL_EHP_01A and execute.
A new transaction in which we get the package for the switch.
double click on the package name 'MILL_EHP_01A_SWITCH'.
traverse to Utilities->display_object list.
u will go to package builder.
click on dropdown 'enhancement' on the browser window,
click on 'Enhancement implementations' dropdown.U will get all the implementations name.
Double click on any one.
Now in the Right side u will see a class name on the button in the attributes tab.
click on the overwrite methods tab.
U will see the overwrite method dere( I want the tables where these methods are stored).
Click on the button with the class name.GO TO METHODS TAB.
u will reach the class builder.
There is a overwrite-EXIT column.
In that some methods will have a botton for overwrite exit , some will not.
Where this info is stored about Overwrite Exits./?
Regards
Rajiv Kanoria

Similar Messages

  • Tables for tracing the Maintenance Order Operation to Purchase requistion

    Hi Everyone,
    Can any one suggest appropriate table for finding the link for tracing Maintenance Order Operation to Purchase Requistion for Service Items.
    My requirement if I give the Order Number, I require Operations in it & PR Item associated if they are Service Items.
    Regards,
    MLN Prasad

    Hi got the Answer myself & thanks fro the answers given by you all.
    The exact way how I got is Pass AUFNR to AFKO and get AUFPL.
    Use this AUFPL in AFVC where we get VORNR (operation Number) also.
    You can use the AUFPL in EBKN ande can get tje PR (BANFN).
    Bye,
    MLN Prasad

  • Searching for class or method to add mobile components programatically

    Hello,
    I'm searching for a class and/or a method to add a mobile component and version to a mobile device programatically.
    Furthermore I would like to know in which datbase-table I can find
    a) The roles and their mobile components
    b) The installed components of the registered devices.
    I Hope you can help me with this issue.
    Best regards.
    Lars

    Hello,
    thanks for your responses. I think the answer of Shobha is very good. I've found a second solution for this problem.
    1. Set the MCD-Attributes
    DATA: mcd_name TYPE SMMW_MCDNAME,
                mcd_ver    TYPE SMMW_MCDVERSION.
        CLEAR mcd.
                 mcd-MCDNAME = mcd_name.
                 mcd-VERSION   = mcd_ver.
                 APPEND mcd TO mcds.
        CLEAR mcd.
    2. Call method
    CALL METHOD CL_SMMW_DEV_ADM=>ASSIGN_MCD_TO_DEVICE
        EXPORTING
          RECEIVERID                                 = 'Your receiver-ID'
          MCDS                                           = mcds
          AUTO_FLAG                                = 'X'
        INVOKE_RULE_EVALUATION     = 'X'
        IMPORTING
          NON_AVAIL                                 = NON_AVAIL
          FAILED_MCDS                              = FAILED_MCDS
          MESSAGE_RETURN                     = MESSAGE_RETURN
        EXCEPTIONS
          MCDNAME_VERSION_INCOMPLETE = 1
          others                                                = 2.
      IF SY-SUBRC <> 0.
                  MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    With the method of class CL_SMMW_DEV_ADM you can easily add MCDs to your device.
    Thank you for your help.
    Best regards.
    Lars

  • Code for calling the method at the same time

    Hi
    I have one of my java Bean where i wrote my logic for updating the data to DB and ......... I need to test this method with 2 simultaneous requests so that i can check for concurrency issues
    I need a piece of code which invokes my java bean method twice at the same time ..There should not be any delay in between
    Is this possible ??

    Maybe you can test the concurrency as follows:
    public class TesterClass {
      public static void main(String [] args) {
        MyBean bean = new MyBean();
        MyThread t1 = new MyThread(bean);
        MyThread t2 = new MyThread(bean);
        t1.start();
        t2.start();
    class MyThread extends Thread {
      MyBean bean;
      public MyThread(MyBean bean) {
         this.bean = bean;
      public void run() {
         this.bean.updateMethod();
    }

  • Sample Javadoc comments for classes or methods using generics?

    Can anyone show me a sample Javadoc comment for a class or a method that uses generics. All my attempts so far ended up in warnings from the Javadoc tool..
    I also looked in the Sun forums, in the Javadoc documentation, but nowhere could I find anything that would help me write correct javadoc comments.
    Any luck for you guys?
    Thanks a lot,
    -Laurent

    Thanks man, sorry it must seem obvious to you, but
    for some reason I couldn't get it to work.No. The first time I also had to ask.
    Now an even more difficult (for me) question: how
    would you refer to that method in a @see or {@link
    ..} javadoc comment?Manually erase the method:
    * The see tag refers to this method
    * @param <T> a type variable
    * @see #foo(Object)
    <T> void foo(T t) {}

  • Global TOp for all the methods

    HI all,
    I am creating a class, And creating 10 methods inside that class.
    i want to use a single TOP program for data declearation which shud applicable in whole class, so that automatically it eccepts all the methods.
    any idea HOW to create that global data declearation for all methods.
    thanks,
    jo

    Hello Jo,
    In OO-Concept the class variables (Instance or Static) are always visible to the methods.
    If you are different classes, and you want to share variables between them, I would recommend you to use a super class or an interface for the sharing functionalities. Of course these concepts are not exactly for sharing variables. But nevertheless it might help you to solve your problem.
    P.S. I just wanted to simplify the context a little. Naimesh Patel deserves the credit, since he has given the right answer
    Greetz
    G.Fendoglu

  • TABLE for storing the condition type maintained in a RFQ

    Dear All ,
    I am maintaining some condition types ( both at header & item level ) while creating a RFQ .
    I want to know in which table can I find the condition types which I maintained for that particular RFQ.
    I have tried searching EKKO with the following parameter
    Purchasing Document No = RFQ No.
    Statu  = 'A'
    and tried to retrieve the valuein KNUMV field , so that i can pass the value of KNUMV to table KONV and retireve the condition .
    But KNUMV for document type 'A' ( RFQ ) is coming as blank for all the records.
    Requesting help on this .

    Hi,
    Condition types are stored in KONP table. You can try linking tables  EKKO / EKPO with KONP with required fields to get the data stored.
    Regards
    Ram

  • Is there any database table for storing the weeks of a physical year?

    Hi all,
    Is there any standard table for displaying weeks in a year
    thanks in advance.

    Not sure about tables
    See the FM : TSTR_PERIODS_AMERICAN_WEEKS,TSTR_PERIODS_WEEKS
    Thanks
    Seshu

  • Table for checking the appended fields in the standard extractor

    Hello,
    Please let me know the table name for checking the appended fields in the standard extractor.
    Thanks in advance

    Hello,
    From Rsa6 , goto your extractor from there you may get the name of your strucutre
    Go to DD03L and enter this name
    And you get to see all the fields there..
    waiting for your feedback.
    Regards
    Nitin Bhatia

  • Table for storing the substitutes in workflows.

    Hi ,
    I would like to know the table in which all the sustitute reletionship is stored i.e for which user who is the substitute.
    Regards
    Aditya

    Hi Aditya,
                  The table for the entry you specified in the question is HRUS_D2.I hope your query resolves soon.Have a best day ahead.

  • Table for following the Stock Tracking in queries

    hello,
    I am trying to generate a query based on the stock taking module (under Inventory Transactions).
    the form takes its values from different tables, but i would like to you the 'counted' column in a query.
    a similar form is the price list and for price list there are tables ITM1 etc..
    is there any table to take the 'counted' values from?
    i'll be thankful for any help
    Saar

    Hi Jitin.
    thanks for the reply.
    i checked the IQR1 but it seems to be a table for inventory posting after reconciliation.
    can you guide me how to find the object type of inventory tracking (a step before)?
    regards
    Saar

  • Dictionary table for class description in tcode il03

    Hi,
    Please let me know the dictionary table where  class description is getting stored while using the transaction il03 and while i tried i came to know that it is not in  the table swor..
    Regards,
    Nikhil...

    Check IFLOTX
    Nag

  • How to find an table for storing the employee salary

    hi,
           how to find an table for storing employee salary .. In which table those details are stored .. Please reply me.
    regards,
    kumar

    Hi,
    You can see the basic salary details from table -pa0008.If you can see the payroll data,then its not stored in transparent table.its in cluster.For viewing that,you can see through transaction code - pc_payresult.
    Regards,
    Manoj.

  • Table for finding the SHC numbers and PO numbers

    Hi Guys,
    Can anyone tell me where I can find the SHC number and PO number getting updated in one table.
    Also If I wanted to have both the data what should I have to do?
    Regards
    Srujank

    Hello Srujank,
    You can use
    1. Report : BBP_BW_SC2: Monitor shopping cart status
    2. From Table :  CRMD_ORDERADM_I get the SC item GUID & use this GUID in table BBP_PDBEI to get the follow on document (PO) number.
    Hope this helps.
    Thanks
    Ashutosh

  • Table for stoing the inspection type of a material

    Hi,
    I want to know is there any table which stores the value Inspection Type of a material such as  03,zwork maintained in the qualitty view of it.
    plzz provide me guidelines to solve this problem.

    Hi,
       In standard inspection type field is ' Art ' . Check QALS table where you can find this field & if 03 inspection type is maintained it will store in qals table.
    Regards,
    Himanshu

Maybe you are looking for

  • Using database link in my triggers,urgent

    There's DB A on ServerA,DB B on ServerB.Table TA in ServerA's DB and TB on ServerB's DB.My purpose is to synchronize usera.TA with userb.TB real time. In order to realize it,I created dblink AtoB from A to B using command "create database link AtoB.d

  • How do I change my default "SAP Working Directory" to the one I wish ?

    Hello Gurus, How do I change my default "SAP Working Directory" to the one I wish ? At the moment default SAP Working Directory to set to the following directory. "C:\Documents and Settings\T51273\SapWorkDir" So, when ever I try to download a Report/

  • RosettaNet Costs

    Hi, Quick question: Are there additional costs involved when using RosettaNet? I thought it was a standard component of XI / PI. Now some consultants on my project are talking about buying a RosettaNet Engine ? ? ? Is this really necessay? Ron

  • I think IPhones or all keyboards on apple products should have a swipe keyboard.

    I think iPhones should have a swipe keyboard like androids.. I'm tired of typing they need to give something a new try so I said swipe keyboard

  • Why are my burned DVDs being ejected or recognized as "blank"?

    As the subject heading suggests, I am having problems with my iMac's CD/DVD drive. Commercial DVDs are readily recognized. DVD-Rs that were burned using Popcorn or Disk Utility are either spat out or recognized as "Untitled DVD.fpbf". I have tried sw