/BOFU/ADCPUUID SAP (Table for ADCP-UUID (Downport 7.10 to 7.0)) Table details

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




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




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

/BOFU/ADCPUUID is a standard SAP Table which is used to store Table for ADCP-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/ADCPUUID table consists of various fields, each holding specific information or linking keys about Table for ADCP-UUID (Downport 7.10 to 7.0) data available in SAP. These include ADCP_UUID (Address UUID), UUID_BELATED (UUID Generated Subsequently), ID_CATEGORY (Category of Address ID), ADDRNUMBER (Address 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/ADCPUUID 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
ADCP_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
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
COMP_PERSFlag: Person in company (C) or private (P) address AD_CMP_PRSCHAR1AD_CMP_PRS
DATE_FROMValid-from date - in current Release only 00010101 possible AD_DATE_FRDATS8DATUM
NATIONVersion ID for International Addresses AD_NATIONCHAR1TSADVAD_NATIONADDRESS_NATION
ADCP_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/ADCPUUID using ABAP code

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

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

How to access SAP table /BOFU/ADCPUUID

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