BRCOLBONB SAP (Payments structure for Collection Bonds-Segment B (Details)) Structure details

Dictionary Type: Structure
Description: Payments structure for Collection Bonds-Segment B (Details)




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




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

BRCOLBONB 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 "Payments structure for Collection Bonds-Segment B (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_BRCOLBONB TYPE BRCOLBONB.

The BRCOLBONB table consists of various fields, each holding specific information or linking keys about Payments structure for Collection Bonds-Segment B (Details) data available in SAP. These include SERV_LOT (Service Lot), REG_TYPE (Registry Type), REG_N (Transaction type), SEGMENT (Service Type).. 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 BRCOLBONB 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
BANK_CODE Bank Code at Clearing House0
SERV_LOT Service Lot0
REG_TYPE Registry Type0
REG_N Transaction type0
SEGMENT Service Type0
CNAB1 Exclusive for FEBRABAN/CNAB0
FAVID_TYPE Favored ID Type0
FAVID_NUMBER Favored ID Number0
STREET Street, Avenue, Square description0
ADDRESS_NUMBER Address number0
ADDRESS_COMP Address complement0
DISTRICT District0
CITY City Name0
ZIP_CODE Zip Code0
COMP_ZIP_CODE Complement to Zip Code0
REGION Region0
DUE_DATE Due date0
DOCUMENT_VALUE Document Amount0
REBATE Rebate amount0
DISCOUNT Discount amount0
MORA Mora interest amount0
FINE Fine amount0
FAVORED_CODE Code of Document of the Beneficiary0
WARNING Notice to the Beneficiary0
UG_CODE Centralized Region Code - Exclusive for SIAPE0
CNAB2 Exclusive for FEBRABAN/CNAB0

Key field Non-key field



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

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

How to access SAP table BRCOLBONB

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