DIS_ADMIN SAP (Distribution - Administration Table) Table details

Dictionary Type: Table
Description: Distribution - Administration Table




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




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

DIS_ADMIN is a standard SAP Table which is used to store Distribution - Administration Table data and is available within R/3 SAP systems depending on the version and release level.

The DIS_ADMIN table consists of various fields, each holding specific information or linking keys about Distribution - Administration Table data available in SAP. These include LOGNUMBER (Application log: log number), WERKS (Plant), GRPNR (Grouping WBS element), PROFID (Distribution profile).. 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 DIS_ADMIN 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
LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
GRPNRGrouping WBS element GRPSPNRNUMC8Assigned to domainKONPRPS_POSNRPSP
PROFIDDistribution profile PGPROFIDCHAR6Assigned to domainPGPROFID
ASSINTAssignment of internal procurement elements (prod. orders) PGASSINTCHAR1XFLAG
ASSEXTDistribute costs of internal procurement PGDICOSTCHAR1XFLAG
DICOSTDistribute costs of internal procurement PGDICOSTCHAR1XFLAG
DICOMMDistribute commitments from internal procurement PGDICOMMCHAR1XFLAG
DICASHDistribute payments for internal procurement PGDICASHCHAR1XFLAG
DIRADistribute results analysis data PGDIRACHAR1XFLAG
DIEVADistribute earned value data PGDIEVACHAR1XFLAG
DECOSTDistribute costs of external procurement PGDECOSTCHAR1XFLAG
DECOMMDistribute commitments from external procurement PGDECOMMCHAR1XFLAG
DECASHDistributepayments for external procurement PGDECASHCHAR1XFLAG
DSTOCKDistribute stock values PGDSTOCKCHAR1XFLAG
DIVARIVariance indicator PGVARIANTCHAR1XFLAG
DISCRPMaterial scrap indicator PGSCRAPCHAR1XFLAG
VERSIVersion COVERSICHAR3Assigned to domainALPHACOVERSI
DILCOMMDistribution of Commitment Line Items DIS_LCOMMCHAR1XFLAG
DILACTDistribution of Actual Line Items DIS_LACTCHAR1XFLAG
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
TIMESTMPTime created (Greenwich Meantime) RKE_HZSTMPDEC16RKE_TSTMP
DELTAProcessing Mode: 'X' - Only Changed Objects Selected DIS_DELTACHAR1XFLAG
PERIOPeriod CO_PERIONUMC3PERBLVPE
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
STFLGIdentifier for reversal document CO_STFLGCHAR1FLAG
STOKZIndicator: Document Has Been Reversed CO_STOKZCHAR1FLAG
REF_LOGNUMBERApplication log: log number BALOGNRCHAR20Assigned to domainBALOGNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM DIS_ADMIN
INTO CORRESPONDING FIELDS OF WA_DIS_ADMIN
WHERE...

How to access SAP table DIS_ADMIN

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