BPM-  Change Standard Monitoring Object

Hi,
I have few queries in BPM:
1). How to change a standard Montior?
     For example, if I want to change Monitoring Object Sales Document (KPSD0001) and add New Keyfigure or add a new
     selection parameter (eg. Plant) for a keyfigure. How do I do this??
2) In which database table/Transaction can I see all the Standard Monitoring Objects available.
3) How can I copy a standard Monitoring Object  into a Z Monitor and make the required Changes.
Regards,
Shalini Chauhan

Hi Shalini
1)As Ragu mentioned, it is not possible to change standard monitoring
  object. Code is already fixed to the selection parameter.
2)It is stored in special way in satellite system. (Cluster table).
  So it is not easy to check it like via SE16.
  You can get list of available monitoring object and key figure from
  the list that is available in service market place.
  (You need authorization to access service market place).
  http://www.service.sap.com/bpm
  =>media library =>Customer Information
  =>Business Process & Interface Monitoring - Part 2
3)As Ragu mentioned, I also recommend you to check customer exit
  development guide.
    http://www.service.sap.com/bpm
    =>media library =>Technical Information
    =>Technical Information
    =>Guide - Customer Exit
Best Regards
Keiji  Mishima

Similar Messages

  • How to Change behavior of standard text object&text ID (SE75)?

    Hello there!!
    I'm struggling with this:
    For standard text object C_SHES_ACH & ID 0001 (EHS: IHS Safety Measures) wichs is used as a description for safety measures (CBIH82/CBIH02..) need that when the user create or edit the text, already appears a "Fill in the blanks"  form.
    For example, in CBIH82, editing an accident log, I go to Safety measures Button, then create a safety meassure, and when i click for long text description something like this should appear:
    TEXT 1 (1st Title)
    user line
    user line
    user line
    user line
    (free amount of user lines)
    TEXT 2 (2nd Title)
    user line
    user line
    user line
    user line
    (free amount of user lines)
    Thanks a lot for your feedback!
    Rgds!!

    Hii,
    I am unable to understand exactly wat you want.
    But for free amount of lines : Keep that text under LOOP. Right click on template or window and create a loop and under that loop keep the text ,you can get many lines. or the given below point plzz follow.
    1,Use SO10 Tcode to write standard text in Smartform.
    2.For long text
    method1
    Create TEXT node- general attributes change text type to include text
    then you can input text name/text object/text id/language
    method2
    create PROGRAM LINE node - use FM READ_TEXT to read it to a internal table
    then use LOOP or TABLE node to display it
    For TEXT module(For foreign language)
    Tr-code:smartforms -- choose Text module(not choose form)--create a text module object
    then enter smartform Create TEXT node- general attributes change text type to text module
    input the text module name which created by above
    3.
    1. take function module name of the smartform.
    2. goto se37 and type that fm name.
    3. goto attributes tab
    4. double click on either program or include .
    5. There u can find all the subroutines used inside smartform.
    6. search for "perform %move using %textkey-name".
    4.Standard Texts are created in SO10 Tcode and stored in STXH table with OBject ,ID and NAME parameters. We can use Read_Text FM to read the text.
    check the tables STXH & STXL.
    5.
    How to CAll Standard Text in Smart Forms
    In SFs you can insert the standard tests using the TEXT node. Create a TEXT NODE. Then in the GENERAL ATTRIBUTES of this TEXT node select INCLUDE TEXT in the TYPE option. Then you have to enter the text name, object , ID and language in the provided fields. Then if you dont want any error if there is no text in the corresponding text then CHECK the check box "No errors if no text available.

  • Table of changed standard objects

    hello all
    i am looking for a table in SAP which contains all the changed standard objects.
    I have just a old copy of that table in Excel, but I cant locate it in SAP.
    The fields of the table:
    OBJ_TYPE     OBJ_NAME     SUB_TYPE     SUB_NAME     INT_TYPE     INT_NAME     OPERATION     MAIN_PROG     INCLUDE     MOD_NAME     MOD_LANGU     MOD_USER     MOD_DATE     MOD_TIME     ACTIVE     INACTIVE     UPGRADE     PRE_CORR     PROT_ONLY     UPG_MODE     MARK     SPAU     TRKORR     SPAU_CODE
    The table is very useful for our future upgrade project to get a list of standard objects repaired by us.
    Thanks for any help.
    Imrich

    Hi Imrich,
    The Table name is SMODILOG.
    Hope you got the answer.
    Regards,
    Sowmya

  • Custom Monitoring Objects in BPMon

    Dear Experts,
    As we know that there are some modules/submodules for which there are no SAP Std Monitoring Objects available in BPMon like FSCM, Asset Mgmt, Dispute Mgmt, HCM, PS, etc. so we need to go for custom monitoring objects. Would like to request you all to share your experiences in same subject.
    Let me take one simple example, may not be very relevant but just to understand the concept for e.g. whenever Cost Center gets changed in Asset Master, an alert is required to be triggered. Is it possible to cater this requirement through creating custom monitoring object?
    Please advice.
    Thanks.
    SM

    Hi Malia
    To fulfill customer's requirement, sometime I created custom monitors.
    The monitors are sometime for checking transaction document and sometime for master data like your case.
    Basically if you are able to identify the required data with some logic,  you can enable the requirement by
    using one of the following way.
    1) Table Entry Counter :
         Positive points. No coding required. Very easy to use.
                                  By using this, you can access single table (standard/custom) or 1 data base view.
         Negative point.  Only simple query is possible. If you need to access several tables or need some logic,
                                   you need to go to custom development.
        Please also check this blog.
        http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/20140
    2a) Customer exit  : Not using OO framework.
          Please also check this blog.
          http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/17437
    2b) Customer exit  : Using OO framework.           
          Please also check this blog.
          http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/28289
        Positive point. If the requirement is technically possible, you can fulfill the requirement.
       Negative point. Need some coding, And 1st you need to understand some steps to use customer exit.
                                But for both case, BPMon provides framework. So actually what you need is small coding.
                                (Setup guide provides sample).
                                If you use OO framework, you can also use BP Analytics based on custom monitor.
    I have not analyze in detail, but seems you have some possibility to fulfill the requirement.
    Idea)
    Search the table ANLA(Asset Master Record Segment) where AEDAT = Today.
    *Result of this, you can identify Asset master that have update today.
    Then to check whether the change is for cost center or not, access to the change document tables (CDHDR/CDPOS).
    CDHDR     : OBJECTCLAS = ANLA, and TCODE = AS02, OBJECTID = Object ID
    CDPOS     : CHANGENR,  FNAME = KOSTL
    By the way,  what kinf of things, do you want to enable for FSCM, Asset Mgmt, Dispute Mgmt, HCM, PS ?
    Hope above information helps you.
    Best Regards
    Keiji

  • Standard S_TCODE object showing Yellow trafic light

    Hi All,
    Recently I have noticed standard s_tcode object is showing Yellow traffic light (Not fully maintained) in one of the role in ECC6 system. I have tried to maintain by clicking on change button which usually doing with other objects and got succeeded to do modifications.
    I have downloaded that role and uploaded in to another ECC6 system and observed that s_tocde is in green color and not allowed me to modify it as usual.
    As per my knowledge standard s_tocde object is not modifiable but we can modify manually inserted s_tcode object.
    Please advice.
    Regards,
    Sri Vandan.

    Hi,
    What happens if you delete the role in your original system and re-upload and generate?
    I have tried that one also but getting same problem.
    propably the SU24 entries have been changed (for field S_TCODE) since the last mergeing of authorization data....
    Bernhard, can you please elaborate on this.
    Regards,
    Sri Vandan.

  • Data not updated in business entity after change in architectural object

    Hi,
    A business entity was created from Architectural Object.
    When we modify the address in the architectural object, the data is not updated in the business entity.
    Is there any solution that make an automatic update for the address in business entity after a change in architectural object ?
    Thx for your help.
    Regards
    Saad

    Hi,
    I have created new infopackage and ran. Now the following message I have got on the monitor.
    "Data not received in PSA Table
    Diagnosis
    Data has not been updated in PSA Table . The request is probably still running or there was a short dump.
    Procedure
    In the short dump overview in BW, look for the short dump that belongs to your data request. Make sure the correct date and time are specified in the selection screen.
    You can use the wizard to get to the short dump list, or follow the menu path "Environment -> Short dump -> In Data Warehouse".
    Removing errors
    Follow the instructions in the short dump."
    Any more thoughts?
    Thanks,
    Rao.

  • System setting does not allow changes to be object CLAS /1SEM/CL_FACTORY_30

    hi,
    Recently we upgraded our BW system from BW 3.0B to BW 3.5.In BW 3.5,we created a planning area to which we
    assigned a transactional cube.Now when we are going for creating variables or planning levels for the planning area it
    gives the following error:
    System setting does not allow changes to be object CLAS /1SEM/CL_FACTORY_300ZPLAN
    Our support packages are as following:
    SAP_BASIS       640                   0009
    SAP_ABA         640                   0009
    ST-PI           2005_1_640            0000
    PI_BASIS        2004_1_640            0006
    SAP_BW          350                   0009
    BI_CONT         353                   0000
    Could you please suggest or help us in resolving the issue ?
    thanks and regards,
    Yogesh

    Hello,
    the above mentioned note is too old. Please check note 781371.
    Please also check in transaction SM30 view V_TRNSPACE
    the record for /1SEM/:
    Namespace:     /1SEM/
    Namespace role C
    Repair License
    SSCR Popup     X
    SAP Standard   X
    Gen Objs Only  X
    Regards,
    Gregor

  • How to change standard text in(me33k)?

    How to change standard text in me33k (under Reference data : Dept/Proj Manager) field. I tried it changing in CMOD - under Goto in Text enhancements in Keywords then Change . I did this change and in table ekko-verkf I can see the change, but in me33k I cannot . Appreciate if anybody can  reply back soon and help me solve this issue? points awarded for sure.

    If u are talking about the text  related to a Contract by (Trx ME33K --> Header --> Texts --> Text Overview).
    Then u need to use the FM create_text and then put the import parameters as
    Text Name     =  (contract number)
    Language       = EN
    Text ID        = K00  Release order header  text put K01 for first item text K02 for second item text so on
    Text object    = EKKO       Purchasing doc. header texts
    and then call bapi_transaction_commit
    u ll be a ble to find the changes
    thnks
    kanishak

  • How to add authorization field to a standard authorization object

    Hi All,
    I'm trying to limit user to can only create & change X type of order type in PM module. This can be fullfill by creating suer with assigned role with only allow X type of order type.
    But when I assigned a display role which has authorization to display all order type (maintained as authorization object), now my user can create and change all order type.
    How to limit user to can only create & change X order type and only display the rest of order type?
    I assume by adding authorization field: AUFART(order type) in authorization object: I_TCODE will solve the problem, is it right? and is it possible to do that?
    regards,
    Andre

    Hi,
    your assumption is incorrect. First of all, adding a new field to standard authorization object is a bad idea. You would have to modify all checks for that object. For standard SAP object it means that you would have to modify many SAP programs.
    The authorization object I_TCODE is checked in PM transactions. It gives you authorization to run that transactions. That object can't be used to limit what you do in that transaction or what order type you can process. You are looking for some other authorization object(s). You need to go to SU24 which gives you what authorization objects are checked in particular transaction. It does not have to cover all objects but it's a good starting point.
    Cheers

  • How to create Object Links For non standard SAP Objects?

    Hi all,
             I need to create an object link in cvo1n for a non standard SAP object (inspection characteristics) . we have two ways to do this
    1. Create a screen for the rquirement by taking the standard screens as reference.
    2. Implement badi document_obj.
    I need a step by step process to perform both the steps. Sample codes will be helpful.
    One more thing is that i need a link in the standard screens of inspection characteristics also. How to get a two way link both in cv01n and in the standard inspection char screen.

    hi
    Customizing for the Do cument Management , you must maintain the key fields for the SAP objects that you want to link to document info records, by choosing Control Data ® Maintain key fields.
    Process
    Program two screens for the following module pools for the SAP object that is to be linked additionally:
    u2013 SAPLCV00
    u2013 SAPLCVIN
    The process logic must be according to that of screen 0204 in program SAPLCV00 and must not be changed.
    Create the function module OBJECT_CHECK_XXXX (XXXX = name of the SAP object).
    If this object can be classified, this function module already exists in the standard system. Otherwise, copy the existing function module OBJECT_CHECK_EQUI (linking of equipment) and change it to suit the new object.
    also you can attach the document to PRT also. but it will not show you in dms. This type of attachment is only from otherside.
    thanks
    nitin
    award point if useful

  • RZ20: how to create status attribute for monitoring object ?

    Hello,
    I am brand new into RZ20 maintenance and my question may be silly.
    Anyway, SAP supplies monitoring objects customized with performance attribute (such as MTE class SAPconnect Error). Instead of having such performance attribute, I would prefer to have a MTE class with status attribute in order to trigger an alert each time a there is a SAPconnect message with error.
    Is it possible to define such status attribute ? If so, how could it be achieved ?
    Thank you for your help.
    Regards,
    Fabrice

    Hello Fabrice,
    the monitoring object and its attributes are defined by the data collector. This means the attributes are hard coded (in the function module or report in case of data collection method (a passive data collector) of directly in the kernel (an active data collector).
    And as long as the data collector is delivered by SAP, changing the coding is not a good idea
    So only way would be to create your own monitoring objects using your own data collector. A documentation how to do this is available in the Service MarketPlace: "<a href="http://service.sap.com/~sapidb/011000358700001752571999E/SUPPLIER_46A_EN_Neu.pdf">How to Write a Data Supplier for the Alert Monitor</a>".
    Regards, Michael

  • How to change Self Monitoring Thresholds in SOLMAN 7.1 SP8?

    Hello Expert,
    I'm wondering if there is an option to change Self Monitoring Thresholds in SOLMAN 7.1 SP8? I'm getting so many SOLMAN Self Monitoring alert's emails, so looking forward to adjust the thresholds (if this is possible at all)?
    Your help is always appreciated.
    Thanks & regards,
    MM

    Hi Roland,
    Thanks a lot for advice!
    Sorry, how are you getting to this screen where you can create a custom template?
    Somehow I can't find any option to create a custom template in step 3.2 of  the Self-Mon in my system.
    When I press 'Configure and Activate' button it's just activating the Self-Mon, without any option to create a custom template.
    In Alerting Directory Browser I can see SAP Standard Template for Self-Mon,...
    ...but I'm struggeling to find where I can create the custom template a copy of this standard one?
    Probably I'm missing something.
    I'm on SP08.
    You help is much appreciated.
    Best,
    MM

  • Where can I find  Standard Info Object for 2LIS_06_INV

    Hi
    I have a requirement to find out the Standard Content objects for Block reason Qty,Price , Date Changed on,Blocking Reason Order PRice Qnty. Can any one let me know where I can find the 0Objects for this or do I need to create ZObjects ?
    Thanks in advance

    Hi,
    Go to RSA1 and Go to Business Content Tab->In Object Type->Infoobject and Search there and transfer that and install.
    or
    TO RSA1 and Metadata Res
    Search in Infobjects.
    Regards,
    San!

  • Problem testing Standard BOR object : CATS

    Hey SAPians,
    I have issue with one of the standard BOR objects in SAP.
    BOR Object: CATS
    1. When i try to test the object, it gives a program dump, both in Development and Production environment.
    2. The dump contains the following text: "ASSIGN_LENGTH_0"
    This occurs in program SWO_DIALOG_OBJECT_KEY_EDIT". A sample screenshot of the dump location is given below:
    The Error occurs at LINE NO 68
        65   SORT info BY editorder.                                  
        66   LOOP AT info.                                            
        67     MOVE-CORRESPONDING info TO objid.                   
        68     ASSIGN old_id+objid-offset(objid-ddlength) TO <obj_id>.
        69     IF objid-outlength > width.                            
        70       width = objid-outlength.                             
        71     ENDIF.                                                 
        72     IF objid-memoryid NE space AND                         
        73        <obj_id> = space AND                                
        74        objid_control-display = false.                      
        75       GET PARAMETER ID objid-memoryid FIELD <obj_id>.      
        76     ENDIF.                                                 
        77     objid-value = <obj_id>.                                
        78     APPEND objid.                                          
        79     ADD 1 TO height.                                       
        80   ENDLOOP.
    The problem according to me is in the field "DDLENGTH" which holds value '000000'. If this field value is changed at runtime, then everything works perfect.
    Now, the question is from where his value gets populated ??
    Further debugging led me to a Function module : "SWO_QUERY_VERBS"
    which exports a internal table with values that match exactly to the values in internal table "INFO" in the above code on whom the loop is executed.
    Ppl, please guide me on this function module or the source of the function module contents...
    Is it any config issue ?? If yes, what needs to be done ??
    If not, then how it needs to be resolved ???
    Thanks in advance.
    Shashank Shirali

    Hey Mates, thanks for your valuable suggestions. However, the problem was solved. I regenerated the BOR object "CATS". This is the only thing i did. This may be due to inconsistencies during upgrade....
    Thanks
    Shashank

  • Partial activation in standard SAP object

    Hi all,
    I had to change a standard SAP object. However, when i was asked about the language, i accidentally clicked "change original language". I made the changes and activated.
    However, it shows me partially active. Please let me know if it is ok, or if there is some way out.
    Thanks and Regards
    Vijay

    hi vijay,
    Welcome to SDN.
    Partial Activation Comes Up with the warnings. In Most of the cases the Table will not be converted according to the requested mode. Plz Read the warnings that you are getting while Activation and Try to solve those.
    Mostly It will Work.
    Hope this will Help.
    Reward If useful.
    Regards
    Sumit Agarwal

Maybe you are looking for

  • Syncing multiple ipods to one itunes account

    I have two ipods nano's and two shuffles. I'm having difficulty getting the twonano's to sync to aone account. One is recognized, when the second is plugged in, the sync ipod options is greyed out and not available. I haven't got past this to try the

  • Error in ODI while configuring ERPi  Source system

    Hi All, Hyperion Version : Hyperion 11.1.2.1 OS: windows 2008 I'm getting the following Error in ODI while configuring ERPi Source system in workspace. "942 : 42000 : java.sql.SQLException: ORA-00942: table or view does not exist java.sql.SQLExceptio

  • Is there a way to update genius on songs already on my ipod?

    If i added songs which have not been updated by genius on to my ipod, is there any way i can re update them with out re adding the song from my itunes library?

  • AME CS6 hangs upon clicking "start"

    Hello all, Forgive me if this has been discussed previously.  I have searched the forum and come up empty handed. I am running OS X Snow Leopard with AME CS 6 and Premiere CS 6.  I encounter problems when I try to queue files from Premiere, or even w

  • Build-in webcam issue: how to turn it off during boot-up?

    Hi, I have a laptop - Asus K52J & x86_64 - with a built-in webcam. During boot-up, the webcam turns on in - rough guess - 50% of the time. I don't find any obvious pattern when/why the webcam turns on. Searching this forum/internet doesn't give me a