SAPB SAP (SAP ArchiveLink: Standard field names) Structure details

Dictionary Type: Structure
Description: SAP ArchiveLink: Standard field names




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




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

SAPB 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 "SAP ArchiveLink: Standard field names" 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_SAPB TYPE SAPB.

The SAPB table consists of various fields, each holding specific information or linking keys about SAP ArchiveLink: Standard field names data available in SAP. These include SAPABLZEIT (SAP ArchiveLink: Archiving time), SAPADOKID (SAP ArchiveLink: Document ID), SAPARCID (SAP ArchiveLink: Storage system ID), SAPBZZ (SAP ArchiveLink: Reference character).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SAPB 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
SAPABLDATESAP ArchiveLink: Archiving date SAEABLDATECHAR8SADC8
SAPABLZEITSAP ArchiveLink: Archiving time SAEABLZEITCHAR6SADC6
SAPADOKIDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
SAPARCIDSAP ArchiveLink: Storage system ID SAEARCIDCHAR10SADC10_BL
SAPBZZSAP ArchiveLink: Reference character SAEBZZCHAR40SADC40
SAPDOKSTATSAP ArchiveLink: Document status SAEDOKSTATCHAR20SADC20
SAPDOKTYPSAP ArchiveLink: Technical document class SAEDOCETYPCHAR20SADC20
SAPFKTNAMESAP ArchiveLink name of function to be called SAEFKTNAMECHAR4SADC4
SAPNOTIZSAP ArchiveLink domain CHARACTER 256 SAENOTIZCHAR256SADCK256
SAPPARENTSAP ArchiveLink: Mode of calling SAPTEMU SAEPARENTCHAR2SADC2
SAPPFADSAP ArchiveLink file paths SAEPFADCHAR70SADC70
SAPPOOLINFSAP ArchiveLink: Poolinfo/Storage Strategy SAEPOOLINFCHAR128SADC128
SAPPRGNAMESAP ArchiveLink: Name of subst. routine doc_ID -> BZZ SAEPRGNAMECHAR30SADC30
SAPRETURNCSAP ArchiveLink return code SAERETURNCCHAR5SADC5
SAPSAPTEMUProperty_Temu (SAPTemu) ID of calling Temu SAESAPTEMUCHAR14SADC14
SAPWINIDWindow_ID (of known display window) SAEWINIDCHAR10SADC10_BL
SAPWINTITLSAP ArchiveLink Window_Title (title of window) SAEWINTITLCHAR40SADC40
SAPOBJIDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
SAPCONNINDIndex for SAP ArchiveLink link tables SAEINDEXCHAR2SADC2
SAPINFOSAP ArchiveLink: Info field SAEINFOCHAR3SADC3
SAPBARCODEBar code entry SAEBARCODECHAR40SADC40BID
SAPSTATUSSAP ArchiveLink: Status field SAESTATUSCHAR1SADC1
SAPARMODSAP ArchiveLink flag for storing SAEARMODCHAR1SADC1
SAPPATHFULSAP ArchiveLink: Complete path SAEPATHFULCHAR90SADCK90
SAPFILESSAP ArchiveLink: File names - stored documents SAEFILESCHAR1000SADCK1000
SAPMESSAGESAP ArchiveLink: Message string SAEMESSAGECHAR3000SADC3000
NUMBERALNumeric field length 8 NUM08NUMC8NUM08
SAPINPATHSAP ArchiveLink: Frontend path SAPINPATHCHAR40SADINPATHOAP
DOKINFODocument information in index line DARC SAEDOKINFOCHAR50CHAR50
HYPNUMBERNumber of the current hypertext in a data line SAEHYPNUMBCHAR1CHAR1
AREAChar 20 CHAR20CHAR20CHAR20
PRIORITY3-Byte field CHAR3CHAR3CHAR3
DEVICEChar 20 CHAR20CHAR20CHAR20
DEVICEPATHCharacter field, length 70 CHAR70CHAR70CHAR70
LENGTHNumeric field 12 NUM12NUMC12NUM12
DESCRIPTData element, length 55 CHAR SAETEXT55CHAR55SADC55
RETURNSAP ArchiveLink: Priority SAEPRIORNUMC1NUM1
SEARCHKEYSearch key within stored list SAESEARCHCHAR255CHAR255
FILEDIRECTChar 20 CHAR20CHAR20CHAR20
OFFSETNumeric field 12 NUM12NUMC12NUM12
DYNP_TITLEError message text - long text of the error TEXT70CHAR70TEXT70
SCRIPTSAP ArchiveLink: Program Name and Path Name SAESCRIPTCHAR70SADSCRIPT
URISAP ArchiveLink: Data Element for Absolute URI SAEURICHAR4096SADC4096
SEARCHLINEData element for searching in stored print lists SAESEARCHLCHAR128SADC128SUFI
CASESENSITCase sensitive (X/no) SENSITIVCHAR1X
ACTUALRANGCurrent area (X/no) ACTUALRACHAR1X
GLOBALRANGGlobal area GLOBALRACHAR1X
SAEABEDATESAP ArchiveLink: Archiving date SAEABEDATEDATS8SADDATUM
SAEABLTIMESAP ArchiveLink: Storage time SAEABLTIMETIMS6SADTIME
PREMODEStorage mode for role resolution using default setting SAEPREMOCHAR1SADPREMO

Key field Non-key field



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

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

How to access SAP table SAPB

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