Debugging and customizing Monitoring tool

Hello ,
In the End user perspective ,do we have any monitoring tools that with very less basics of XI idea,th end user can monitor or keep track of the message flow
And can we customize the monitor tools for XI...can we add debugging the message flow .
Any valuable inuts.

U may expose the monitoring functionality as a Webservice and then provide its access to the end-users.
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/909760cb-0ec8-2a10-4a96-ee8417acfbc9
Regards,
Prateek

Similar Messages

  • Motherboard and temp monitoring tool.

    looking for motherboard monitoring tool like core center.
    system specs.
    msi 790gx-g65
    amd phenom 2 x3 720 be
    nvidia gtx 260 graphics
    wd 250gb sata2 hd
    4gb kingston hyperx ddr3 memory
    cool max 600w psu
    windows xp x64
    system is stable and running fine , just like to have something like core center that will run in the background to give me a quick temp check.
    tia

    look here:
    https://forum-en.msi.com/index.php?topic=107133.0

  • Cisco Devices Syslog monitoring and user monitoring tools

    Can anyone help me how to monitoring syslog and users log (which command use specific user). if any software or hardware need for this purpose we will purchace it. note that our network running all cisco devices (router, switch, ASA etc) and more then 200 devices are in our network.
    thanks.

    Configuring Cisco Devices to Use a Syslog Server
    Most Cisco devices use the syslog protocol to manage system logs and  alerts. But unlike their PC and server counterparts, Cisco devices lack  large internal storage space for storing these logs. To overcome this  limitation, Cisco devices offer the following two options:
    Internal buffer— The device's operating system  allocates a small part of memory buffers to log the most recent  messages. The buffer size is limited to few kilobytes. This option is  enabled by default. However, when the device reboots, these syslog  messages are lost.
    Syslog— Use a UNIX-style SYSLOG protocol to send  messages to an external device for storing. The storage size does not  depend on the router's resources and is limited only by the available  disk space on the external syslog server. This option is not enabled by  default.
    TIP
    Before configuring a Cisco device to send syslog messages, make  sure that it is configured with the right date, time, and time zone.  Syslog data would be useless for troubleshooting if it shows the wrong  date and time. You should configure all network devices to use NTP.  Using NTP ensures a correct and synchronized system clock on all devices  within the network. Setting the devices with the accurate time is  helpful for event correlation.
    To enable syslog functionality in a Cisco network, you must configure the built-in syslog client within the Cisco devices.
    Cisco devices use a severity level of warnings through emergencies to  generate error messages about software or hardware malfunctions. The  debugging level displays the output of debug commands. The Notice level  displays interface up or down transitions and system restart messages.  The informational level reloads requests and low-process stack messages.
    Configuring Cisco Routers for Syslog
    To configure a Cisco IOS-based router for sending syslog messages to  an external syslog server, follow the steps in Table 4-11 using  privileged EXEC mode.
    Table 4-11. Configuring Cisco Routers for Syslog
    Step
    Command
    Purpose
    1
    Router# configure terminal
    Enters global configuration mode.
    2
    Router(config)# service timestamps type datetime [msec] [localtime] [show-timezone]
    Instructs the system to timestamp syslog messages; the options for the type keyword are debug and log.
    3
    Router(config)#logging host
    Specifies the syslog server by IP address or host name; you can specify multiple servers.
    4
    Router(config)# logging trap level
    Specifies the kind of messages, by severity level, to be  sent to the syslog server. The default is informational and lower. The  possible values for level are as follows:
    Emergency: 0
    Alert: 1
    Critical: 2
    Error: 3
    Warning: 4
    Notice: 5
    Informational: 6
    Debug: 7
    Use the debug level with caution, because it can generate a large amount of syslog traffic in a busy network.
    5
    Router(config)# logging facility facility-type
    Specifies the facility level used by the syslog messages; the default is local7. Possible values are local0, local1, local2, local3, local4, local5, local6, and local7.
    6
    Router(config)# End
    Returns to privileged EXEC mode.
    7
    Router# show logging
    Displays logging configuration.
    Note
    When a level is specified in the logging trap level command, the router is configured to send messages with lower severity levels as well. For example, the logging trap warning command configures the router to send all messages with the  severity warning, error, critical, and emergency. Similarly, the logging trap debug command causes the router to send all messages to  the syslog server. Exercise caution while enabling the debug level.  Because the debug process is assigned a high CPU priority, using it in a  busy network can cause the router to crash.
    Example 4-12 prepares a Cisco router to send syslog messages at  facility local3. Also, the router will only send messages with a  severity of warning or higher. The syslog server is on a machine with an  IP address of 192.168.0.30.
    Example 4-12. Router Configuration for Syslog
    Router-Dallas#
    Router-Dallas#config terminal
    Enter configuration commands, one per line. End with CNTL/Z.
    Router-Dallas(config)#logging 192.168.0.30
    Router-Dallas(config)#service timestamps debug datetime localtime show-timezone
       msec
    Router-Dallas(config)#service timestamps log datetime localtime show-timezone msec
    Router-Dallas(config)#logging facility local3
    Router-Dallas(config)#logging trap warning
    Router-Dallas(config)#end
    Router-Dallas#show logging
    Syslog logging: enabled (0 messages dropped, 0 flushes, 0 overruns)
        Console logging: level debugging, 79 messages logged
        Monitor logging: level debugging, 0 messages logged
        Buffer logging: disabled
        Trap logging: level warnings, 80 message lines logged
            Logging to 192.168.0.30, 57 message lines logged
    Configuring a Cisco Switch for Syslog
    To configure a Cisco CatOS-based switch for sending syslog messages  to an external syslog server, use the privileged EXEC mode commands  shown in Table 4-12.
    Table 4-12. Configuring a Cisco Switch for Syslog
    Step
    Command
    Purpose
    1
    Switch>(enable) set logging timestamp {enable | disable}
    Configures the system to timestamp messages.
    2
    Switch>(enable) set logging server ip-address
    Specifies the IP address of the syslog server; a maximum of three servers can be specified.
    3
    Switch>(enable) set logging server severity server_severity_level
    Limits messages that are logged to the syslog servers by severity level.
    4
    Switch>(enable) set logging server facility server_facility_parameter
    Specifies the facility level that would be used in the message. The default is local7.  Apart from the standard facility names listed in Table 4-1, Cisco  Catalyst switches use facility names that are specific to the switch.  The following facility levels generate syslog messages with fixed  severity levels:
    5: System, Dynamic-Trunking-Protocol, Port-Aggregation-Protocol, Management, Multilayer Switching
    4: CDP, UDLD
    2: Other facilities
    5
    Switch>(enable) set logging server enable
    Enables the switch to send syslog messages to the syslog servers.
    6
    Switch>(enable) Show logging
    Displays the logging configuration.
    Example 4-13 prepares a CatOS-based switch to send syslog messages at  facility local4. Also, the switch will only send messages with a  severity of warning or higher. The syslog server is on a machine with an  IP address of 192.168.0.30.
    Example 4-13. CatOS-Based Switch Configuration for Syslog
    Console> (enable) set logging timestamp enable
    System logging messages timestamp will be enabled.
    Console> (enable) set logging server 192.168.0.30
    192.168.0.30 added to System logging server table.
    Console> (enable) set logging server facility local4
    System logging server facility set to
    Console> (enable) set logging server severity 4
    System logging server severity set to <4>
    Console> (enable) set logging server enable
    System logging messages will be sent to the configured syslog servers.
    Console> (enable) show logging
    Logging buffered size: 500
    timestamp option: enabled
    Logging history size: 1
    Logging console: enabled
    Logging server: enabled
    {192.168.0.30}
    server facility: LOCAL4
    server severity: warnings(4
    Current Logging Session: enabled
    Facility            Default Severity          Current Session Severity
    cdp                 3                         4
    drip                2                         4
    dtp                 5                         4
    dvlan               2                         4
    earl                2                         4
    fddi                2                         4
    filesys             2                         4
    gvrp                2                         4
    ip                  2                         4
    kernel              2                         4
    mcast               2                         4
    mgmt                5                         4
    mls                 5                         4
    pagp                5                         4
    protfilt            2                         4
    pruning             2                         4
    radius              2                         4
    security            2                         4
    snmp                2                         4
    spantree            2                         4
    sys                 5                         4
    tac                 2                         4
    tcp                 2                         4
    telnet              2                         4
    tftp                2                         4
    udld                4                         4
    vmps                2                         4
    vtp                 2                         4
    0(emergencies)        1(alerts)              2(critical)
    3(errors)             4(warnings)            5(notifications)
    6(information)        7(debugging)
    Console> (enable)
    Configuring a Cisco ASA for Syslog >
    http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_syslog.html
    You can get a free copy of Syslog server from here
    http://www.kiwisyslog.com/free-edition.aspx
    Hope it helps!!
    Regards

  • Custom Monitoring tool

    Hi,
    I wanted to know whether it is possible to do custom monitoring using
    JMX infrastrucure on WLS6.0. Will it be possible for me to add MBeans
    or plugins to Weblogic Admin server and have it independently working.
    How to look up for MBean server and MBeans ( Mabean objects) ?.
    Thanks in advance.
    --sreeni.

    Thanks Fulham,
    Since we dont have access to SM30/SM31 in production, creating table maintenance via se93 'Parameters transaction' won't work either.
    Anybody experienced with custom user screens for maintenance of Z-tables not involving SM30? Any other solution?
    All thoughts appreciated

  • Custome build PI monitoring tool

    Hello Experts,
    We are in the process of considering PI 7.1 as the next generation of EAI solution.
    We have come across a requirement to build a custom web based application to show PI monitoring data.
    The current EAI tool comes with such a user friendly web based application  where bussiness users can see historic data about messages related to their bussiness units.We thought of having users to login to Run time work bench and see the message data, however, the RWB is too complex for the non technical users and it also have few components (performance monitoring, componenet monitoring) which end will not be concerned about.
    Have anybody come across this kind of requirement?? Have anybody tried building a custome monitoring tool over PI in their PI implemetation??
    Suggestion and comments will be greatly appreciated.
    - Rajan

    Thanks for the reply Prateek.
    I apology for the late reply.The link you have mentioned talks about fetching the data out of integration engine tables.
    I have following two concerns here about this approch if you would like to add your views on -
    1. What if the message fails while it is being picked by the adapter? Will this message state be recorded in the IS tables? My understanding is that this message state will only be stored in the adapter frame work tables which are at java stack.
    2. How much volume of data can be transported over the web service? What if I have thousands messages flowing throw the PI on per day basis? And using this web service,  I may search for all the message details for the messages passed through the PI system in last one day or one week??
    - Rajan

  • Are you experienced with Java debug and IDE?

    I got couple questions:
    1. Is jdb extensively used in real development world?
    2. What is the most popular debug and/or IDE tool for Java on Solaris?
    3. Any recommendation on debug and/or IDE tool for Java on AIX, HP-UX, and Windows work enviroments, if different from the one for Solaris?
    Please help me

    I got couple questions:
    1. Is jdb extensively used in real development world?Usually IDEs have debuggers built in, and those are what are used. If the IDE vendor is using jdb API under the covers I have no idea.
    >
    2. What is the most popular debug and/or IDE tool for Java on Solaris?Don't know. My guess is NetBeans.
    3. Any recommendation on debug and/or IDE tool for
    Java on AIX, HP-UX, and Windows work enviroments, if
    different from the one for Solaris?I think IntelliJ from JetBrains is the best IDE I've ever used for any language. I use it on Windows. I've also used Eclipse, which is OK, but I like IntelliJ much, much better.
    %

  • Java debuger and IDE

    I got couple questions:
    1. Is jdb extensively used in real development world?
    2. What is the most popular debug and/or IDE tool for Java on Solaris?
    3. Any recommendation on debug and/or IDE tool for Java on AIX, HP-UX, and Windows work enviroments, if different from the one for Solaris?
    Please help me

    I got couple questions:
    1. Is jdb extensively used in real development
    world?No
    >
    2. What is the most popular debug and/or IDE tool for
    Java on Solaris?Probably Eclipse.
    >
    3. Any recommendation on debug and/or IDE tool for
    Java on AIX, HP-UX, and Windows work enviroments, if
    different from the one for Solaris?
    Please help meWhy do you need to run the IDE on those platforms as well? You usually develop on one platform, and then test on all of the platforms, but it's very uncommon to develop on all platforms.
    Kaj

  • Silverlight Tool for debugging and inspecting UI created dynamically from Styles

    We have a Silverlight grid. In the grid style xaml, in row header style, I am creating a custom grid column header with an arrow on the click of which it renders a list box control with columns name and check boxes to select. This
    list is populated from a ColumnViewModel. The listbox on opening overlays the grid. I have to convert it to WPF grid.
    In this case,How to debug and trace visual tree so that I can port the similar tree to WPF.
    Any tool to inspect run time bindings value with Styles and inspect the rendered UI in Silverlight ? 

    Hi,
    Here is a user convert silverlight to wpf successfully and wrote a blog:
    http://robertsmyth.blogspot.com/2011/12/migrating-from-silverlight-to-wpf.html
    Besides, below article talks about code reuse in wpf and silverlight:
    https://msdn.microsoft.com/en-us/magazine/cc895632.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OEM Performance Monitoring tools and there setup

    What are the performance monitoring tools of OEM 9i and how to install/setup, Send me weblink to study this more plz.

    The document link Eric sent pretty much covered the installation and configuration part.
    also crosscheck EM admin guide,
    http://download-east.oracle.com/docs/cd/B10501_01/em.920/a96670/toc.htm
    It's part of EM installation.

  • Which Monitoring Tool is best to monitor LAN and WAN

    Hi,
    CAN ANYONE TELL ME Which Monitoring Tool is best to monitor LAN and WAN.
    Waiting for immediate response.
    Thanks
    Irshad

    To start with HP open, this is SNMP-based as well. As it is around for quite a while and delivers support for many vendors, it has become sort of an industry standard. Many other vendors deliver add-ons (even CiscoWorks) to support their products via HP open. That functionality however comes with a price. If you have plenty of money an a large network to manage, HP open might be your best choice.
    Cisco Works and other -start-with-C- products are typically used to manage Cisco devices. If you have a fair share of non-cisco boxes around you will find that you cannot see or do everything with them that you might want.
    One special thing about CiscoWorks is that it lacks a grapical real-time overview of the network. In my opinion this is a weakness in the product. On the other hand, it has many nice features to manage all kinds of Cisco devices.
    My ideal solution is to use both a generic SNMP manager, SNMPc in my case, and CiscoWorks 2000. With SNMPc I can quickly see network node status and do some bandwidth management (baselining). CW2k serves mainly to execute changes (NetConfig) and as a syslogger. It is also used to perform IOS upgrades and to store config files.
    I guess this could be done with HP open as well, but our money does not reach far enough to pay for both. SNMPc costs a lot less, both in purchase and in maintenance.
    Hope this clarifies things a bit.
    Regards,
    Leo

  • SAP administrator and monitoring tools

    Hello,
    I'm student at the university of montreal and i am for the moment in internship in a media enterprise as a consultant. They Use SAP business one for the management. I've somme difficulties at the moment to manage it as i would like. Is there some monitoring tools to help me administrate the SAP system like analyse the database and edit faster and easier my acces list and avoid repetitive action ( automatization)  for exemple.
    Thank you very much for you're answers.

    Hello Alicia
    As already recommended in the other thread you opened:
    Remote Support Platform may be helpful for your needs. Following document describes some of its features:
    Remote Support Platform (RSP) and its benefits
    You may be able to find RSP installation package in the SBO instalation CD provided by the partner in following route:
    Packages\Remote Support Platform\Remote support platform for SAP Business One
    Regards

  • Is there any monitoring tool for web server and application server ?

    experts,
    I just want to know that is there any monitoring utility which being used to monitor the web server activities like threads web console session tracking and so on..
    I am using Jboss as my application server.If you suggest any monitoring tool for Jboss It would be helpful for me,

    You may use jConsole

  • External monitoring tools

    Hi,
    Our customer is looking for any external tools for monitoring SAP landscape components. Curretly we have configured CCMS for all the systems but client is looking for any other tools which gives better result.
    - Kristene

    There is a tool from Redwood that comes with Netweaver.
    http://www.sap.com/solutions/solutionextensions/centraljobscheduling/index.epx
    It is an event driven job scheduling system and Process automation tool.
    I believe it is free to use with SAP Systems, but you have to license to use non-sap systems.

  • Best monitoring tool

    Well here we are, my application is ready for distribution,
    now i would like to know what is the best free monitoring
    tool for a coldfusion server?
    I found the metrics data in the coldfusion server, but i
    would like to have some more monitoring information for my
    resources, db load etc.
    any ideas?

    Regarding performance monitoring on your CF-server, are you
    running a multi-server configuration?
    If not, you can use the performance monitoring mechanism
    built into CFMX. Simply log into the CF-Administrator, and under
    "Debugging Settings", you'll find a checkbox waaaaay down at the
    bottom of the page which reads "Enable Performance Monitoring".
    Turn that on. What it actually does is tie directly into the
    Windows (NT) built-in performance monitor reporting tool.
    (This of course assumes you're hosting your CF-server on a
    WIndows box - which most people do)
    However, if you're running in a multi-server configuration,
    this performance monitoring option is no longer available to you I
    believe. Bruce Purcell has some good notes on the topic of
    performance monitoring on his blog here:
    http://www.bpurcell.org/blog/index.cfm?mode=entry&ENTRY=967
    Personally, I've found the JRun Metrics service to be
    invaluable. It is one of the only built-in options for performance
    monitoring that ColdFusion offers for a multi-server environment as
    far as I know.
    Regarding your DB server, that is an entirely different topic
    (unrelated to ColdFusion). You should contact your DBMS vendor for
    more information on that.

  • Customizing Monitor in Profitability Analysis

    Hello SAP-team!
    What functions are provided by the Customizing Monitor in Profitability Analysis?
    ps: thanks to SAP-community!
    Eugene

    Hi,
    Customizing monitor in Profitability analysis as follows..
    General topics:
    35288 Technical Documentation CO-PA
    69384 Account-based Profitability Analysis
    199467 New act assignment table as of Release 4.5
    2. Master data:
    a) Characteristics and value fields:
    13377 Naming conflicts in characteristics and value fields
    21207 Deleting a charctrstc/value field from an op.concern
    40336 Maintaining foreign keys for characteristics
    76493 Changing texts of characteristics or value fields
    b) Characteristics derivation and submission of characteristics values
    32719 Customer hierarchy in CO-PA
    33968 SD/CO-PA: Characteristics from sales document tables
    36557 SD/CO-PA: Transfer partner functions to CO-PA
    62690 Product hierarchy in CO-PA
    93652 Info: Variant configuration in CO-PA
    134889 Info on derv. of char:Why not all flds avail.?
    148609 Char.deriv.:deriv. rule vals miss.aft.upgrade&trnsp.
    172740 Techn.docum.charct. derivtn as of Release 4.0
    c) Valuation
    40408 Valuation for record types 'B' and 'C'
    62536 Valuation using conditions in Profitability Analysis
    67240 Info: Valuation with material cost estimate
    111232 INFO: Valuation for materials valuated separately
    144337 INFO rounding differences: Valuation with costing
    142628 Behaviour of user exit in periodic valuation
    3. Actual data transfer:
    20254 Values from SD are not transferred to CO-PA
    37114 Incorrect setup/reversal of provisions
    33178 +/- sign logic in CO-PA (SD/FI interface)
    52849 Transfer of conditions with +/- signs
    39635 Profitability segment by substitution exits
    64768 FI/CO-PA: Problems with exchange rate differences
    87704 Cost-of-goods-sold Reconciliation: FI to Co-PA
    83702 Acct assignmt logic sales order proc. - REM
    111309 Transfer of quantities into CO-PA
    185826 Enhancement COPA0005
    a) Correction of data inconsistencies
    69370 Clearing data inconsistencies in CO-PA
    70718 Correctn of data inconsistency for order recpt
    140457 Correcting data inconsstncs in incoming orders
    126937 Correction of billing data inconsistency
    93051 Restructure of the segment level from line items
    4. Planning:
    67191 Useful tips on the CO Planning Processor
    72110 KE11: Long runtimes/timeout
    77476 Information: Top-down planning
    124598 CO-PA Planning: FAQs
    5. Information system:
    21773 Performance in reporting (summarization data)
    83204 Usage strategy for summarization levels
    136216 Fast rollup for summ. levels for costing-based CO-PA
    6. Tools:
    134430 Euro conversion and CO-PA
    19015 Termination during external data transfer
    19410 Characteristic validation during external data transfer
    44658 Error with batch input for KE21
    40994 Transport Profitability Analysis (CO-PA) to 3.0
    52636 CO-PA Customizing transport
    128862 Transport Customizing CO-PA in 4.0A/B
    131664 Transport of operating concern structures 4.0
    144015 Client copy and CO-PA/EC-EIS
    65999 Information: Supported ALE scenarios in CO-PA
    94458 CO-PA Realignments: documentation
    113050 Segment table repair after realignments
    127334 Missing archiving of profitability segments
    199959 Change assignmt for operating concern
    67839 Generating parts of an operating concern environment
    69829 Delete operating concern in Release 3.0
    106314 Delete operating concern in Release 3.1
    562043 - Transfer actual costs to Profitability Analysis
    544241 - INFO:Customizing Monitor new fnc 'Report Overview'.
    429517 - INFO: Currency translation Billing document -> CO-PA
    428563 - Material cost estimate valuatn: Translaton for posting date
    400237 - CO-PA INFORMATION: Line item in company code currency
    199959 - Information: change assignmt for operating concern
    199467 - Info: New act assignment table as of Release 4.5
    185826 - Information: Enhancement COPA0005
    172740 - Info.:Techn.docum.charct.derivtn as of Release 4.0
    148609 - Char.deriv.:deriv.rule vals miss.aft.upgrade&trnsp.
    144337 - INFO rounding differences: valuation with costing
    144015 - CC-INFO: client copy and CO-PA/EC-EIS
    142628 - Behaviour of user exit in periodic valuation
    140457 - Info:Correcting data inconsstncs in incoming orders
    136216 - Fast rollup for summ.levels for costing-based CO-PA
    134889 - CO-PA Info on derv.of char:Why not all flds avail.?
    134430 - Information: Euro conversion and CO-PA
    131664 - INFO: Transport of operating concern structures 4.0
    128862 - INFO: Transport Customizing CO-PA in 4.0A/B
    127334 - Missing archiving of profitability segments
    126937 - INFO: Correction of billing data inconsistency
    124598 - Info: CO-PA planning: frequently asked questions
    113050 - Segment table repair after realignments
    111309 - INFO: Transfer of quantities into CO-PA
    111232 - INFO: Valuation for materials valuated separately
    106314 - Delete operating concern in Release 3.1
    94458 - CO-PA Realignments: documentation
    93652 - Info: Variant configuration in CO-PA
    93051 - Restructuring the segment level from line items
    83702 - INFO: Acct assignmt logic sales order proc. - REM
    83204 - Usage strategy for summarization levels
    77476 - Information: top-down planning
    76493 - Changing texts of characteristics or value fields
    75334 - INFO:Downloading CO-PA correctn package fm SAPSERV
    72110 - KE11: Long processing times / timeout
    70718 - INFO:Correctn of data inconsistency for order recpt
    69829 - Delete operating concern in Release 3.0
    69384 - Information: Account-based Profitability Analysis
    69370 - INFO: Clearing data inconsistencies in CO-PA
    67839 - Generating parts of an operating concern environment
    67240 - Info: valuation with material cost estimate
    67191 - Info: Useful tips on the CO Planning Processor
    65999 - Information: Supported ALE scenarios in CO-PA
    64768 - FI/CO-PA: Problems with exchange rate differences
    62690 - Info: product hierarchy in CO-PA
    62536 - Info: Conditions in Profitability Analysis
    52849 - INFO: Transfer of conditions with +/- signs
    52636 - INFO: CO-PA Customizing transport
    44658 - Error with batch input for KE21
    40994 - INFO:Transprt Profitability Analysis (CO-PA) to 3.0
    40408 - Info: Valuation for record types "B" and "C"
    40336 - Info: maintaining foreign keys for characteristics
    39635 - Info: finding the profitability segment using a substitution
    37114 - Incorrect setup/reversal of provisions
    36557 - Info SD/CO-PA:transfer partner functions to CO-PA
    35288 - Profitability Analysis: Technical Documentation
    33968 - SD/CO-PA: Characteristics from sales doc tables
    33178 - INFO: +/- sign logic in CO-PA (SD/FI interface)
    32719 - INFO: Customer hierarchy in CO-PA
    21773 - Performance in Reporting (Summarization data)
    21207 - Deleting a charctrstc/value field from an op.concern
    20254 - INFO: Values from SD not transferred to CO-PA
    19410 - INFO: Char.validity check f.external data transfer
    19015 - Termination during external data transfer
    13377 - INFO: Naming conflicts in charactrst. & value flds.
    Thanks
    Prasada

Maybe you are looking for

  • How do i use an external drive for iphoto library

    I am looking to use an external drive to store my photo library. Tips

  • ITunes 10.4 won't let me switch to 32bit

    Running system 10.6.8 on my 2.33 GHz iMac and when I try to open iTunes (10.4) I get an error message that says that I have to switch to 32bit (64bit not supported) Then iTunes does not launch...Just quits Tells me to select the iTunes icon and then

  • Interactive Table & Chart in JSP

    Hi! I need to create in JSP a table and a chart which must be connected in the sense that when you select a row in the table , chart column must be highlighted and viceversa Do you know can I do it? With an applet?? Thanks! TLLI

  • Aperture photos not showing up in iPad sync window in iTunes

    Many of my projects and albums show up as empty or only partially there when I select them to sync to my iPad in iTunes. All of the projects and albums are there but most of them appear as empty when I check them. I have tried several things includin

  • G62-361TX Upgrading RAM

    HI, I have HP G62-361 TX laptop. I want to upgrade my RAM as i use it for 3D softwares and multi tasking.  On Crucial.com it shows its 8 GB upgradeable. I am thinking to buy 8GB (1 X 8GB)RAM and then will add 2 GB of my old Ram.  I searched lot on go