ERDZ_I SAP (Substructure: Print Doc. Lines) Structure details

Dictionary Type: Structure
Description: Substructure: Print Doc. Lines




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




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

ERDZ_I 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 "Substructure: Print Doc. Lines" 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_ERDZ_I TYPE ERDZ_I.

The ERDZ_I table consists of various fields, each holding specific information or linking keys about Substructure: Print Doc. Lines data available in SAP. These include KTOSL (Transaction Key), HKONT (General Ledger Account), STPRZ (Tax rate in output format), SBASW (Amount Subject to Tax in Transaction Currency (Tax Base Amt)).. 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: Can be enhanced (character-type or numeric)


SAP ERDZ_I 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KTOSLTransaction Key KTOSLCHAR3CHAR3
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
STPRZTax rate in output format STEUERSATZCHAR8CHAR8
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
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
HVORGMain Transaction for Line Item HVORG_KKCHAR4TFKHVOHVORG_KK8HV
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
AUGBWClearing Amount in Transaction Currency (With +/- Sign) AUGBW_KKCURR13(2) WRTV7
FAEDSDue Date for Cash Discount FAEDS_KKDATS8DATUM
SKTOWCash discount amount in transaction currency with +/- sign SKTOW_KKCURR13(2) WRTV7
ASKTWProportional cash discount in transaction currency ASKTW_KKCURR13(2) WRTV7
SKTPZCash discount rate SKTPZ_KKDEC5(3) PRZ23
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ABPOPBELBudget billing plan ABPLANNRCHAR12Assigned to domainALPHAOPBEL_KKOP1EABP
SPARTEDivision SPARTECHAR2TSPASPARTSPA
XTOTAL_AMNTConsider Items in Bill Sum Total XTOTAL_AMNTCHAR1E_XTOTAL_AMNT
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWKEYReference Key AWKEYCHAR20AWKEY
CA_OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
TAXRATE_INTERNALTax rate STPRZ_KKNUMC6STPRZ_KK

Key field Non-key field



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

As ERDZ_I 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 ERDZ_I as there is no data to select.

How to access SAP table ERDZ_I

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