/SPE/CANC_ASN_BF SAP (Returns: Buffer Table holding canceled ASNs of a delivery) Table details

Dictionary Type: Table
Description: Returns: Buffer Table holding canceled ASNs of a delivery




ABAP Code to SELECT data from /SPE/CANC_ASN_BF
Related tables to /SPE/CANC_ASN_BF
Access table /SPE/CANC_ASN_BF




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

/SPE/CANC_ASN_BF is a standard SAP Table which is used to store Returns: Buffer Table holding canceled ASNs of a delivery data and is available within R/3 SAP systems depending on the version and release level.

The /SPE/CANC_ASN_BF table consists of various fields, each holding specific information or linking keys about Returns: Buffer Table holding canceled ASNs of a delivery data available in SAP. These include DELIV_ORIGINAL (Delivery), SPE_AUTH_NUMBER (Return Material Authorization Number), DELIV_ASN (Delivery), POSNR_ASN (Delivery Item).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /SPE/CANC_ASN_BF 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
DELIV_ORIGINALDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
SPE_AUTH_NUMBERReturn Material Authorization Number /SPE/RET_RMACHAR20ALPHA/SPE/RET_RMA
DELIV_ASNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNR_ASNDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
VRKME_ASNSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
ORMNG_ASNOriginal Quantity of Delivery Item ORMNG_VLQUAN13(3) MENG13
LGMNG_ASNActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
MEINS_ASNBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
LFIMG_ASNActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
UMVKZ_ASNNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKN_ASNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
LFIMG_FLO_ASNInternal field/ Do not use / LFIMG in float / MUM LFIMG_FLOFLTP16(16) FLTP
LGMNG_FLO_ASNInternal field/ Do not use / LGMNG in float / MUM LGMNG_FLOFLTP16(16) FLTP

Key field Non-key field



How do I retrieve data from SAP table /SPE/CANC_ASN_BF using ABAP code

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

SELECT SINGLE *
FROM /SPE/CANC_ASN_BF
INTO CORRESPONDING FIELDS OF WA_/SPE/CANC_ASN_BF
WHERE...

How to access SAP table /SPE/CANC_ASN_BF

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