Fonction SAP BAPI_BROKERREP_GETDETAIL - Reading Broker Report Information

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

Paramètre Reférence Type Long. Description
BROKERREPORTHEADER BAPIBROKREPHEADER_DETAIL u 287 Broker Report - BAPI Structure Broker Report Header

Paramètre Reférence Long. Facultatif Description
BROKERREPORTCLARCASES BAPIBROKREPCLARCASES 385 X Broker Report: BAPI Structure Clarification Cases
BROKERREPORTDEFAULT BAPIBROKREPDEFAULT_DETAIL 47 X Broker Report - BAPI Structure Proposal Data
BROKERREPORTITEM BAPIBROKREPITEM_DETAIL 518 X Broker Report: BAPI Structure Item Data
BROKERREPORTITEMDOC BAPIBROKREPITEM_DOCS 25 X Broker Report: BAPI Structure for Additional Documents
BROKERREPORTSELITEM BAPIBROKREPSELITEM 132 X Broker Report: BAPI Structure Selected Open Items
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:

  • Header data in the BROKERREPORTHEADER parameter

  • Default data in the BROKERREPORTDEFAULT parameter

  • Item data in the BROKERREPORTITEM parameter

  • Selected items for the broker report items in the
  • BROKERREPORTSELITEM parameter
    • Additional posted documents for the broker report items in the
    • BROKERREPORTITEMDOC parameter
      • Clarification cases for the broker report items in the
      • BROKERREPORTCLARCASES parameter
        • Customer fields in broker report items and clarifications cases in the
        • EXTENSIONOUT parameter
          Callng takes place by specifying the BrokerReport business objectID in the BROKERREPORTID parameter.

          Notes
          You require the authorization to display a broker report (activity 03 inthe I_VVBR_STM authorization object).

          Description
          Header Data for Broker Report
          INCLUDE BAPI_CD_BROREP_BROREPID OBJECT DOKU ID TX
          INCLUDE BAPI_CD_BROREP_CLARCASE OBJECT DOKU ID TX

          Description
          Default values for broker report
          One line is output for each category used. The CATEGORY fieldcontains the following values:

          • Premiums: 01

          • Commission: 02

          • Claims: 03

          • Costs: 05

          • INCLUDE BAPI_CD_BROREP_ITEMD 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 GetDetail module, if this isrequired for reading further data.
            You have the option of checking the contents of the ExtensionInparameter in event V585. 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
            You can use the V585 event to read moreinformation for the EXTENSIONOUT parameter.
            INCLUDE BAPI_CD_BROREP_RETURN OBJECT DOKU ID TX