SKOP_DATA SAP (Document Data) Structure details

Dictionary Type: Structure
Description: Document Data




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




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

SKOP_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Document Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SKOP_DATA TYPE SKOP_DATA.

The SKOP_DATA table consists of various fields, each holding specific information or linking keys about Document Data data available in SAP. These include ALTKT (Account Number in Group), BLART (Document Type), BLDAT (Document Date in Document), UMSKZ (Special G/L Indicator).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SKOP_DATA structure 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
ALTKZFull audit trail:ID:Altern.acct no. filled with credit acct ALTKZCHAR1XFELD
ALTKTAccount Number in Group ALTKTCHAR10ALPHAALTKT
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
UMSKZSpecial G/L Indicator UMSKZCHAR1Assigned to domainUMSKZ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
STAKZIndicator. object is statistical STAKZCHAR1CHAR1
DBBLGRecurring Entry Document Number DBBLGCHAR10ALPHABELNR
BKTXTDocument Header Text BKTXTCHAR25TEXT25
XKRESIndicator: Can Line Items Be Displayed by Account? XKRESCHAR1XFELD
XOPVWIndicator: Open item management? XOPVWCHAR1XFELD
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
FIPLSFinancial Budget Item FIPLSNUMC3FIPLS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
DMSOLDebit Amount in Local Currency DMSOLCURR13(2) WERT7
DMHABCredit Amount in Local Currency DMHABCURR13(2) WERT7
DMSHBAmount in Local Currency with +/- Signs DMSHBCURR13(2) WRTV7
GSBE1Business Area GSBERCHAR4Assigned to domainGSBERGSB
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WRSOLDebit Amount in Document Currency WRSOLCURR13(2) WERT7
WRHABCredit Amount in Document Currency WRHABCURR13(2) WERT7
WRSHBForeign Currency Amount with Signs (+/-) WRSHBCURR13(2) WRTV7
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
WMWSTTax amount in document currency WMWSTCURR13(2) WERT7
MWSHBTax on Sales/Purchases Amount in Foreign Curr. with +/- Sign MWSHBCURR13(2) WRTV7
ZUONRAssignment Number DZUONRCHAR18ZUONR
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
AUGDTClearing Date AUGDTDATS8DATUM
AUGCPClearing Entry Date AUGCPDATS8DATUM
NETDTDue Date for Net Payment NETDTDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
SKFBTAmount Eligible for Cash Discount in Document Currency SKFBTCURR13(2) WERT7
MWSTSTax Amount in Local Currency MWSTSCURR13(2) WERT7
MDSHBTax on Sales/Purchases amount in Local Curr. with +/- Sign MDSHBCURR13(2) WRTV7
HWBASTax Base Amount in Local Currency HWBASCURR13(2) WERT7
ZINKZExempted from interest calculation DZINKZCHAR2ZINKZ
VALUTValue date VALUTDATS8DATUM
FWBASTax Base Amount in Document Currency FWBASCURR13(2) WERT7
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
ABPERSettlement period ABPER_RFACCP6BUPER
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SGTXTItem Text SGTXTCHAR50TEXT50
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFPSOrder item number AUFPSCHAR2CHAR2
ARTNRProduct number ARTNRCHAR18Assigned to domainMATN1MATNRMAT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
PROJNOld: Project number : No longer used --> PS_POSNR PROJNCHAR16PROJN
PRONRProject Number PRONRCHAR16PROJN
GKARTOffsetting Account Type GKARTCHAR1GKART
GKONTOffsetting Account Number GKONTCHAR10ALPHAGKONTGKONT
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
EGMLDReporting Country for Delivery of Goods within the EU EGMLD_BSEZCHAR3Assigned to domainLAND1
STCEGVAT Registration Number STCEGCHAR20STCEG
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
XNEGPIndicator: Negative posting XNEGPCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure SKOP_DATA using ABAP code?

As SKOP_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SKOP_DATA as there is no data to select.

How to access SAP table SKOP_DATA

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