*Hi, I need to know Standard PM Reports and their Tcodes*

I need to know Standard PM Reports and their Tcodes

HI
T.code          Description
MCI1     PMIS: Object Class Analysis
MCI2     PMIS: Manufacturer Analysis
MCI3     PMIS: Location Analysis
MCI4     PMIS: Planner Group Analysis
MCI5     PMIS: Object Damage Analysis
MCI6     PMIS: Obj.Statistic.Analysis
MCI7     PMIS: Breakdown Analysis
MCI8     PMIS: Cost Evaluation
MCIZ     PMIS: Vehicle Consumption Analysis
MCJB     MTTR/MTBR for Equipment
MCJC     FunctLoc: Mean Time Between Repair

Similar Messages

  • I need to know the right tools and java technology

    Please help,I need to know the right tools and java technology to support what I need.
    I had background programming in Assembly,C++,Visual Basic,SAP/ABAP 4.
    All I can say, programming is about logic, now we are very helped building program using objects.
    I'm very interest to SAP tech, where all screens, programs, reports are resides on tables, this is the real dynamic!
    CUrrently I'm eager to do the same technic with java. I'm new to java....
    What I know the J2EE is the core for me to start is it right? I was very interest with the Client-Server Tech. How can I impelemet this with Java?
    I'm a bit confuse with so many java solutions. There is Java Applets, Swing, Java AWT, JavaBeans, etc...
    I don't know what is the best if I want my Presentation/Client Application will run within browser (not standard html, using like windows gui). What should I do to make business logic objects, how to invoke it within the gui. how to make installation package whenever clients connect to the http server.
    if you have a pointer to do it please let me know.... I'm very appreciate all your response...
    Best regards,
    Lucky Pangemanan

    I'd say - don't get carried away with the heavyweight frameworks. Don't use EJB if Hibernate and/or Tomcat will do the job. There's a danger of winding up using a bulldozer to crack a wallnut.
    What people mean by "J2EE" varies a fair bit.
    Start with Tomcat, which has the virtue of being free. Try some JSPs and servlets.
    Use Applets to do client side presentation only if you must; Applets create an installation overhead on end-users, and some of them can't cope, while others may not have the necessary installation permissions on their office machines. They are pretty rarely needed, IMNSHO, most client-side behaviour is better handled with html and JavaScript.

  • Get the list of reports and their ODBC details

    Hi :
    We have around 20,000 objects hosted on our BOXI R2 SP3 environment. May be around 17000 of these are reports. I have a few questions >>
    1. Is their a way to get the list of all the reports and their ODBC details. I tried running the following query 'Select Top 20000 SI_ID, SI_NAME, SI_PROCESSINFO.SI_LOGON_INFO From CI_INFOOBJECTS Where SI_PROGID = 'CrystalEnterprise.Report' and SI_INSTANCE = 'False'' in the query builder. But it times out.
    2. Will running this query using the sdk affect the stability of the environment.
    3. Is there a way to spilt the query into 4-5 batches to get 3000-4000 records at a time.
    4. Can we get the min(SI_ID) and max(SI_ID), how ?
    Regards,
    Abhijit Sanas

    You can try batching on SI_ID, doing something like:
    "Select TOP 1000  SI_ID, SI_NAME, SI_PROCESSINFO.SI_LOGON_INFO From CI_INFOOBJECTS Where SI_PROGID = 'CrystalEnterprise.Report' and SI_INSTANCE = 0 and SI_ID > " + max_si_id_value + " ORDER BY SI_ID ASC"
    then update the max_si_id_value each batch.  SI_ID and SI_PROGID are indexed properties, so they help.
    Sincerely,
    Ted Ueda

  • Need to know the exact name and P/N of a spare part, cannot find it anywhere.

    Hello,
    I would like to know the exact name and P/N of the -Touch Panel Control Assembly- for the HP Pavilion dv3510nr?.  
    or is it -Touch Panel Kit-?
    or is it -Multimedia Touch Control Panel-?
    Recently, mine got physically damaged and none of the touch buttons work, I cannot even turn the WiFi on. So I need to replace it, but I cannot find this spare part anywhere.
    It does not appear on the list of spare parts for this laptop, with any of those names.
    Does anybody know where can I find this spare part?
    Thanks very much.
    Glendy

    In case it was not very clear, the spare part that I am referring to is the panel placed above the keyboard, that has touch sensitive buttons for multimedia functions and for enabling the wireless device.
    Buttons appear In this order:
    MediaSmart button
    Audio on/off button
    Volume control
    Skip backward button
    Play/Pause button
    Skip forward button
    Stop button
    WiFi enable/disable
    Glendy 

  • List of standard SAP Reports with their description

    I nned to have a list of standard SAP reports along with their description. Is there a way to retrieve this by a T-Code?
    Please help asap.

    Run the T-code
    System -> Status -> Program
    TSTC table (SE16) has the complete list of all t-codes that exists in your system and their program name.
    Table TSTCT will give you the description of the t-code.
    Cheers.
    Ashish

  • What does a BI Developer need to know about SAP tables and why?

    Hi,
    i.
    As a BI Developer, to what extent do you need to know about SAP tables?
    e.g. if you work mainly in the functional areas LO and FI
    ii.
    For example, I know that in Finance, GL relates to the tables BSEG and BKPF.
    And if it is important to know about them, then which other tables need to be known and for what reasons?
    e.g. do I need to know all these tables: http://www.erpgenie.com/sap/abap/tables_fi.htm
    iii.
    I thought as a BI Developer, knowing that a particular datasource, e.g. 0FI_GL_4 contains line items is enough and you replicate it to BW and work with it. Why is there the need to know the tables from which this datasource gets is data?
    iv. What is the main difference between the FI datasources and the LO datasource?
    Thanks.

    Hi,
    i.  As a BI Developer, to what extent do you need to know about SAP tables?
    e.g. if you work mainly in the functional areas LO and FI
    Not required, but today business demands so you required this Knowelgde.
    ii.
    For example, I know that in Finance, GL relates to the tables BSEG and BKPF.
    And if it is important to know about them, then which other tables need to be known and for what reasons?
    e.g. do I need to know all these tables: http://www.erpgenie.com/sap/abap/tables_fi.htm
    We can't say yes or No, so based on your requirement you need to sit with Functional COnsultanst and the understand the Business Requirements and develop the OBjetcs.
    iii.
    I thought as a BI Developer, knowing that a particular datasource, e.g. 0FI_GL_4 contains line items is enough and you replicate it to BW and work with it. Why is there the need to know the tables from which this datasource gets is data?
    If you want to know the data flow and reconsilization then you need to know it else not required
    iv. What is the main difference between the FI datasources and the LO datasource?
    Yes, one main difference is There is no setup table concept for FI DataSource*
    Note: If you want to become a good BW consulatnt you must know about Tables for normal BW consultant it is not required.
    Thanks
    Reddy

  • I lost my iphone and i need to know the serial number and i have not the ox?can i get it from my itunes?

    i lost the phone(stolen) and i need to know the serial number but i also dont have the box ( can i get it from the itunes i was using and i already have a back up on my laptop?

    From iTunes, follow the directions here:
    http://support.apple.com/kb/HT4061

  • HOW-TO list scheduled reports and their frequency

    Is there a way to get a list of scheduled reports with their frequency and recipients? Thanks in advance.

    You could do this either with Auditor (and Audit reports) or with Query Builder.
    The code below (for Query Builder) is an example you could use:
    SELECT
    SI_NAME, SI_SCHEDULEINFO.SI_SUBMITTER,
    SI_PARENTID, SI_KIND, SI_NEXTRUNTIME,
    SI_PROCESSINFO.SI_DBNEEDLOGON,
    SI_PROCESSINFO.SI_LOGON_INFO,
    SI_PROCESSINFO.SI_PROMPTS,
    SI_PROCESSINFO.SI_RECORD_FORMULA,
    SI_FORMAT_INFO, SI_DEPENDENCIES,
    SI_SCHEDULEINFO.SI_DESTINATION
    FROM
         CI_INFOOBJECTS
    WHERE
    SI_RECURRING = 1

  • I need to know how to report an app

    WeBe bluetooth mouse app, wants ipod users to jailbreak thier ipods.I paid 1.99 for this crappy app, plus i want a refund

    How to report an issue with Your iTunes Store purchase

  • Firefox stopped working after I ok'd some kind of update. Now i need to know how to uninstall and reinstall it . I am on Mac os 10.4.11

    The above statement explains my problem, but nothing on you website seems to help me.

    re "Apple should have the control panel report the proper IP address"
    On clicking Personal web sharing, you get information to the effect:
    View this computer’s website at http://10.1.1.4/ or your personal website at http://10.1.1.4/~user/
    This is wrong to a user. Others could not enter this URL and get access to the website using this information. This is what I meant by "wrong"--its NOT the IP address that the user should use to view/use the web site. The software already knows its using DHCP, etc., so it should know to present the modem's IP and from memory in the past it did. As a wrote earlier, I used to be able to just copy the IP address given.
    What Apple probably need are two statements:
    To view this computer’s website from the local network use ...
    To view this computer’s website from the internet use ...
    Even, then I'd question the use of 10.1.1.4.

  • Need to know how to calculate and allocate the server side bandwidth between two exchange sites for DAG replication

    Hi All,
    Please have a look in to the below mentioned environment.
    primary site :SITE 1
    server 1 
    server 2 
    secondary site :SITE 2
    server 3
    Note : All the above three servers are in single DAG .All the database are mounted on the server (server 1) which is located in the primary site (I.E SITE 1).
    On that 5 databases we are having 3500 users .Based on the user designation we have allocated the mailbox size.
    Query : Each and every day we are having the large no copy queue length for all the five databases to the server located in SITE 2.
    Please help me out on this and also tell me is there any tool available to exactly get the required bandwidth for the exchange servers located between the active directory sites.
    Thanks & Regards S.Nithyanandham

    I don't know of any tool that can calculate things for you but latency is the biggest thing you have to worry about. The other issues is looking at the network gear between the 2 sites. I have seen many times were switches get maxed out if they are set to
    1 GB or even ports getting maxed out and need to bonded for more throughput. Test your latency from the edge of each site then test it within to see if there is a difference. 
    Regardless of their geographic location relative to other DAG members, each member of the DAG must have round trip network latency no greater than 500 milliseconds between each other member.
    As the round trip latency between two Mailbox servers hosting copies of a database increases, the potential for replication not being up to date also increases. Regardless of the latency of the solution, customers should validate that the networks between
    all DAG members is capable of satisfying the data protection and availability goals of the deployment. Configurations with higher latency values may require special tuning of DAG, replication, and network parameters, such as increasing the number of databases
    or decreasing the number of mailboxes per database, to achieve the desired goals.
    Round trip latency requirements may not be the most stringent network bandwidth and latency requirement for a multi-datacenter configuration. You must evaluate the total network load, which
    includes client access, Active Directory, transport, continuous replication, and other application traffic, to determine the necessary network requirements for your environment.
    http://technet.microsoft.com/en-us/library/dd638104(v=exchg.150).aspx
    DJ Grijalva | MCITP: EMA 2007/2010 SPA 2010 | www.persistentcerebro.com

  • Upgrading HDX 16t GPU. Need to know which ones fit and work.

    I'm looking into upgrading the medium level graphics card HP pawned off on me when I ordered my HDX16. If I remember there was one other option when choosing my GPU when I ordered this, and I was wondering if maybe that would fit, or what fits at all, or if it can be upgraded at all. Any infomation would be greatly appreciated.

    OK, good news and bad news.  The bad news is that the GPU is soldered into the motherboard (I know because I just took this whole thing apart to upgrade the Processor).  This means that to replace the GPU (Video Card), you need to get the motherboard.   I don't know the part numbers, but HP will be able to give that stuff to you.
    The good news is that the video card may be upgrade-able.  The NVidia GT-130M with 1024MB dedicated memory is the best option that the HDX 16T comes with... I know because I specifically purchased it since I knew I would run into what you've run into. 
    Unfortunately, unlike desktops, the laptop video cards are either soldered like HP, or like Dell, they only have very specific cards that will work in them (has to do with the shape of the card, and the type of plug).  The more bad news is that a replacement motherboard will probably run you a good $300+... If you're resourceful you can put your old board on ebay and recoup some of that back.
    HDX 16T CTO-1200
    nVidia GT-130M
    Intel P9700 Core 2 Duo (2.80GHz) @ 28W
    8GB DDR2-800

  • Any Standard BC report for MB5B tcode report??

    Guys,
    Let me knw if you have any report which is almost near to the report in r/3 which has a TCODE = MB5B. report name is  Stock on Posting date.

    hi venkat,
      Check with these queries should fullfill ur requirement..
    0IC_C03_Q0013 Stock Overview
    0IC_C03_Q0015 Stock Overview
    hope this helps,
    partha

  • How to add a field in a standard alv report and to display in result list

    hi gurus,
    i need to add field in selectio-screen.
    i need to validate the field with existing fields.
    i need to add this in alv grid output list dynamically.
    thanks & regards,
    kgn9.

    hi swaret,
    i tried ur problem.....
    nothing special as to be done to add a new field in elementary search........
    just press F4 at parameters.
    there are already 4 fields...
    BUKRS
    HBKID
    BANKS
    BANKL
    you just add ur field.....
    TEXT1
    and specify Lpos and Spos as 5.
    and activate...... thats all......
    i tried and it worked for me........
    i hope it was helpful for u.

  • Needed to know how many procedures and name of them in Schema.

    Hi All,
    I wanted to know the name of Procedures and package name in the schema .
    Can i know how many schema are there in the data base ..
    Thanks in advance
    Sachin

    SQL> column object_type format a30
    SQL> column object_name format a30
    SQL> column how_many format a15
    SQL> select object_type
      2       , object_name
      3       , to_char(row_number() over (partition by object_type order by object_name))
      4         || ' out of ' || to_char(count(*) over (partition by object_type)) how_many
      5    from user_objects
      6   where object_type in ('PACKAGE','PACKAGE BODY','PROCEDURE','FUNCTION')
      7   order by object_type, object_name
      8  /
    Can i know how many schema are there in the data base ..
    select count(*) from dba_usersRegards,
    Rob.

Maybe you are looking for

  • Box inside another box in SMARTFORM for hierarchical item data printing

    Hi All, I need to put a <b>box inside another box</b> and <b>both the boxes need to be bordered</b>. There are 2 levels of main data to be printed in the 2 boxes. Header data will be printed in the outer box and corresponding to each header row a num

  • Translation Widget Problem

    Hello everyone. I am a pretty new apple user. Got to say im loving every minute of it. Well, two days ago my computer auto updated and since then for some reason my translation widget (came with comp) does not work. I can not type anything in it and

  • Prob in PO smartform mail sending

    Dear  all, We are facing prob at the time of PO smartform  mail sending. Issue is if in vendor master if in general tab there is option to mantain mail id. if i keep blank than mail is not going this is right. but our requirement is if in general tab

  • Having multiple J2EE stacks connected to one CRM ABAP instance for CRM IPC

    Hello Experts, The situation we were looking at is this. We have 3 distinct teams doing Java development for CRM IPC configurators Team A - IPC/Ecommerce Team B - UI Team C - Order Wrapper They each wanted to do development in their own landscape (Ja

  • Update camera raw for cs5

    i am trying to update my camera raw. I have purchased a nikon 5200. I can't find the version of raw i may already have . i am using CS5 can someone please help i need it for my assignment