IBROSTMCF SAP (Clarif. Cases from Broker Report) Table details

Dictionary Type: Table
Description: Clarif. Cases from Broker Report




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




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

IBROSTMCF is a standard SAP Table which is used to store Clarif. Cases from Broker Report data and is available within R/3 SAP systems depending on the version and release level.

The IBROSTMCF table consists of various fields, each holding specific information or linking keys about Clarif. Cases from Broker Report data available in SAP. These include IDENT (Broker Report Identification), POSNUMB (Item Number for a Broker Report Item), POSCAT (Category in the Broker Report), BROKER (Assigned 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: Can be enhanced (character-type or numeric)


SAP IBROSTMCF 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
POSNUMBItem Number for a Broker Report Item POSNUMB_BRONUMC6NUM06
POSCATCategory in the Broker Report POSCAT_BROCHAR2Assigned to domainPOSCAT_BRO
BROKERAssigned Broker ASSGNBROKERPA_BROCHAR10Assigned to domainALPHABU_PARTNER
BROOBJAssigned Broker Contract ASSGNBROOBJ_BROCHAR20ALPHAVTREF_KK
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
INSOBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
ACCOUNTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
AMNTTRReported amount in transaction currency AMNTTR_BROCURR13(2) WRTV7
CLARREASClarification Code CLARREAS_BROCHAR2Assigned to domainCLARREAS_BRO
CLARAMNTTRRemaining Amount to Be Clarified in Transaction Currency CLARAMNTTR_BROCURR13(2) WRTV7
COMMAMNTTRRemaining Amount on Commissions Account After Posting Item COMMAMNTTR_BROCURR13(2) WRTV7
COMPCODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUISAREABusiness Area GSBERCHAR4TGSBGSBERGSB
POSTDATEPosting Date in the Document BUDAT_KKDATS8DATUM
INFOFLDAdditional information INFOFLD_BROCHAR30CHAR30
PROCINFOProcessing Info PROCINFO_BROCHAR50CHAR50
SELT1Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SELV1Field value to be selected SELWC_KKCHAR35CHAR35
SELT2Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SELV2Field value to be selected SELWC_KKCHAR35CHAR35
SELT3Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SELV3Field value to be selected SELWC_KKCHAR35CHAR35
SELT4Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SELV4Field value to be selected SELWC_KKCHAR35CHAR35
SELT5Selection Category for Broker Report SELT_BROCHAR1TIBRSELTYPSELTX_BRO
SELV5Field value to be selected SELWC_KKCHAR35CHAR35
STATECFC: Status of an application table entry CFC_STATECHAR2CFC_ITEM_STATECFC_STATE
LOCK_USERName of the person to last change the status of the object CFC_UNAMECHAR12Assigned to domainXUBNAME
LOCK_LIMITCFC: Lock period of a lock entry CFC_LOCK_LIMITDATS8SYDATS
WORKSTATELast processing status of a clarification case CFC_WORKSTATECHAR2CFC_IT_WORKSTATECFC_WORKSTATE
RESUBMIT_DATEDate on which Resubmission Occurs CFC_RESUBMIT_DATEDATS8SYDATS
WF_COUNTNumber of active workflows with this clarification case CFC_WORKFLOW_COUNTERINT13INT1

Key field Non-key field



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

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

SELECT SINGLE *
FROM IBROSTMCF
INTO CORRESPONDING FIELDS OF WA_IBROSTMCF
WHERE...

How to access SAP table IBROSTMCF

Within an ECC or HANA version of SAP you can also view further information about IBROSTMCF 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!