BROK_SALD_GES SAP (Broker Balance Help Structure) Structure details

Dictionary Type: Structure
Description: Broker Balance Help Structure




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




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

BROK_SALD_GES 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 Balance Help Structure" 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_BROK_SALD_GES TYPE BROK_SALD_GES.

The BROK_SALD_GES table consists of various fields, each holding specific information or linking keys about Broker Balance Help Structure data available in SAP. These include BROKER (Business Partner Number), BRO_CONTRACT (Identification for an Insurance Object), YEAR_BROK (Fiscal Year), MONTH_BROK (Calendar Month).. 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: Can be enhanced (character-type or numeric)


SAP BROK_SALD_GES 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BROKERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BRO_CONTRACTIdentification for an Insurance Object INSOBJECT_MDCHAR20Assigned to domainALPHAINSOBJECT_MDINSOBJECTSHLP_INSOBJECT_COLL
YEAR_BROKFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONTH_BROKCalendar Month MONTH_KKNUMC2
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
SALDKEYBalance Key SALDKEY_INSCHAR2Assigned to domainSALDKEY_INS
SALTXTBalance Key: Text SALTXT_INSCHAR50TEXT50
BETRW_SAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
BETRW_HAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7

Key field Non-key field



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

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

How to access SAP table BROK_SALD_GES

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