AFDIST SAP (Distribution Information on Production Order) Table details

Dictionary Type: Table
Description: Distribution Information on Production Order




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




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

AFDIST is a standard SAP Table which is used to store Distribution Information on Production Order data and is available within R/3 SAP systems depending on the version and release level.

The AFDIST table consists of various fields, each holding specific information or linking keys about Distribution Information on Production Order data available in SAP. These include PP_ORDER (Order Number), LOG_SYSTEM (Logical system), DIST_STATUS (Distribution Status of Production Order), BUSINESS_SYSTEM (Business System).. 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)


SAP AFDIST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PP_ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
LOG_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
DIST_STATUSDistribution Status of Production Order CO_MES_DIST_STATUSCHAR1CO_MES_DIST_STATUS
BUSINESS_SYSTEMBusiness System MDG_BUSINESS_SYSTEMCHAR60AIT_SYSTEMSAI_BUSINESS_SYSTEM
DRF_APPLReplication Model DRF_APPLCHAR10Assigned to domainDRF_APPLDRFAPPLDRF_SH_APPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM AFDIST
INTO CORRESPONDING FIELDS OF WA_AFDIST
WHERE...

How to access SAP table AFDIST

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