ERDK_SHORT SAP (Header Data for Print Document - Extract) Table details

Dictionary Type: Table
Description: Header Data for Print Document - Extract




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




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

ERDK_SHORT is a standard SAP Table which is used to store Header Data for Print Document - Extract data and is available within R/3 SAP systems depending on the version and release level.

The ERDK_SHORT table consists of various fields, each holding specific information or linking keys about Header Data for Print Document - Extract data available in SAP. These include OPBEL (Number of print document), DRUCKDAT (Print Date), FAEDN (Due date for net payment), FAEDS (Due Date for Cash Discount).. 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 ERDK_SHORT 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
OPBELNumber of print document E_PRINTDOCCHAR12Assigned to domainALPHAE_PRINTDOCE_PRINTDOC
DRUCKDATPrint Date DRUCKDATDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
FAEDSDue Date for Cash Discount FAEDS_KKDATS8DATUM
SKTPZCash discount rate SKTPZ_KKDEC5(3) PRZ23
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
STOKZDocument Has Been Reversed STOKZCHAR1KENNZX
INTOPBELNumber of Print Document Used to Reverse Document INTOPBELCHAR12Assigned to domainALPHAE_PRINTDOC
ERDB_VERDB exists for ERDK ERDB_VCHAR1KENNZX
TOTAL_AMNTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
TOTAL_WAERTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
PORTIONPortion PORTIONCHAR8Assigned to domainPORTIONTPRE420
ABRVORGBilling Transaction ABRVORGCHAR2ABRVORGABV
FIKEYReconciliation Key for General Ledger FIKEY_KKCHAR12Assigned to domainFIKEY_KKFKFI1
SIMULATEDIndicator: invoicing generates a simulated document SIMULATEDCHAR1KENNZX
ABWVKAlternative contract account for collective bills ABWVK_KKCHAR12Assigned to domainALPHAVKONT_KK
ABWBLNumber of the substitute FI-CA document ABWBL_KKCHAR12ALPHAABWBL_KK
ERGRDReason for creating print document ERGRDCHAR2ERGRD
LANGULanguage in connection with the contract account LANGU_ACCLANG1Assigned to domainISOLASPRAS
ERDATDate on Which Record Was Created ERDATDATS8DATUM
AEDATChanged On AEDATDATS8DATUM
STO_BUDATReversal Date of Original Document (Reversal Only) STO_BUDATDATS8DATUM
STO_OPBELDocument Number of Original Document (Only for Reversal) STO_OPBELCHAR12Assigned to domainALPHAE_PRINTDOC
ICREASONReason for Reversal BCREASONCHAR2Assigned to domainBCREASONTE272_BCREASON_F4
TAXDATETax Determination Date E_TAXDATEDATS8DATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERDK_SHORT
INTO CORRESPONDING FIELDS OF WA_ERDK_SHORT
WHERE...

How to access SAP table ERDK_SHORT

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