SAP BAPIBROKREPITEM Broker Report: BAPI Structure Item Data Table data and field list

BAPIBROKREPITEM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Broker Report: BAPI Structure Item Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPIBROKREPITEM TYPE BAPIBROKREPITEM.

The BAPIBROKREPITEM table consists of various fields, each holding specific information or linking keys about Broker Report: BAPI Structure Item Data data available in SAP. These include ASSBROKER (Business Partner Number for Reporting Broker), ASSBROKERCON (Assigned Broker Contract), PARTNER (Business Partner Number), INS_OBJECT (Identification for an Insurance Object)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

BAPIBROKREPITEM structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIBROKREPITEM structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPIBROKREPITEM table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CATEGORYCategory in the Broker Report POSCAT_BROCHAR2TIBRPOSCATPOSCAT_BRO
ASSBROKERBusiness Partner Number for Reporting Broker BROKERPA_BROCHAR10BUT000ALPHABU_PARTNERBUPA
ASSBROKERCONAssigned Broker Contract ASSGNBROOBJ_BROCHAR20ALPHAVTREF_KK
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
INS_OBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
AMOUNTReported amount in transaction currency AMNTTR_BROCURR13(2) WRTV7
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
CLRG_ACCTPremium/Benefit Clearing Account CLEARACC_BROCHAR10SKA1ALPHASAKNR
CLEAR_REASClearing Reason AUGRD_KKCHAR2TFK001AAUGRD_KK
CLAR_CODEClarification Code CLARREAS_BROCHAR2TIBRCLARREASCLARREAS_BRO
CLARIFACCTClarification Account KLAEH_KKCHAR10SKA1ALPHASAKNR
CLARIFCONTRACCSubledger Clarification Account for Broker CLARCONTRACC_BROCHAR12FKKVKALPHAVKONT_KK
ADDTL_INFOAdditional information INFOFLD_BROCHAR30CHAR30
SEL_CAT1Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SEL_VALUE1Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT2Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SEL_VALUE2Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT3Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SEL_VALUE3Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT4Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SEL_VALUE4Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT5Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SEL_VALUE5Field value to be selected SELWC_KKCHAR35CHAR35
COINS_TRANSFFlag: Broker Transfers Coinsurance Shares XBRTRCO_BROCHAR1XFELD
SUBCATEGORYSubcategory in the Broker Report SUBPOSCAT_BROCHAR2Assigned to domainSUBPOSCAT_BRO
PROCINFOProcessing Info PROCINFO_BROCHAR50CHAR50

Key field Non-key field



How do I retrieve data from SAP structure BAPIBROKREPITEM using ABAP code?

As BAPIBROKREPITEM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPIBROKREPITEM as there is no data to select.

How to access SAP table BAPIBROKREPITEM

Within an ECC or HANA version of SAP you can also view further information about BAPIBROKREPITEM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).