TOACM SAP (Bar code entry of incoming documents) Pooled Table details

Dictionary Type: Pooled Table
Description: Bar code entry of incoming documents




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




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

TOACM is a standard SAP Pooled Table which is used to store Bar code entry of incoming documents data and is available within R/3 SAP systems depending on the version and release level.

The TOACM table consists of various fields, each holding specific information or linking keys about Bar code entry of incoming documents data available in SAP. These include SAP_OBJECT (SAP ArchiveLink: Object type of business object), AR_OBJECT (Document type), USERNAME (User Name in User Master Record), OPTICAL_AR (Bar code check active: Yes/No).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TOACM pooled 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 MANDTCLNT3T000MANDT
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10TOJTBOJ_NAMEOAO
AR_OBJECTDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
USERNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
OPTICAL_ARBar code check active: Yes/No BAR_PRUEFCHAR1X
BARCODE_INBar code setting active: Yes/No BAR_AKTIVCHAR1X
BARCODE_TYSAP ArchiveLink: Name of bar code type SAEBARCTYPCHAR10TOABASADC10_BC
RESERVESAP ArchiveLink: Reserved for future application SAERESERVECHAR27SADC27
NO_CANCELCancel bar code dialog box: Yes/No BAR_NO_CANCHAR1X
DUPLICATEUse bar code more than once: Yes/No BAR_DUPLICHAR1X
KEEP_BAR_IBusiness Document Service: Hold bar code entry BAR_KEEPCHAR1X
KEEP_BAR_EBusiness Document Service: Hold bar code entry BAR_KEEP2CHAR1X
WORKFLOWDialog Box for Bar Code Despite Workflow SAEWFBARCHAR1X
NO_CHNGDocument Type Not Modifiable SAENOCHNGCHAR1SADNOCHNG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOACM
INTO CORRESPONDING FIELDS OF WA_TOACM
WHERE...

How to access SAP table TOACM

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