IBROSTMH SAP (ISCD: Broker Report - Header Data) Table details

Dictionary Type: Table
Description: ISCD: Broker Report - Header Data




ABAP Code to SELECT data from IBROSTMH
Related tables to IBROSTMH
Access table IBROSTMH




Table field list including key, data, relationships and ABAP select examples

IBROSTMH is a standard SAP Table which is used to store ISCD: Broker Report - Header Data data and is available within R/3 SAP systems depending on the version and release level.

The IBROSTMH table consists of various fields, each holding specific information or linking keys about ISCD: Broker Report - Header Data data available in SAP. These include IDENT (Broker Report Identification), SRCHKEY (Alternative Search Term for the Broker Report), STATUS (Broker report status), BROKER (Business Partner Number for Reporting Broker).. 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. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IBROSTMH table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
IDENTBroker Report Identification STMIDENT_BROCHAR12STMIDENT_BRO
SRCHKEYAlternative Search Term for the Broker Report SRCHKEY_BROCHAR40
STATUSBroker report status STATUS_BROCHAR1STATUS_BRO
BROKERBusiness Partner Number for Reporting Broker BROKERPA_BROCHAR10Assigned to domainALPHABU_PARTNERBUPA
BROOBJBroker Contract, Insurance Object for the Reporting Broker BROOBJ_BROCHAR20Assigned to domainALPHAINSOBJECT_MD
PERDFROMInvoicing Period From (Broker Report) PERDFROM_BRODATS8DATUM
PERDTOInvoicing Period to (Broker Report) PERDTO_BRODATS8DATUM
REPTYPEBroker Report Invoicing Type REPTYPE_BROCHAR1REPTYPE_BRO
INITREASTrigger for Creating a Broker Report INITREAS_BROCHAR1INITREAS_BRO
ORIGINOrigin of Broker Report STMORIGIN_BROCHAR1STMORIGIN_BRO
INITDATEDate Info or Correspondence Received from Broker INITDATE_BRODATS8DATUM
XCORRREQUCorrespondence Request was Delivered XCORRREQU_BROCHAR1XFELD
PROC_TYPEBroker Report: Processing Type BROKREP_PROC_TYPE_BROCHAR1BROKREP_PROC_TYPE_BRO
XPOSPOSTEDFlag: Items Already Posted Before Report Closed XPOSPOSTED_BROCHAR1BOOLEAN
XPOSREVERSEDFlag: Individual Items Reversed XPOSREV_BROCHAR1BOOLEAN
XSHFIKEYUse Collective Reconciliation Key XSHFIKEY_BROKCHAR1XFELD
APPLCApplication area APPLK_KKCHAR1APPLK_KK
DOCSRCDocument Origin Key HERKF_KKCHAR2TFK001HERKF_KK
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
COMPCODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUISAREABusiness Area GSBERCHAR4TGSBGSBERGSB
CLEARACCPremium/Benefit Clearing Account CLEARACC_BROCHAR10SKB1ALPHASAKNR
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
EXCHRATEExchange rate KURSFDEC9(5) EXCRTKURSF
POSTDATEPosting Date in the Document BUDAT_KKDATS8DATUM
DOCDATEDocument Date in Document BLDATDATS8DATUM
VALDATEValue date VALUTDATS8DATUM
NUMBPOSBroker Report: Number of Items NUMBPOS_BRONUMC6NUM06
MAXSUBPOSBroker Report: Highest Assigned Subitem Number MAXSUBPOS_BRONUMC6NUM06
MAXXBLNRBroker report - highest assigned ref no. for posted docs MAXXBLNR_BROCHAR16ALPHAXBLNR_KK
MAXSUMNOBroker Report: Highest Assigned Number for Totals Postings MAXSUMNO_BROCHAR16SUMNO_BRO
MAXQUINDBroker Report: Highest Assigned Fast Entry Index MAXQUIND_BRONUMC6NUM06
MAXGRPNUMBBroker Report: Highest Assigned Grouping Number MAXGRPNUMB_BRONUMC6NUM06
POSTSUMBroker Report: Total of Amounts to be Posted POSTSUM_BROCURR15(2) WRTV8
POSTCURRBroker Report: Currency Key for Total Amount POSTCURR_BROCUKY5Assigned to domainWAERS
CTRLNUMBPOSControl Total For Number Of Items In A Broker Report CTRLNUMBPOS_BRONUMC6NUM06
CTRLSUMBroker Report Control Total CTRLSUM_BROCURR15(2) WRTV8
CTRLCURRCurrency of control totals for broker report CTRLCURR_BROCUKY5TCURCWAERS
CTRLSUM_NETNet Control Total (Premiums - Commissions) for Broker Report CTRLSUMNET_BROCURR15(2) WRTV8
VERSIONBroker Report Version Number VERSION_BROCHAR3CHAR3
CREANAMEName of Person who Created the Object ERNAMCHAR12USNAM
CREADATEDate on Which Record Was Created ERDATDATS8DATUM
CREATIMETime at which the object was created ERTIM_KKTIMS6UZEIT
CHNGNAMEName of Person Who Changed Object AENAMCHAR12USNAM
CHNGDATEChanged On AEDATDATS8DATUM
CHNGTIMETime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT

Key field Non-key field



How do I retrieve data from SAP table IBROSTMH using ABAP code

The following ABAP code Example will allow you to do a basic selection on IBROSTMH to SELECT all data from the table
DATA: WA_IBROSTMH TYPE IBROSTMH.

SELECT SINGLE *
FROM IBROSTMH
INTO CORRESPONDING FIELDS OF WA_IBROSTMH
WHERE...

How to access SAP table IBROSTMH

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!