zoukankan      html  css  js  c++  java
  • BWBW访问接口列表(摘自sap library)

     
    Interface
    Service:
    Read
    Write
    Display *
    Programming Language
    Mass Data Support
    Background/
    Dialog
    Type
    Prerequisites
    DB Connect
    W
    ABAP
    X
    D/B
    Tool
    DataSource/InfoProvider
    UD Connect
    W
    Java
    -
    D/B
    Programming
    DataSource/InfoProvider
    BI Service API
    W
    ABAP
    X
    D/B
    Programming
    DataSource/InfoProvider
    File Interface
    W
    ABAP
    X
    D/B
    Tool
    DataSource/InfoProvider
    Web Service for Staging
    W
    ABAP/Java
    X
    B
    API
    InfoProvider
    XI Integration
    R/W
    ABAP
    X
    B
    Tool
    InfoProvider
    Staging BAPIs
    W
    ABAP
    X
    D/B
    Programming
    InfoProvider
    DataStore Object APIs
    W
    ABAP
    X
    D
    API
    DataStore Object
    Interface for Real-Time InfoCubes
    W
    ABAP
    X
    D
    API
    InfoCube
    APIs for Master Data
    R/W
    ABAP
    -
    B
    API
    Master Data
    APIs for Hierarchies
    R/W
    ABAP
    -
    B
    Programming
    Master Data
    VirtualProviders with function modules
    R
    ABAP
    -
    D
    Programming
    InfoProvider
    Open Hub Destination
    R
    -
    X
    B
    Tool
    InfoProvider
    Open Hub Destination APIs
    R
    ABAP
    X
    B
    Programming
    InfoProvider
    Data Mart Interface
    R
    ABAP
    X
    D
    API
    InfoProvider
    OLE DB for OLAP
    R
    diverse
    -
    D
    Programming
    Query/InfoProvider
    MDX OLAP BAPIs
    R
    ABAP
    -
    D
    Programming
    Query/InfoProvider
    XML for Analysis
    R
    Java
    -
    D
    Programming/API
    Query/InfoProvider
    Web Service for Accessing Query Data
    R
    ABAP
    -
    D
    Programming
    One Query
    Web Design API
    D
    -
    -
    D
    Tool
    Web Template
    Visual Composer
    D
    Java
    -
    D
    Tool
    Query/View
    BI Content as iView on the Portal
    D
    -
    -
    D
    Tool
    Query/Web Template
    BI Java SDK
    R
    Java
    -
    D
    Programming/API
    Query/InfoProvider
    Analysis Process Designer
    R
    ABAP
    X
    B
    Tool
    Query/InfoProvider
    Master Data
     
    * READ returns data that can be processed further; DISPLAY renders data but you cannot edit it.
    DataStore Object APIs 
    API
    Use
    BAPI_ODSO_READ_DATA_UC
    Reads data from all DataStore objects
    RSDRI_ODSO_INSERT 
    Inserts new data (with keys not yet in the system) 
    RSDRI_ODSO_INSERT_RFC
    Inserts new data (with keys not yet in the system). It can be called remotely.
    RSDRI_ODSO_MODIFY
    Inserts data with new keys. For data that already has keys, the data is changed.
    RSDRI_ODSO_MODIFY_RFC
    Inserts data with new keys. For data that already has keys, the data is changed. It can be called remotely.
    RSDRI_ODSO_UPDATE
    Changes data that already has keys in the system
    RSDRI_ODSO_UPDATE_RFC
    Changes data that already has keys in the system. It can be called remotely.
    RSDRI_ODSO_DELETE_RFC
    Deletes data
    Interface for Real-Time InfoCubes 
    API
    Use
    RSDRI_CUBE_WRITE_PACKAGE_RFC
    Writes data for each request to an InfoCube
    APIs for Master Data 
    API
    Use
    RSNDI_MD_ATTRIBUTES_UPDATE
    Writes attributes using a fixed transfer structure
    RSDMD_WRITE_ATTRIBUTES_TEXTS
    Writes attributes and texts using a generic transfer structure
    RSNDI_MD_TEXTS_UPDATE
    Writes texts using a fixed transfer structure
    APIs for Hierarchies
    API
    Use
    RSNDI_SHIE_ACTIVATE
    Activates hierarchy
    RSNDI_SHIE_CATALOG_GET
    Lists all hierarchies
    RSNDI_SHIE_DELETE
    Deletes hierarchy
    RSNDI_SHIE_MAINTAIN
    Maintains hierarchy
    RSNDI_SHIE_STRUCTURE_GET3
    Reads hierarchy
    RSNDI_SHIE_STRUCTURE_UPDATE3
    Writes hierarchy
    RSNDI_SHIE_SUBTREE_DELETE
    Deletes subtree
    Open Hub Destination APIs
    API
    Use
    RSB_API_OHS_DEST_SETPARAMS    
    You use this API to transfer the parameters of the third-party tool that are required to extract data to the BI system. These parameters are saved in a parameter table within the BI system in the metadata for the open hub destination.
    RSB_API_OHS_3RDPARTY_NOTIFY     
    This API sends a message to the third-party tool after extraction. It transfers the open hub destination, the request ID, the name of the database table, the number of extracted data records and the time stamp. In addition, you can add another parameter table that contains the parameters that are only relevant for the third-party tool.
    RSB_API_OHS_REQUEST_SETSTATUS     
    This API sets the status of the extraction to the third-party tool in the open hub monitor. Red means that the existing table is not overwritten. If the status is green, the request is processed further.
    RSB_API_OHS_DEST_GETLIST
    This API delivers a list of all open hub destinations.
    RSB_API_OHS_DEST_GETDETAIL
    This API identifies the details of an open hub destination.
    RSB_API_OHS_DEST_READ_DATA
    This API reads data from the database table in the BI system.
    Data Mart Interface 
    API
    Use
    RSDRI_INFOPROV_READ_RFC
    Reads data from an InfoProvider
     
     
  • 相关阅读:
    Python实现MapReduce,wordcount实例,MapReduce实现两表的Join
    structure needs cleaning
    Lifecycle of an ASP.NET MVC 5 Application
    ASP.NET Integration with IIS 7
    Execution order of modules in IIS7
    Assembly Binding redirect: How and Why?
    Cannot See Worker Processes Icon in IIS
    What is the main difference between a key, an IV and a nonce?
    核心玩法的三要素
    ruby各种循环输出数组元素
  • 原文地址:https://www.cnblogs.com/xiaomaohai/p/6157319.html
Copyright © 2011-2022 走看看