/BOFU/ADRPUUID SAP (Table for ADRP-UUID (Downport 7.10 to 7.0)) Table details

Dictionary Type: Table
Description: Table for ADRP-UUID (Downport 7.10 to 7.0)




ABAP Code to SELECT data from /BOFU/ADRPUUID
Related tables to /BOFU/ADRPUUID
Access table /BOFU/ADRPUUID




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

/BOFU/ADRPUUID is a standard SAP Table which is used to store Table for ADRP-UUID (Downport 7.10 to 7.0) data and is available within R/3 SAP systems depending on the version and release level.

The /BOFU/ADRPUUID table consists of various fields, each holding specific information or linking keys about Table for ADRP-UUID (Downport 7.10 to 7.0) data available in SAP. These include ADRP_UUID (Address UUID), UUID_BELATED (UUID Generated Subsequently), ID_CATEGORY (Category of Address ID), PERSNUMBER (Person number).. 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: Cannot Be Enhanced


SAP /BOFU/ADRPUUID 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ADRP_UUIDAddress UUID /BOFU/AD_UUIDRAW16SYSUUID
UUID_BELATEDUUID Generated Subsequently /BOFU/AD_UUID_BELATEDCHAR1/BOFU/AD_UUID_BELATED
ID_CATEGORYCategory of Address ID /BOFU/AD_ID_CATEGORYCHAR1/BOFU/AD_ID_CATEGORY
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
DATE_FROMValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
NATIONVersion ID for International Addresses AD_NATIONCHAR1TSADVAD_NATIONADDRESS_NATION
ADRP_ERR_STATUSError Status of Address /BOFU/AD_ERR_STATUSCHAR1/BOFU/AD_ERR_STATUS
ADDRESS_TYPEType of Address /BOFU/ADDR_ADDRESS_TYPECHAR1/BOFU/ADDR_ADDRESS_TYPE

Key field Non-key field



How do I retrieve data from SAP table /BOFU/ADRPUUID using ABAP code

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

SELECT SINGLE *
FROM /BOFU/ADRPUUID
INTO CORRESPONDING FIELDS OF WA_/BOFU/ADRPUUID
WHERE...

How to access SAP table /BOFU/ADRPUUID

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