OABUS817A SAP (Attribute Table of BUS0817) Table details

Dictionary Type: Table
Description: Attribute Table of BUS0817




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




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

OABUS817A is a standard SAP Table which is used to store Attribute Table of BUS0817 data and is available within R/3 SAP systems depending on the version and release level.

The OABUS817A table consists of various fields, each holding specific information or linking keys about Attribute Table of BUS0817 data available in SAP. These include CONID (GUID in 'CHAR' format with upper-/lowercase (!)), SAP_OBJECT (SAP ArchiveLink: Object type of business object), OBJECT_ID (SAP ArchiveLink: Object ID (object identifier)), ARC_DOC_ID (SAP ArchiveLink: Document 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: Not classified


SAP OABUS817A 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
CONIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10Assigned to domainOJ_NAMEOAO
OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
AR_OBJECTDocument type SAEOBJARTCHAR10Assigned to domainSADC10_DVDOK
AR_DATESAP ArchiveLink: Storage date SAEABADATEDATS8SADDATUM
DOC_TYPESAP ArchiveLink: Document class SAEDOKTYPCHAR20Assigned to domainSADC20_DD
VUSERUser Name SYUNAMECHAR12SYCHAR12
DESCRSAP ArchiveLink: KPRO: Hit Description SAEDESCRCHAR128TEXT128
FELD110 Characters (BUS0817) SAEFELD1CHAR10SADFELD1
FELD2Field 1 SAEFELD2CHAR20SADFELD2
FELD3Field 1 SAEFELD3CHAR30SADFELD3
FELD4Object BUS0817 SAEFELD4DATS8SADFELD4
FELD5Object BUS0817 SAEFELD5TIMS6SADFELD5
FELD6Object BUS0817 SAEFELD6DEC8(2) SADFELD6

Key field Non-key field



How do I retrieve data from SAP table OABUS817A using ABAP code

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

SELECT SINGLE *
FROM OABUS817A
INTO CORRESPONDING FIELDS OF WA_OABUS817A
WHERE...

How to access SAP table OABUS817A

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