FBRC_S_ADDRESS_TRANSF SAP (Address Data) Structure details

Dictionary Type: Structure
Description: Address Data




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




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

FBRC_S_ADDRESS_TRANSF 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 "Address Data" 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_FBRC_S_ADDRESS_TRANSF TYPE FBRC_S_ADDRESS_TRANSF.

The FBRC_S_ADDRESS_TRANSF table consists of various fields, each holding specific information or linking keys about Address Data data available in SAP. These include PERS_ID (Person number), UNAME (User Name), DEFLT (General Indicator), DESCR (Description).. 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)


SAP FBRC_S_ADDRESS_TRANSF 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
DBCATDatabase Category FB_RC_DBCATCHAR32CHAR32
PERS_IDPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
UNAMEUser Name SYUNAMECHAR12SYCHAR12
DEFLTGeneral Indicator FB_RC_FLAGCHAR1CHAR1_X
DESCRDescription FB_RC_OBJDESCHAR50SO_OBJ_DES
NATIONVersion ID for International Addresses AD_NATIONCHAR1Assigned to domainAD_NATIONADDRESS_NATION
DEPARTMENTDepartment AD_DPRTMNTCHAR40TEXT40
FUNCTIONFunction AD_FNCTNCHAR40TEXT40
NAME_FIRSTFirst name AD_NAMEFIRCHAR40TEXT40
NAME_LASTLast name AD_NAMELASCHAR40TEXT40
NAMEMIDDLEMiddle name or second forename of a person AD_NAMEMIDCHAR40TEXT40
DEFLT_COMMCommunication Method (Key) (Business Address Services) AD_COMMCHAR3TSACAD_COMM
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL_EXTENSFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
SMTP_ADDRE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR

Key field Non-key field



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

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

How to access SAP table FBRC_S_ADDRESS_TRANSF

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