Fonction SAP BAPI_BROKERREP_GETDETAILITEM - Read Item Information for a Broker Report

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
NO_AUTH_CHECK BAPIBROKREPCTRL-NO_AUTH_CHECK C 1 X
REPORTID BAPIBROKREPHEADER-REPORT C 12 Broker Report Identification
SUB_POSITION BAPIBROKREPITEM_DETAIL-SUB_POSITION N 6 Assignment key for broker report item

Paramètre Reférence Type Long. Description
BROKERREPORTCLARCASES BAPIBROKREPCLARCASES u 385 Broker Report: BAPI Structure Clarification Cases
BROKERREPORTITEM BAPIBROKREPITEM_DETAIL u 518 Broker Report: BAPI Structure Item Data

Paramètre Reférence Long. Facultatif Description
BROKERREPORTITEMDOC BAPIBROKREPITEM_DOCS 25 X Broker Report: BAPI Structure for Additional Documents
BROKERREPORTSELITEM BAPIBROKREPSELITEM 132 X Broker Report: BAPI Structure Item Data
EXTENSIONIN BAPIPAREX 990 X Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
EXTENSIONOUT BAPIPAREX 990 X Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
RETURN BAPIRET2 548 X Return Parameters

Functionality
The method delivers all data for a broker report item:

  • Item data in the BROKERREPORTITEM parameter.

  • Selected items for the broker report item in the BROKERREPORTSELITEM
  • parameter.
    • Additional posted documents for the broker report item in the
    • BROKERREPORTITEMDOC parameter.
      • Clarification information for the broker report item in the
      • BROKERREPORTCLARCASES parameter.
        • Customer fields in the broker report item and in the clarification case
        • in the EXTENSIONOUT parameter.
          • The call takes place by specifying the identification for the
          • BrokerReport Business Object in the BROKERREPORTID parameter, andthe identification for the broker report item in the SUB_POSITIONparameter.
            • Event V584 runs to add more lines to the
            • EXTENSIONOUT parameter.

              Notes
              You require the authorization to display a broker report (activity 03 inthe I_VVBR_STM authorization object).
              INCLUDE BAPI_CD_BROREP_CLARCASE OBJECT DOKU ID TX
              INCLUDE BAPI_CD_BROREP_ITEMD OBJECT DOKU ID TX
              INCLUDE BAPI_CD_BROREP_BROREPID OBJECT DOKU ID TX
              INCLUDE BAPI_CD_BROREP_SUBPOSITIONID OBJECT DOKU ID TX
              INCLUDE BAPI_CD_BROREP_ITEMDOC OBJECT DOKU ID TX
              INCLUDE BAPI_CD_BROREP_SELITEMD OBJECT DOKU ID TX

              Description
              The ExtensionIn parameter is used for customer enhancements. Thecustomer can use it to add more data to the GetDetailItem module, ifthis is required for reading further data.
              You have the option of checking the contents of the ExtensionInparameter in event V584. You can also use the ExtensionInparameter to enter data for the broker report, which is required toenable you to enter more data, and which can then be transferred outusing the ExtensionOut parameter.
              INCLUDE BAPI_CD_BROREP_EXTENSIONOUT OBJECT DOKU ID TX
              Event V584 can be used to read moreinformation for the EXTENSIONOUT parameter.
              INCLUDE BAPI_CD_BROREP_RETURN OBJECT DOKU ID TX