/RCFUIX/LOC_BRN SAP (Assigment of Locantion to Branch) Table details

Dictionary Type: Table
Description: Assigment of Locantion to Branch




ABAP Code to SELECT data from /RCFUIX/LOC_BRN
Related tables to /RCFUIX/LOC_BRN
Access table /RCFUIX/LOC_BRN




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

/RCFUIX/LOC_BRN is a standard SAP Table which is used to store Assigment of Locantion to Branch data and is available within R/3 SAP systems depending on the version and release level.

The /RCFUIX/LOC_BRN table consists of various fields, each holding specific information or linking keys about Assigment of Locantion to Branch data available in SAP. These include BRANCH (Business Partner Number), LOCATION (Location ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP /RCFUIX/LOC_BRN table 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
BRANCHBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
LOCATIONLocation ID /RCFUIX/LOCATIONNUMC8/RCFUIX/D_LOCATION

Key field Non-key field



How do I retrieve data from SAP table /RCFUIX/LOC_BRN using ABAP code

The following ABAP code Example will allow you to do a basic selection on /RCFUIX/LOC_BRN to SELECT all data from the table
DATA: WA_/RCFUIX/LOC_BRN TYPE /RCFUIX/LOC_BRN.

SELECT SINGLE *
FROM /RCFUIX/LOC_BRN
INTO CORRESPONDING FIELDS OF WA_/RCFUIX/LOC_BRN
WHERE...

How to access SAP table /RCFUIX/LOC_BRN

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