VDSCRIPT SAP (Transfer table for word processing) Structure details

Dictionary Type: Structure
Description: Transfer table for word processing




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




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

VDSCRIPT 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 "Transfer table for word processing" 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_VDSCRIPT TYPE VDSCRIPT.

The VDSCRIPT table consists of various fields, each holding specific information or linking keys about Transfer table for word processing data available in SAP. These include BZUSAGE (Commitment capital), BZHLGNET (Net outpayment amount), BZHLGBRT (Net outpayment amount), BAUSB (Value-dated capital).. 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 VDSCRIPT 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
RANLContract Number RANLCHAR13ALPHARANLRAN
BZUSAGECommitment capital BZUSAGECURR13(2) WERTV7
BZHLGNETNet outpayment amount BZHLGNETCURR13(2) WERTV7
BZHLGBRTNet outpayment amount BZHLGNETCURR13(2) WERTV7
BAUSBValue-dated capital BAUSKAPCURR13(2) WERTV7
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SANTWHRCurrency SWHRCUKY5Assigned to domainWAERSWHR
SNWHRCurrency of nominal amount SNWHRCUKY5TCURCWAERS
KZAHLUNGPay-in/disbursement rate KZAHLUNGDEC10(7) DEC3_7
PKONDOutput format PKOND PKOND3_2DEC5(2) DECV3_2
PNOMZINSPercentage rate for condition items PKONDDEC10(7) DECV3_7
PNOMZIDRInt.rate w. 3 places before/3 after dec.point with +/-sign PKOND3_3DEC6(3) DECV3_3
PEFFZINSPercentage rate for condition items PKONDDEC10(7) DECV3_7
PEFFZIDRInt.rate w. 3 places before/3 after dec.point with +/-sign PKOND3_3DEC6(3) DECV3_3
PTILGPercentage rate for condition items PKONDDEC10(7) DECV3_7
PTILGDRInt.rate w. 3 places before/3 after dec.point with +/-sign PKOND3_3DEC6(3) DECV3_3
PBEREITPercentage rate for condition items PKONDDEC10(7) DECV3_7
PBEREITDRInt.rate w. 3 places before/3 after dec.point with +/-sign PKOND3_3DEC6(3) DECV3_3
DBEREITDate Condition Effective from DGUELDATS8DATUM
BANNUCondition item currency amount BKONDCURR13(2) WERTV7
DAUSZPayment Date DDISPODATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DVERTBISReturn contract by DVERTBISDATS8DATUM
DORDEROrder day DORDERDATS8DATUM
DALLGEMGeneral date DALLGEMDATS8DATUM
DBFSZDate Condition Effective from DGUELDATS8DATUM
DEFSZDate of fixed period end VVDEFSZDATS8DATUM
XTITELName XLBEZCHAR50XTEXT50
XEMITTText Field of Length 60 TEXT60CHAR60TEXT60
XBRIEFText Field TEXT50CHAR50TEXT50
XPARTName of Contact Person (User-Defined Text) XPARTCHAR30XMBEZ
XLWORTLText Field TEXT50CHAR50TEXT50
BANKNBank account number BANKNCHAR18BANKN
BANKAName of bank BANKACHAR60TEXT60
ORT01City ORT01_GPCHAR35TEXT35
HKONTOBank account number BANKNCHAR18BANKN
HBLZBank Keys BANKKCHAR15BANKKBNK
HBANKText Field of Length 60 TEXT60CHAR60TEXT60
SINTNRInternal key for object VVKEYOBJCHAR10VVKEY
BWUNSKAPRequested capital VVBWUNSKAPCURR13(2) BWHR
DRESBISReservation of Conditions Until DRESBISDATS8DATUM
DANTRAGEntry Date of Loan Application DANTRAGDATS8DATUM
ANSPRPUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
NAME1Name of user within the company XUNAME1CHAR30XUNAME1
ABTLGDepartment XUABTEICHAR12ABTEI
TELNRTelephone number (work) XUTELNRCHAR16XUTELNR
TELFXFax Number XUTELFXCHAR31TEXT31
OBJADRObject address VVXOBJADRCHAR50CHAR50
XGBVONLand register district XGBVONCHAR25XTEXT25SH_GEM
XGBAMTLand registry ID XGBAMTCHAR25XTEXT25
SOBJEKTInternal key for object VVKEYOBJCHAR10VVKEY
NBANDNRLand register volume number NBANDNRCHAR15TEXT15
NBLATTNRLand register page number NBLATTNRCHAR15TEXT15

Key field Non-key field



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

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

How to access SAP table VDSCRIPT

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