Standard documents missing?

Hello. First of all, I'm totally new to MHP and its applications, so sorry if I'm telling nonsense.
I'm trying to get the more documents I can, but it seems that standard documentation that was before at
http://www.mhp.org/technical_essen/pdf_and_other_files
is no longer available :(. Anyone can tell me where can I find those documents? I'm looking for some document that illustrates which parts of the MHP standards are covered by each API, so it's a little difficult to me to know "who does what" into the puzzle of DVB, HAVI, DAVIC and Java TV APIs, and I'd like to examinate the javadoc's to have an idea.
While I can achieve this, I'll try to learn something from the excellent tutorials at
http://www.mhp-interactive.org
Thanks in advance.
Joan.

The www.mhp.org WWW site has been re-organised. If you go to the top level of the site, and look under "MHP Technology" and then "MHP 1.0", I think you can find all the documents which were there before.
You can also find information in papers given at the JavaOne conference each year.
2001 - Sessions #835, #1118, #1123
2002 � Session #1521
2003 - Session #1269
You may be able to find these via java.sun.com. Proceedings of past conferences are sometimes accessible for free, either with or without registration.

Similar Messages

  • Question about what the content should be for a database standards document

    Hi Experts,
    I am working as development DBA in a J2EE project and have a task to create a database standards document. The document should be used as a reference by the developers when they submit requests for database changes - like adding or making changes to the database schemas (adding tables/modifying them etc.). I thought of what would be the right content for this type of standards document and I think that such a document should have the following as database standards:
    1) Naming standards for the database objects.
    This will include all database objects like tables, columns, primary keys, foreign keys, views, triggers, procedures etc.. For example a standard can be defined like: all primary keys should be named as PK_TABLENAME. All indexes should be named as <TABLE_NAME>_IDX01 etc.
    2) Use of Oracle reserved words should be avoided in the schema object names.
    3) The names should be descriptive so as to make their purpose self evident.
    4) Wherever possible, tables should have primary keys.
    5) Wherever possible columns should be defined NOT NULL -as it helps performance (Indexes on NULLABLE columns are not used by the optimizer).
    6) When submitting request for a new table/tables, typical queries against these new tables should also be worked out and based on that indexes that will be needed for the new tables should be defined. In case this is not clear at the time of initial table creation, it should be clarified within 3 weeks (just a reasonable period to be mentioned here).
    Is this fair enough content forthe standards document or does it miss some important aspects? Note that we do not have to cover in this document standards for database creation or RAC installation etc. It is a document of standards to be followed by developers as a reference when submitting database changes. I will be thankful for your review.
    (Oracle version info: We are on Oracle 11.2.0.2 on Solaris 10.)
    Thanks,
    OraserN

    rp0428 wrote:
    >
    5) Wherever possible columns should be defined NOT NULL -as it helps performance (Indexes on NULLABLE columns are not used by the optimizer).
    >
    That isn't true - post a link that supports that statement.
    Heap indexes do not INDEX null values but indexes on NULLABLE columns are most certainly used by the optimizer for use cases where your query is looking for non-null values.
    Columns should be defined NOT NULL when your business requirement is that the column should ALWAYS have a value. You can, of course, adopt some standard default value (e.g. 'U' for unknown) and make an otherwise NULLABLE column NOT NULL so that each row WILL be indexed. That may only be useful if you want to be able to search for rows that have that value and those rows are in the minority.Then I must be wrong....I will modify the standard as:
    5) Whenever the business requirement is such that the column will allways end up having a value , then all such columns should be defined as NOT NULL. Also if a column can be defined to have a default value then this default value should also be specified.
    Hope this is more proper then earlier and thanks a lot for the review!!
    Edited by: orausern on May 13, 2013 9:53 AM

  • I am getting the following error message when i download CS6 Design Standard 'The message says" the file archive part of Adobe CS6 Design Standard is missing. you need all parts in the same folder in order to extract adobe CS6 Design Standard. Please down

    i am trying to download CS6 design standard. but it wont work. the second part of the download comes up with the following message "The message says" the file archive part of Adobe CS6 Design Standard is missing. you need all parts in the same folder in order to extract adobe CS6 Design Standard. Please download all parts."
    Does anyone know what to do?

    Do as it says: Put your downloaded 7z file and the *.exe in a proper folder, not just dump it onto your desktop or whatever.
    Mylenium

  • How to get back the standard document file on my dock

    I accidentally moved the standard document file off my Dock and it "puffed" away. I found all the documents in the finder and got them to my desktop in one file, but when I tried to put it back on the Dock, it also remained on my desktop. When I threw that one away, and began to work with a document in my file on the Dock, it would not let me save--saying the original file was in the trash. I pulled it out of the trash and it remains on my desktop. Now I'm wondering how can I get that standard document file back on my Dock so that I can work with it properly. Thankfully nothing is lost--it's just not working as easily. Any thoughts?

    Put the original back in your home folder where it should be.
    Then drag it directly to the Dock being very careful not to release the mouse until the other icons move out of the way for it and the placeholder line appears.
    That will create an alias in the Dock and your original will still be in your home folder.

  • Excise document number in standard document flow

    Dear Friends,
    Is it possible to capture the excise invoice no. in the standard document flow so that at any point of time , either from the sales order or the delivery document or the billing document, the excise invoice can be seen in the flow?
    Although the excise document flow can be seen in either J1IIN or J2IF, my customer wants to have the same in standard flow. Please suggest whether any ABAP development needs to be done for the same or it can be achieved through functional customization only.
    Regards
    Raja

    Hi Raja
    This functionality is not available in standard SAP as far as I know.
    Also there  is no append available for VBFA table. 
    U can check with SAP OSS  if they can guide on it.
    Regards
    Mandar

  • Standard document interface is not available

    Hi All,
    I am using the method "get_spreadsheet_interface" from class "i_oi_document_proxy" to get the interface from an 2007 Excel File with multiple worksheets.  I have successfully opened the file using "open_document" but when I execute the "get_spreadsheet_interface" I got the error "Standard Document Interface is not available".  My gui is 710 and the patch level is 21.  I would like to ask is there any additional plugin which I have to install? 
    Thanks.

    Hi Madhu, I got stuck at the get_document_interface...   thanks
    DATA:
    oref_container   TYPE REF TO cl_gui_custom_container,
    iref_control     TYPE REF TO i_oi_container_control,
    iref_document    TYPE REF TO i_oi_document_proxy,
    iref_spreadsheet TYPE REF TO i_oi_spreadsheet,
    iref_error       TYPE REF TO i_oi_error.
    DATA:
    v_document_url TYPE c LENGTH 256,
    i_sheets TYPE soi_sheets_table,
    wa_sheets TYPE soi_sheets,
    i_data        TYPE soi_generic_table,
    wa_data       TYPE soi_generic_item,
    i_ranges      TYPE soi_range_list,
    AVAILABLE     TYPE I.
    PARAMETERS:
    p_file  TYPE  localfile OBLIGATORY,
    p_rows TYPE i DEFAULT 100 OBLIGATORY, "Rows (Maximum 65536)
    p_cols TYPE i DEFAULT 10 OBLIGATORY.    "Columns (Maximum 256)
    INITIALIZATION.
      CALL METHOD c_oi_container_control_creator=>get_container_control
         IMPORTING
           control = iref_control
           error   = iref_error
         retcode =
      IF iref_error->has_failed = 'X'.
        CALL METHOD iref_error->raise_message
          EXPORTING
            type = 'E'.
      ENDIF.
      CREATE OBJECT oref_container
        EXPORTING
         parent                      =
           container_name              = 'CONT'
         style                       =
         lifetime                    = lifetime_default
         repid                       =
         dynnr                       =
         no_autodef_progid_dynnr     =
        EXCEPTIONS
           cntl_error                  = 1
           cntl_system_error           = 2
           create_error                = 3
           lifetime_error              = 4
           lifetime_dynpro_dynpro_link = 5
           OTHERS                      = 6.
      IF sy-subrc <> 0.
        MESSAGE e001(00) WITH 'Error while creating container'.
      ENDIF.
      CALL METHOD iref_control->init_control
        EXPORTING
         dynpro_nr                = SY-DYNNR
         gui_container            = ' '
           inplace_enabled          = 'X'
         inplace_mode             = 0
         inplace_resize_documents = ' '
         inplace_scroll_documents = ' '
         inplace_show_toolbars    = 'X'
         no_flush                 = ' '
         parent_id                = cl_gui_cfw=>dynpro_0
           r3_application_name      = 'EXCEL CONTAINER'
         register_on_close_event  = ' '
         register_on_custom_event = ' '
         rep_id                   = SY-REPID
         shell_style              = 1384185856
           parent                   = oref_container
         name                     =
         autoalign                = 'x'
        IMPORTING
           error                    = iref_error
         retcode                  =
        EXCEPTIONS
           javabeannotsupported     = 1
           OTHERS                   = 2
      IF iref_error->has_failed = 'X'.
        CALL METHOD iref_error->raise_message
          EXPORTING
            type = 'E'.
      ENDIF.
      CALL METHOD iref_control->get_document_proxy
        EXPORTING
        document_format    = 'NATIVE'
          document_type      = soi_doctype_excel_sheet
        no_flush           = ' '
        register_container = ' '
         IMPORTING
           document_proxy     = iref_document
           error              = iref_error
       retcode            =
      IF iref_error->has_failed = 'X'.
        CALL METHOD iref_error->raise_message
          EXPORTING
            type = 'E'.
      ENDIF.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
    To provide F4 help for the file
      PERFORM sub_file_f4.
    START-OF-SELECTION.
      CONCATENATE 'FILE://' p_file INTO v_document_url.
      CALL METHOD iref_document->open_document
        EXPORTING
          document_title   = 'Excel'
          document_url     = v_document_url
        no_flush         = ' '
          open_inplace     = 'X'
        open_readonly    = ' '
        protect_document = ' '
        onsave_macro     = ' '
        startup_macro    = ''
        user_info        =
        IMPORTING
          error            = iref_error
        retcode          =
      IF iref_error->has_failed = 'X'.
        CALL METHOD iref_error->raise_message
          EXPORTING
            type = 'I'.
        LEAVE LIST-PROCESSING.
      ENDIF.
      CALL METHOD iref_document->get_spreadsheet_interface
         EXPORTING
           no_flush        = ' '
        IMPORTING
          error           = iref_error
          sheet_interface = iref_spreadsheet
        retcode         =
      IF iref_error->has_failed = 'X'.
        CALL METHOD iref_error->raise_message
          EXPORTING
            type = 'I'.
        LEAVE LIST-PROCESSING.
      ENDIF.

  • Regarding project development standard document

    Hi,
    Just wanted to know if there is any coding standard document we can use to create MII project , its component.
    If there can you please forward the link.
    Thanks
    Vishal Jadhav

    There are some best practice documents under the Guides and Guidelines section of the MII Wiki : http://wiki.scn.sap.com/wiki/display/xMII/Manufacturing+Integration+and+Intelligence

  • Portal Development standard document

    Hi All,
    Could you please let me know Portal Development standards  document where to maintain coding or IView standard of portal during development phase?
    Thanks,
    PortalUser100

    This is more project specific with client based namespace to be followed -
    You can get additional help on the thumb rule from -
    EP Content :
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b0/2beb7a371c4649b2ceec901248ef31/frameset.htm
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/a303406a953471e10000000a1550b0/frameset.htm
    Web Dynpro :
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/011ccf90-0201-0010-92a7-b319adf89b73

  • Error:movement type for follow-on document missing

    Hello,
    Can anyone help me that i got the error message while creating the shopping cart from INTERNAL GOODS/SERVIES after adding the product id in the second step.
    Error :"movement type for follow-on document missing"

    i define BSA in ppoma_bbp as
    BSA: oneclnterp\nb
    and i define this number range Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® Number Ranges ® SRM Server Number Ranges ® Define Number Ranges for Shopping Carts and Follow-on Documents
    NO
    From Number
    To Number
    Current Number
    Ext
    Description
    (not in the table)
    01
    0010000000
    0019999999
    Shopping cart
    LO
    0020000000
    0029999999
    Faulty local PO
    PO
    4100000000
    4199999999
    Backend PO
    RQ
    0090000000
    0099999999
    Backend Purchase requisition
    RS
    9600000000
    9999999999
    Backend Reservation
    SE
    0200000000
    0209999999
    Backend Service PO

  • Error opening document: missing file

    I have a Pages template that has started opening up with the following error box:
    The following errors occurred while trying to open this document:
    Missing file: businesscircles_logosgrey.pdf
    When I hit "continue", the document (template) opens up fine and appears to be missing nothing. I've searched my computer for the missing file and it doesn't exist (and I have no recollection of why I'd insert a pdf into a template anyway...)
    Within Pages I've clicked in View>Show Invisibles, thinking that might reveal something. It didn't.
    Any ideas? Thanks!
    PS I am running Pages 2.0

    Hello,
    I had this problem a while ago with an old version 1.x file when open it in Pages 2. After some examination, it seems to appear with placeholder objects mainly (like the image you are writing about). But this was the only time I encountered the problem.
    Argelius,
    try to copy the image from the business letter template with this steps:
    1) Click on the Pages app icon with holding the control key down and choose the item "Show the Package Content" of the appearing menu.
    2) Navigate to the business letter template "Contents/Resources/<YourUsedLanguage>.lproj/Templates/ISO/Stationery/" (or "Traditional" instead of "ISO" if you are using Legal and no DIN letter sizes).
    3) Do "Show the Package Content" on the letter icon and you will see a new window with all the content of the letter.
    4) Search for the image and copy it.
    5) Show your own letter document (the document should be closed in Pages), with which the error appears, and show the package content.
    6) Paste the image into the package folder.
    Now the error message should not appear by opening the document. Search your document if the logo image is placed in it. If yes, have a look at the menu "Format/Advanced/" if the image is marked as a placeholder image. Deactivate this and than delete the image. Save the document (perhaps as a duplication) and close it. See if the problem is gone by open the new document again.

  • Z-document-type vs. standard-document-type

    All,
    I'm facing a philosophical question:
    Since there's no REAL guideline for this I wanted to collect a few opinions and see where this is going.
    Whenever I'm part of an implementation project, there's a lot of discussion going on concerning the approach when it comes to the realization. The question is whether to take the original, i.e. SAP-standard-document-types and customize them according to my customer's requirement or FIRST copy them and THEN customize them.
    Don't want to present my personal opinion, yet, but I would appreciate you to post a few words on this!
    Thx & regards,
    Bobby

    True, true,
    but why not customize the SAP-tested stuff according your customer's requirements?
    The original SAP-setup may be copied from the golden client at any point in time, which is why I don't understand, why people tend to go the extra-step and copy it first (it always gives me the impression, that MORE than just customizing has been done to that type... especially, when it's poorly documented, which happens way too often!).
    Any other opinions on that?
    Regards,
    Bobby

  • BPEL programming standards document

    Does anyone have a programming standards doc they would be willing to share? We're new to BPEL and our IT manager is asking for a programming standards document. The doc would include details on naming conventions of files, variables, procedures, comments, formatting, best practices, etc - all the boring standards stuff that I do not have the experience to write. Thank you.

    Each site will have their own standards.
    Check these links
    http://sapland.com/index.php?option=com_content&task=view&id=68&Itemid=35
    http://www.sap-basis-abap.com/abap/abap-4-development-code-efficiency-guidelines.htm
    if you leave an email address I will mail you a copy of the standards I use if it would be of help

  • SAP Standard  Document to build and ADD-ON

    hi everyone...
    to build an addon we need to follow some sap standards...then only we can send that addon for certification...
    where do i find sap standards document that we need to follow when developing an add-on...
    plz send me the link so that i can download that document

    Thanks for your response Ingo!
    I am using Business Objects XI 3.0 and am connecting to SAP BI 7.x. This is the extreme case which I am seeing. There are some other queries which take 5-10 minutes and a couple which take 1-2 minutes, but even 10 minutes seems long time to create a universe.
    One thing that I noticed in this particular query is that it uses a lot of Navigational Attributes. I'll check with the BI guys for variables with default values and update you about it.
    Thanks,
    Kashif
    Edited by: Kashif Saeed on Sep 19, 2008 2:59 PM

  • Template for SAP Security Standard document

    Hi SAP Gurus,
    I was asked to overhaul our company's SAP Security Standards document. So Im hoping someone can give me a template on what information/data should be in the document?

    Hmm, interesting comments. Is it really a Standard that you're after? Not wishing to ask if you like salt with your eggs but I assume we know the differences between Standard, Policy, Procedure? You'd be surprised with the number of so called Security experts /Consultants that can't articulate this. I have seen big 4 people who are meant to be delivering Policy but actually documenting a Standard, even Procedures
    So are you looking at delivering a Standard per Application? You should also have a Generic App Security Standard.
    Standard - you're looking to no more than 10-20 pages.
    SAP hooks into several other documents so you should be explicitly referencing O/S and Database Standards.
    Authenticating against SAP - that should be covered in Access Control Policy /Standard.
    Encryption ....? Your encryption doc's and so on. 
    SAP sits on an O/S, so if you're an IBM house then you're looking at AIX. SAP would assume this as a pre-req. Database? You've got Oracle and if again you're an IBM house you follow DB2.
    DB2 inherits numerous priv's from the underlying O/S. So if AIX is poorly configured, then DB2 inherits this. Of course there's a bunch of stuff that you can do from SYS* parameters etc.
    I've just put together a bunch of stuff for an Org. The actual SAP piece is actually not that hard. The Procedure is a little more specific e.g. specific Install Accounts /Passwords that need to be changed, how you secure external interfaces.
    Please let me know if you need anything further.
    Cheers, N

  • Industry standard document by sap

    Can anyone point me to any industry standard document for the minimum memory requirement for a machine running XI client

    Ravi,
    Refer the below thread and follow the link provided by Abhy.
    costs / minimum hardware requirements
    raj.

Maybe you are looking for

  • My Home Page - "Today" will not load?

    My Home Page - "Today" will not load? == This happened == Every time Firefox opened == over a week ago

  • Espace insécable/nonbreaking space and nonbreaking space (hunting fix)

    Hello, I have a little problem, my non-breaking space and its fixed after verification that the many non-breaking space normal, is there a preference or configuration setting in my paragraph styles or character that could influence the non-breaking s

  • Background application for handwriting text input

    Hi, Is it possible to have a background application running or through any other way so that my application can provide a handwriting input mode wherever iPhone takes text input through keyboard? All the best, Saad

  • Why is Firefox 6.0 very very slow on my new laptop (Asus G74) under Windows 7 x64 ?

    Hello everyone ! Today I've received my new laptop. An powerfull G74. The first thing I have done was to install Microsoft updates. And then, install Firefox. And then.. waited about 20 sec for beeing able to type something in the url bar. Same thing

  • Camera problem in 5800

    hiiiiii m facing a big problem,wen i open my camera application blank screen appears i can't capture or shoot video coz i see othing on screen,i have switch off my mobile then it works normally untill again i reopen my camera application!!!! wot shou