HBRRS0_02 SAP (SIAL: record type 0 (V .2002)) Structure details

Dictionary Type: Structure
Description: SIAL: record type 0 (V .2002)




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




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

HBRRS0_02 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 "SIAL: record type 0 (V .2002)" 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_HBRRS0_02 TYPE HBRRS0_02.

The HBRRS0_02 table consists of various fields, each holding specific information or linking keys about SIAL: record type 0 (V .2002) data available in SAP. These include CGCEI (Sial: CNPJ or SRS number), PREFI (SIAL: prefix of file's first establishment), TIPOR (Sial: record type), INDRC (SIAL: indicator for definitive receipt shipping).. 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 HBRRS0_02 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
SEQUESIAL: file record sequence number PBR_SEQURNUMC6NUMC6
CGCEISial: CNPJ or SRS number PBR_CGCERNUMC14NUMC14
PREFISIAL: prefix of file's first establishment PBR_PREFICHAR2CHAR2
TIPORSial: record type PBR_TIPORCHAR1CHAR1
INDRCSIAL: indicator for definitive receipt shipping PBR_INDRCCHAR1CHAR1
CGCEI_RESSial: CNPJ or SRS number PBR_CGCERNUMC14NUMC14
TPINSSIAL: establishment registration type PBR_TPINSCHAR1CHAR1
RAZSOSIAL: responsible person's name or firm name PBR_RAZSOCHAR40CHAR40
ENDERSIAL: responsible person's address PBR_ENDERCHAR40CHAR40
ENNUMSIAL: address number PBR_ENNUMNUMC6NUMC6
ENCOMSIAL: address affix PBR_ENCOMCHAR21CHAR21
ENBAISIAL: zone PBR_ENBAICHAR19CHAR19
ENCEPSIAL: postal code (PC) PBR_ENCEPCHAR8CHAR8
CDMUNSial: municipality code PBR_CDMUNCHAR7CHAR7
NOMUNSIAL: municipality name PBR_NOMUNCHAR30CHAR30
ENESTSIAL: FU identification code PBR_ENESTCHAR2CHAR2
DDDRASIAL: responsible person's telephone DDD PBR_DDDRANUMC2NUMC2
TELRASIAL: responsible person's telephone number PBR_TELRANUMC8NUMC8
INRETSIAL: declaration adjustment indicator PBR_INRETCHAR1CHAR1
DTRETSIAL: adjustement date of related establishments PBR_DTRETNUMC8NUMC8
DTGERSIAL: File generation date PBR_DTGERNUMC8NUMC8
RMAILSial: e-mail of the person responsible PBR_RMAIL40CHAR40CHAR40
FIL27SIAL: filler PBR_FIL27CHAR27CHAR27
CRLFCRLF PBR_CRLFRAW2HEX002

Key field Non-key field



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

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

How to access SAP table HBRRS0_02

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