SITAGCYBROKERREPORT SAP (Structure for Broker Report Details) Structure details

Dictionary Type: Structure
Description: Structure for Broker Report Details




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




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

SITAGCYBROKERREPORT 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 "Structure for Broker Report Details" 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_SITAGCYBROKERREPORT TYPE SITAGCYBROKERREPORT.

The SITAGCYBROKERREPORT table consists of various fields, each holding specific information or linking keys about Structure for Broker Report Details data available in SAP. These include REPORT (Broker Report Identification), SRCHTERM (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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SITAGCYBROKERREPORT structure 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
REPORTBroker Report Identification STMIDENT_BROCHAR12IBROSTMHSTMIDENT_BRO
SRCHTERMAlternative Search Term for the Broker Report SRCHKEY_BROCHAR40
STATUSBroker report status STATUS_BROCHAR1STATUS_BRO
BROKERBusiness Partner Number for Reporting Broker BROKERPA_BROCHAR10BUT000ALPHABU_PARTNERBUPA
BROKERCONBroker Contract, Insurance Object for the Reporting Broker BROOBJ_BROCHAR20DIMAIOBALPHAINSOBJECT_MD
INV_FRInvoicing Period From (Broker Report) PERDFROM_BRODATS8DATUM
INV_TOInvoicing Period to (Broker Report) PERDTO_BRODATS8DATUM
TRIGGERTrigger for Creating a Broker Report INITREAS_BROCHAR1INITREAS_BRO
DATERECDDate Info or Correspondence Received from Broker INITDATE_BRODATS8DATUM
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12DFKKSUMCFIKEY_KKFKFI1
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
CLRG_ACCTPremium/Benefit Clearing Account CLEARACC_BROCHAR10SKA1ALPHASAKNR
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
TRAN_RATEExchange rate KURSF_KKDEC9(5) EXCRTKURSF
POST_DATEPosting Date in the Document BUDAT_KKDATS8DATUM
DOC_DATEDocument Date in Document BLDATDATS8DATUM
VALUE_DATEValid from VALDATEDATS8DATUM
NUMBER_POSITIONSBroker Report: Number of Items NUMBPOS_BRONUMC6NUM06
TOTAL_AMTBroker Report: Total of Amounts to be Posted POSTSUM_BROCURR15(2) WRTV8
CURRENCY_TOTALBroker Report: Currency Key for Total Amount POSTCURR_BROCUKY5Assigned to domainWAERS
CURRENCY_TOTAL_ISOISO currency code ISOCDCHAR3ISOCD
CONTRNOControl Total For Number Of Items In A Broker Report CTRLNUMBPOS_BRONUMC6NUM06
CTRLTOTALBroker Report: Broker Report Control Total (BAPI) CTRLTOTAL_BAPI_BRODEC23(4) BAPICURR
CTRLCURRENCYCurrency of control totals for broker report CTRLCURR_BROCUKY5Assigned to domainWAERS
CTRLCURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
CTRLTOTAL_NETBroker Report: Net Control Total (BAPI) CTRLTOTAL_NET_BAPI_BRODEC23(4) BAPICURR
CREATION_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATION_TIMETime at which the object was created ERTIM_KKTIMS6UZEIT
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGE_DATEChanged On AEDATDATS8DATUM
CHANGE_TIMETime at Which the Object Was Last Changed AETIM_KKTIMS6UZEIT
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
XSTANDARDStandard Broker Report for a Container XSTDREPORT_ITAGCYCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table SITAGCYBROKERREPORT

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