Fonction SAP BAPI_BROKERREP_EXISTENCECHECK - Check Whether Broker Report or Broker Report Item Exists

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

Paramètre Reférence Long. Facultatif Description
RETURN BAPIRET2 548 X Return Parameters

Functionality
The method checks whether a broker report exists. Fill the REPORTID
parameter with the BrokerReport business object ID.
A check can also be made to see whether a certain item exists in thebroker report. Fill the SUB_POSITION parameter with the brokerreport item ID.

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

Note
INCLUDE BAPI_CD_BROREP_RETURN OBJECT DOKU ID TX

  • If the broker report does not exist, message e024 (IBRO) is output.

  • If the broker report item does not exist, message e509 (IBRO) is output.