SAP SVVSC_DOC_ITEM_DATA Scheduling Structure for Posting of Single Documents Table data and field list

SVVSC_DOC_ITEM_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 "Scheduling Structure for Posting of Single Documents" 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_SVVSC_DOC_ITEM_DATA TYPE SVVSC_DOC_ITEM_DATA.

The SVVSC_DOC_ITEM_DATA table consists of various fields, each holding specific information or linking keys about Scheduling Structure for Posting of Single Documents data available in SAP. These include EMBVT (Bank Details ID of Payee), EMADR (Address number), EMCCID (Payment Card ID for Payments), PYMET (Payment Method)... 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. .

SVVSC_DOC_ITEM_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SVVSC_DOC_ITEM_DATA structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the SVVSC_DOC_ITEM_DATA table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
EMGPAAlternative Business Partner for Payments EMGPA_KKCHAR10BUT000ALPHABU_PARTNERBUPA
EMBVTBank Details ID of Payee EMBVT_KKCHAR4CHAR4
EMADRAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
EMCCIDPayment Card ID for Payments CCID_KKCHAR6CHAR6
PYMETPayment Method PYMET_KKCHAR1Assigned to domainPYMET_KK
PYBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4Assigned to domainBUKRS
FDGRPPlanning Group FDGRP_KKCHAR10T035ALPHAFDGRPFFG
FDZTGAdditional Days for Cash Management FDZTG_KKNUMC2NUM2
FAEDSDue Date for Cash Discount FAEDS_KKDATS8DATUM
SKTPZCash discount rate SKTPZ_KKDEC5(3) PRZ23
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
IKEYInterest Key IKEY_KKCHAR2TFK056AIKEY_KK
BUDATPosting Date in the Document BUDATDATS8DATUM
STUDTDeferral to STUDT_KKDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
DUN_REASONDunning Lock Reason DUN_LOCKREASON_KKCHAR1Assigned to domainMANSP_KK
DUN_REASON_DAYSNumber Of Days An Object Remains Locked LOCK_DAYS_KKNUMC3LOCK_DAYS_KK
PAY_REASONLock Reason for Automatic Payment SPZAH_KKCHAR1Assigned to domainSPZAH_KK
PAY_REASON_DAYSNumber Of Days An Object Remains Locked LOCK_DAYS_KKNUMC3LOCK_DAYS_KK
CLR_REASONClearing Lock Reason CLRLO_KKCHAR1Assigned to domainSPPOS_KK
CLR_REASON_DAYSNumber Of Days An Object Remains Locked LOCK_DAYS_KKNUMC3LOCK_DAYS_KK
INT_REASONInterest Lock Reason SPERZ_KKCHAR1Assigned to domainSPERZ_KK
INT_REASON_DAYSNumber Of Days An Object Remains Locked LOCK_DAYS_KKNUMC3LOCK_DAYS_KK
REFCLAIMReference to Payment in Claims Management System REFCLAIM_VKCHAR8CHAR8
WWERTTranslation Date WWERT_DDATS8DATUM
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table SVVSC_DOC_ITEM_DATA

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