How to find the Feeder class behind Incident creation in SAP EHS?

I have a requirement where i need to change the message text after clicking "Send" button while creating Incident.
How to find the feeder class and method which is called behind "Send" button ?
Thanks,
Vimal

I dont have such.. but you can set  external debug point in function module POWL_QUERY_REFRESH
* get the result object type from the feeder
   lr_feeder->get_object_definition(
      EXPORTING
       i_selcrit_values = lt_crit_para  " selcrit dependent object def.
       i_langu = l_langu                                     "nt_1673495
       i_type  = i_query_data-type
      IMPORTING
       e_object_def = lr_object_def
In I_QUERY_DATA-TYPE you can see name of POWL ID.
Find it in transaction POWL_TYPE and you get name of feader class!

Similar Messages

  • How to find the original photo behind faces

    How to find the original picture behind Faces

    That is not the original photo - it shows the entire current photo with edits so you can see the context of the face - you can not see the original photo while in faces - you can in edit mode by depressing the shift key
    LN

  • How to find the database table behind the xtags  varibles?

    if in xtags we find that some varibles are not having the right data coming from xml -> database tables so how can we find out the names of database table behind it .
    <!-- <xtags:variable id="msds" context="<%=specs%>" select="//header/msds"/>
    <a href="/MSDS/<%=msds%> target="#">MSDS</a>
    -->
    now how to find the database table and the column name of database table from which the value of id msds is coming
    Here they have stored the name of pdf file . from this code pdf file is displayed

    Hi,
    Thanks for your response. It is PM related.  When I run a T Code - IK18,  the field Total Counter Reading field appears. I am looking for that particular fields actual table name and field name.  I think I have found it in IMGR table. Now I want to get IMRG-READG in my report, but there is no common fields in neither MKPF or MSEG table. So what can I do to connect IMRG table with either of them ?

  • How to find the Adobe barcode name for its corresponding SAP Script barcode

    Dear All,
    We are doing conversions from SAPScript to Adobe forms.
    The barcode used in two sapscript forms are 'BC_CD39' and 'ARTINR' respectively .
    I would like to know the corresponding barcode name to be assigned to Adobe forms as the above barcode names are not present in the Object Library-> Barcode section of Adobe forms.
    regards,
    PP

    >
    Muralidhar Medisetty wrote:
    > Hi,
    >
    > I had an issue, in the transaction F110  Payment advice. They need to adjust the spacing on the cheque printing, which is overlapping the names on the cheque and hence I have forgotten how to find the form name and the driver program of the script. Can anybody suggest me how to find those. Your help will be appreciated.
    >
    > Thanks in advance.
    hey
    NACE is the transaction ..for this u must know the output type..
    Script for Cheque Printing and Payment Advice can be known from Transaction FBZP...
    FBZP -> paying Company Codes -> u will get Script used for Payment Advice
    FBZP -> Pmnt methods in company code -> u will get Script used for Cheque Print
    ....Give points if useful.....
    Edited by: Satyabrata sahoo on Oct 14, 2008 4:42 PM

  • How can have the cost of a Medical service with SAP EHS (OH)?

    Hello,
    I am starting with SAP PLM and/or SAP GRC, working with the Solution SAP EHS and his component OH (Occupancy Heath) and my client ask me if they can see all the costs:
    -Cost of medical Service (Doctor cost, Drugs, Medicine Materilas, etc..).
    -Cost of Laboratory test.
    -All the cost regarding EHS-OH.
    So with the transaction "EHSSERV" I don´t see the integration with SAP FI or SAP CO, I don´t know how make the procurament of this medical service with SAP EHS or how integrated this medical service with the SAP  SD or MM in order to Sell a medical service or buy a Laboratory test.
    1.-SAP EHS give me an Standar report of that, or I need do it in other module of SAP, maby SAP FI or SAP BI?
    2.-What level of Cost detail, can I have with SAP EHS.
    3.-What I need to do this?
    Thanks Experts.
    Alejandro González Spencer.

    Hi ,
    There is no Integration with the SAP-OH component  (Occupational Health)
    you can mention cost in Text for your record.
    Rahul.

  • How to find the Message Class and ID for messages in WebIC

    Dear Experts,
    I get some error messages in the WebIC
    I went to SAAB to activate and see details on the error messages
    But, what i am missing is the the message class and the ID information
    Can any one tell me if there is a work around to check and find out which message class and ID the message belongs to
    Regards,
    Raj

    Hi Raj,
    Put a break-point in method get_instance or ADD_MESSAGE of class cl_bsp_wd_message_service.
    Best regards,
    Caíque Escaler

  • How to find the initializing class (ie the one whose main was called)

    I am wanting to find out, within a class instance, which class caused it to be initialized. ie the one whose main was called.
    NOTE
    I do not nessasarily mean the class which initialised it, but the class whose main was called, which started the ball rolling and somwhere along the line this class was initialized.
    I am normally a Swing man and my initial class has always been a Frame, and it is easy to find the Frame, within a subsequent Component, using
    Component component = this;
    while((component != null) && !(component instanceof java.awt.Frame))
    component = component.getParent();
    Frame myFrame = (Frame)component;
    I just can't see a way to do this for classes

    Another way that you might be able to do it is to throw an exception and catch it put the stack trace in a string so that you can search it for a <classname>.main for example below the class SnippetRunner47882's main was called.
    Example StackTrace:
    java.lang.NullPointerException: just a test
         at SnippetRunner47882.runSnippet(SnippetRunner47882.java:8)
         at SnippetRunner47882.main(SnippetRunner47882.java:18)
         at java.lang.reflect.Method.invoke(Native Method)
         at SnippetRunner.compileAndRun(SnippetRunner.java:120)
         at SnippetRunner.runSnippet(SnippetRunner.java:87)
         at SnippetRunner.actionPerformed(SnippetRunner.java:69)
         at java.awt.Button.processActionEvent(Unknown Source)
         at java.awt.Button.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Hope this helps

  • How to find the CSS classes of a template in Apex 4.1?

    Please i would like to know the location of the css and images in a template?

    if you look into your page template you will see the absolute path some thing like
    /i/theme15/theme_15.cssHere /i/ is the images directory of your APEX.
    By default you may have installed it to
    oracle_home/apache/images
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/ui_upload_img.htm#HTMDB25584

  • How to find the list of  different material in other SAP system.

    We have two SAP different systems.  there is an integration between two systems.
    One system has 2 millions materails (parts) and other system has 6 millions materails (parts).
    I need to know the list of what are those 4 miilions of materials in the other sap system .
    How can I find out the list of the 4 millions additional material list  ?
    Can you please help me .
    YOUR HELP WILL BE HIGHLY APPRECIATED.
    Thanks in advance.

    Hi,
    Compare two different environments/systems in t.code: SCU0 . Also you can try with OY19
    Regards,
    Biju K

  • How to find the list of org .field values in sap

    Hi,
    I need a list of org files values .
    example : I want to know ...
    Plant= WERKS,Cost Center=KOSTL.
    similarly I need the list of all org. values.
    what is the table name?
    Thanks in advance
    SR
    Message was edited by:
            sunny raj

    My apologies.....
    I need the list of non org filed values with the description
    example..
    BEGRU     Authorization group
    BSART     Order type
    BWART     Movement type (inventory management)
    I have already down loaded org filed values from USVAR table as Ben said.
    Thanks,
    sr
    null

  • How can I determine the feeder class for a WebDynpro component in SRM 7.0?

    Hi experts.
    I am trying to figure out how to add some columns to the list of contract items for this WebDynpro application/view:
    Applikation: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro-komponent: /SAPSRM/WDC_CTR_DOTC_IT
    Window: IV_L_FPC_CA_TREE
    View: V_CTR_DODC_ITEMS
    Configuration-ID: /SAPSRM/WDCC_FPM_CTR_DOTC_ITM
    All the documentation I can find regarding the FPM says to change the feeder class, but nowhere I have seen do they explain how to determine the feeder class of an existing component/view.
    I am hoping for your help!
    Thanks!
    Best regards
    Per Hjorth Christiansen

    The term "feeder class" normally refers to the POWL search, not the actual document detail screen. You could just add one more column by enhancing the webdynpro view.

  • How to find the project name given the exit name

    Hi I have the exit EXIT_SAPMM06E_016 to modify but i dont know how to find the already existing project name
    plz help

    Hi,
    SAP user exits (enhancement names that we see in SMOD transaction) are all stored in the table MODSAP. The field NAME contains the enhancement name and the field MEMBER contains the name of the function module that will be called if the customer enhancement exists and is active. The customer enhancement projects are stored in the table MODACT. There, the NAME field is the name of the project and MEMBER is the name of SAP enhancement (that from the MODSAP).
    Regards
    Raju

  • How to find the class name of the  BO

    HI
      How to find out a class for a business object.
    For example for the Business Object FORMABSENC i want to find out the class name.
    iam not able to find out from se24 or swo1.
    Or please suggest me how can i use the method createbapistructure of this businessobject.
    Regards
    vijaya

    Hello Vijay
    When you double-click on "method" AbsenceForm.CreateBapiStructure (transaction SWO1) and switch to tab ABAP you see (on ERP 6.0) that the field Name is empty meaning this BO "method" has not yet been implemented.
    Other methods are implemented by modules of function group SWXA. Checking package SWX you will see that there are no suitable classes around for this object.
    Final remark: Methods of business objects has just a semantic meaning and has nothing to do with object orientation (i.e. classes).
    Regards
      Uwe

  • How to update POWL cache in the feeder class

    Hi All,
    I need to update POWL cache in the feeder class, While user removing the selected entries we will synchronize it to DB directly. But I have no idea how to update the POWL cache, Do you know any method to implement it?
    Thank you very much!
    Julia

    Hi,
    In your method Handle_Action changing C_RESULT_TAB is nothing but a sort of local cache which sends the data to be displayed in POWL.
    Can you try deleting the selected row ( can be fetched from c_selected ) from this C_RESULT_TAB parameter.
    I guess this should do the trick.
    Also when you change C_RESULT_TAB, then do remember to set the parameter E_RESULT_LINES_CHANGED as true.
    Regards
    Manas Dua

  • Reg - how to find the purpose of methods in a class

    hi everyone,
               can u plz help me with how to find the purpose of methods in a class???????
    a description abt the methods in a class??????
                        thx in advance,
    regards,
    balaji.s

    Hi Balaji
    Pls find some stuff.
    reward pts if help.
    The following statements define the structure of a class:
    ·        A class contains components
    ·        Each component is assigned to a visibility section
    ·        Classes implement methods
    The following sections describe the structure of classes in more detail.
    Class Components
    The components of a class make up its contents. All components are declared in the declaration part of the class. The components define the attributes of the objects in a class. When you define the class, each component is assigned to one of the three visibility sections, which define the external interface of the class. All of the components of a class are visible within the class. All components are in the same namespace. This means that all components of the class must have names that are unique within the class.
    There are two kinds of components in a class - those that exist separately for each object in the class, and those that exist only once for the whole class, regardless of the number of instances. Instance-specific components are known as instance components. Components that are not instance-specific are called static components.
    In ABAP Objects, classes can define the following components. Since all components that you can declare in classes can also be declared in interfaces, the following descriptions apply equally to interfaces.
    Attributes
    Attributes are internal data fields within a class that can have any ABAP data type. The state of an object is determined by the contents of its attributes. One kind of attribute is the reference variable. Reference variables allow you to create and address objects. Reference variables can be defined in classes, allowing you to access objects from within a class.
    Instance Attributes
    The contents of instance attributes define the instance-specific state of an object. You declare them using the DATAstatement.
    Static Attributes
    The contents of static attributes define the state of the class that is valid for all instances of the class. Static attributes exist once for each class. You declare them using the CLASS-DATA statement. They are accessible for the entire runtime of the class.
    All of the objects in a class can access its static attributes. If you change a static attribute in an object, the change is visible in all other objects in the class.
    The technical properties of instance attributes belong to the static properties of a class. It is therefore possible to refer in a LIKE addition to the visible attributes of a class – through the class component selector or through reference variables, without prior creation of an object.
    Methods
    Methods are internal procedures in a class that define the behavior of an object. They can access all of the attributes of a class. This allows them to change the data content of an object. They also have a parameter interface, with which users can supply them with values when calling them, and receive values back from them The private attributes of a class can only be changed by methods in the same class.
    The definition and parameter interface of a method is similar to that of function modules. You define a method meth in the definition part of a class and implement it in the implementation part using the following processing block:
    METHOD meth.
    ENDMETHOD.
    You can declare local data types and objects in methods in the same way as in other ABAP procedures (subroutines and function modules). You call methods using the CALL METHOD statement.
    Instance Methods
    You declare instance methods using the METHODSstatement. They can access all of the attributes of a class, and can trigger all of the events of the class.
    Static Methods
    You declare static methods using the CLASS-METHODSstatement. They can only access static attributes and trigger static events.
    Special Methods
    As well as normal methods, which you call using CALL METHOD, there are two special methods called constructor and class_constructor that are automatically called when you create an object or when you first access the components of a class.
    reward pts if help.
    deepanker

Maybe you are looking for

  • Color report rows based on a value in that row

    I would like to Color report rows based on a value in that row. For examplle with the "EMP" table: I would like job=MANAGER to be red and job=CLERK to be green etc etc The other example I found only had the option of one color either the highlight or

  • Reinstalling Office 2008 on MacBook Pro

    I had to have the hard drive on my MacBook Pro replaced.  When i got it back i tried to reinstall Office 2008.  After the first time, when i tried to activate it nothing would happen - the icon/s (e.g., for Excel) would "bounce" up and down but no ap

  • Finder freezing after update

    My new macbook has started having problems ever since I installed the latest recomended update for Macbook Pro's with retina! I cannot open any folders or files in the finder... trying to find files or open a new window just causes finder to go off a

  • No batch input data for screen sapmf05A 0700 during BD20

    Hi, In BD20, when there are multiple idocs, after the first idoc is succesfully processd, the other idocs fail, as the first one has locked the screen and we get the message No batch input data for screen sapmf05A 0700. Then the other idocs end in er

  • Way to change the  Message based on Imported IDoc

    Hi, I just want to know if there is way to change the message based on Imported IDoc? Basically I imported an IDoc from R/3, this Imported Object would display just one of the Segment for where there are  max allowable limit is n segment (the same se