SAP BAPIBROKREPCLARCASES Broker Report: BAPI Structure Clarification Cases Table data and field list

BAPIBROKREPCLARCASES 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 Clarification Cases" 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_BAPIBROKREPCLARCASES TYPE BAPIBROKREPCLARCASES.

The BAPIBROKREPCLARCASES table consists of various fields, each holding specific information or linking keys about Broker Report: BAPI Structure Clarification Cases data available in SAP. These include CATEGORY (Category in the Broker Report), ASSBROKER (Assigned Broker), ASSBROKERCON (Assigned Broker Contract), PARTNER (Business Partner Number)... 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. .

BAPIBROKREPCLARCASES structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPIBROKREPCLARCASES 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 BAPIBROKREPCLARCASES 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
POSITIONItem Number for a Broker Report Item POSNUMB_BRONUMC6NUM06
CATEGORYCategory in the Broker Report POSCAT_BROCHAR2Assigned to domainPOSCAT_BRO
ASSBROKERAssigned Broker ASSGNBROKERPA_BROCHAR10Assigned to domainALPHABU_PARTNER
ASSBROKERCONAssigned Broker Contract ASSGNBROOBJ_BROCHAR20ALPHAVTREF_KK
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
INS_OBJECTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
CONT_ACCTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
AMOUNTBroker Report: Reported Amount for Item (BAPI) AMNTTR_BAPI_BRODEC23(4) BAPICURR
CLAR_CODEClarification Code CLARREAS_BROCHAR2Assigned to domainCLARREAS_BRO
CLAR_AMTBroker Report: Clarif. Amount in Transaction Curr. (BAPI) CLARAMNTTR_BAPI_BRODEC23(4) BAPICURR
CLAR_AMT_COMMRemaining Amt to Commission Acct After Posting Item (BAPI) COMMAMNTTR_BAPI_BRODEC23(4) BAPICURR
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
POST_DATEPosting Date in the Document BUDAT_KKDATS8DATUM
ADDTL_INFOAdditional information INFOFLD_BROCHAR30CHAR30
SEL_CAT1Selection Category for Broker Report SELT_BROCHAR1Assigned to domainSELTX_BRO
SEL_VALUE1Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT2Selection Category for Broker Report SELT_BROCHAR1Assigned to domainSELTX_BRO
SEL_VALUE2Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT3Selection Category for Broker Report SELT_BROCHAR1Assigned to domainSELTX_BRO
SEL_VALUE3Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT4Selection Category for Broker Report SELT_BROCHAR1Assigned to domainSELTX_BRO
SEL_VALUE4Field value to be selected SELWC_KKCHAR35CHAR35
SEL_CAT5Selection Category for Broker Report SELT_BROCHAR1Assigned to domainSELTX_BRO
SEL_VALUE5Field value to be selected SELWC_KKCHAR35CHAR35
STATECFC: Status of an application table entry CFC_STATECHAR2CFC_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_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 structure BAPIBROKREPCLARCASES using ABAP code?

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

How to access SAP table BAPIBROKREPCLARCASES

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

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