/SAPAPO/SAMPLES SAP (Management of all Samples) Table details

Dictionary Type: Table
Description: Management of all Samples




ABAP Code to SELECT data from /SAPAPO/SAMPLES
Related tables to /SAPAPO/SAMPLES
Access table /SAPAPO/SAMPLES




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

/SAPAPO/SAMPLES is a standard SAP Table which is used to store Management of all Samples data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/SAMPLES table consists of various fields, each holding specific information or linking keys about Management of all Samples data available in SAP. These include GUID (APO GUID for liveCache COM Routines), BUILD_NO (LCA Build Number), BRANCH_INFO (Branch Information for LCA Object), PROGRAMNAME (ABAP Program Name).. 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 (character-type or numeric)


SAP /SAPAPO/SAMPLES 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
GUIDAPO GUID for liveCache COM Routines /SAPAPO/OM_GUIDCHAR22SYSUUID_22
BUILD_NOLCA Build Number /SAPAPO/OM_LCA_BUILD_NOCHAR4/SAPAPO/OM_LCA_BUILD_NO
BRANCH_INFOBranch Information for LCA Object /SAPAPO/OM_BRANCH_INFOCHAR25/SAPAPO/OM_BRANCH_INFO
PROGRAMNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SHORTDESCComment CHAR50CHAR50TEXT50
CURRENT_NUMBERNatural Number INT4INT410INT4
MODIFYINGBoolean Value for liveCache COM Routines /SAPAPO/OM_BOOLCHAR1/SAPAPO/OM_BOOL
TESTSNatural Number INT4INT410INT4
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
DATUMSystem Date SYDATUMDATS8SYDATS
UZEITSystem Time SYUZEITTIMS6SYTIME
NAMEServer Name MSNAMECHAR20MSNAME
KERNELliveCache kernel version LVC_KERNELCHAR40TEXT40
RELEASE_NORelease /SAPAPO/OM_RELEASEINT410/SAPAPO/OM_RELEASE
CHANGE_LIST_NOChange List /SAPAPO/OM_CHANGE_LISTINT410/SAPAPO/OM_CHANGE_LIST

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/SAMPLES using ABAP code

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

SELECT SINGLE *
FROM /SAPAPO/SAMPLES
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/SAMPLES
WHERE...

How to access SAP table /SAPAPO/SAMPLES

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