ERDZ_SHORT SAP (Internal Table for Individual Print Doc.Lines -Extract Data) Table details

Dictionary Type: Table
Description: Internal Table for Individual Print Doc.Lines -Extract Data




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




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

ERDZ_SHORT is a standard SAP Table which is used to store Internal Table for Individual Print Doc.Lines -Extract Data data and is available within R/3 SAP systems depending on the version and release level.

The ERDZ_SHORT table consists of various fields, each holding specific information or linking keys about Internal Table for Individual Print Doc.Lines -Extract Data data available in SAP. These include OPBEL (Number of print document), BELZEILE (Billing line item for billing documents), BUKRS (Company Code), KTOSL (Transaction Key).. 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 ERDZ_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
BELZEILEBilling line item for billing documents BELZEILENUMC6LFDNR6
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KTOSLTransaction Key KTOSLCHAR3CHAR3
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
STPRZTax rate in output format STEUERSATZCHAR8CHAR8
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BUDATPosting Date in the Document BUDATDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
FAEDSDue Date for Cash Discount FAEDS_KKDATS8DATUM
SKTOWCash discount amount in transaction currency with +/- sign SKTOW_KKCURR13(2) WRTV7
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
BUCHRELBilling Line Item Relevant to Posting BUCHRELCHAR1KENNZX
BILLDOCNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
BILDOCLINEBilling line item for billing documents BELZEILENUMC6LFDNR6
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
XTOTAL_AMNTConsider Items in Bill Sum Total XTOTAL_AMNTCHAR1E_XTOTAL_AMNT
TWAERSTransaction Currency TWAERSCUKY5Assigned to domainWAERSPCU
AUGBWClearing Amount in Transaction Currency (With +/- Sign) AUGBW_KKCURR13(2) WRTV7
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
SBETWTax Amount in Transaction Currency with +/- Sign SBETW_KKCURR13(2) WRTV7
ASKTWProportional cash discount in transaction currency ASKTW_KKCURR13(2) WRTV7
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
SKTPZCash discount rate SKTPZ_KKDEC5(3) PRZ23
CA_OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B

Key field Non-key field



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

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

SELECT SINGLE *
FROM ERDZ_SHORT
INTO CORRESPONDING FIELDS OF WA_ERDZ_SHORT
WHERE...

How to access SAP table ERDZ_SHORT

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