SAP BAPI_INSOBJECT_P_BROKER FS-CD: BAPI Structure Insurance Object-Partner Broker Data Table data and field list

BAPI_INSOBJECT_P_BROKER 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 "FS-CD: BAPI Structure Insurance Object-Partner Broker 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_BAPI_INSOBJECT_P_BROKER TYPE BAPI_INSOBJECT_P_BROKER.

The BAPI_INSOBJECT_P_BROKER table consists of various fields, each holding specific information or linking keys about FS-CD: BAPI Structure Insurance Object-Partner Broker Data data available in SAP. These include PARTNER (Business Partner Number), PARTNER_EXT (Business Partner Number in External System), REPORT_CATEGORY (FS-CD: Broker Report Category), REPORTING_INTERVAL (FS-CD: Reporting Interval for Broker Data)... 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. .

BAPI_INSOBJECT_P_BROKER structure Technical Details:

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


SAP BAPI_INSOBJECT_P_BROKER 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 BAPI_INSOBJECT_P_BROKER 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
PROCESSING_MODEFS-CD: BDT: Type of Change PROCESSINGMODE_MDCHAR1BU_CHIND
PARTNERBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
PARTNER_EXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
REPORT_CATEGORYFS-CD: Broker Report Category BROSTMTYP_MDCHAR2BROSTMTYP_MD
REPORTING_INTERVALFS-CD: Reporting Interval for Broker Data BROK_NOTE_PER_MDCHAR1COPER_KK
REPORTING_INTERVAL_ITEMFS-CD: Item Within a Reporting Interval BROK_PER_POS_MDCHAR1PERPOS_SC
REPORTING_INTERVAL_SHIFT_DAYSFS-CD: Shift for Period Item in Days BROK_PER_OFF_C_MDCHAR3PEROFF_C_SC
FLAG_COINSURANCE_ACTIVFS-CD: Flag: Broker Transfers Coinsurance Shares XCOINS_ACT_BROK_MDCHAR1XFELD
COMMISSION_CONTRACTIdentification for an Insurance Object INSOBJECT_MDCHAR20DIMAIOBALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
COMMISSION_CONTRACT_EXTInsurance Object Number in External System INSOBJECTEXT_MDCHAR20CHAR20
CLARIFICATION_ACCOUNTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
CLARIFICATION_ACCOUNT_EXTContract account number in legacy system VKONA_KKCHAR20CHAR20
CATEGORY_PREMIUMSCategory for Broker Report XPOSCAT_VKCHAR1XFELD
CATEGORY_COMMISSIONSCategory for Broker Report XPOSCAT_VKCHAR1XFELD
CATEGORY_CLAIMCategory for Broker Report XPOSCAT_VKCHAR1XFELD
CATEGORY_COSTSCategory for Broker Report XPOSCAT_VKCHAR1XFELD
IND_POST_AFTER_INC_PAYMENTFS-CD: Only Post Broker Report After Payment Receipt XPOST_AFTER_PYM_MDCHAR1XFELD
GRACE_PERIODFS-CD: Period for Posting with Shifted Due Date GRACE_PERIOD_MDCHAR1GRACE_PERIOD_MD
GRACE_VALUEFS-CD: No. of Periods for Posting with Shifted Due Date GRACE_VALUE_MDNUMC3GRACE_VALUE_MD
BROKREP_PROC_CODEType of Web Broker BROKREP_PROC_CODE_BROCHAR3Assigned to domainBROKREP_PROC_CODE_BRO

Key field Non-key field



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

As BAPI_INSOBJECT_P_BROKER 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 BAPI_INSOBJECT_P_BROKER as there is no data to select.

How to access SAP table BAPI_INSOBJECT_P_BROKER

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

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