VDDISB SAP (Disbursement Specific Header Data) Table details

Dictionary Type: Table
Description: Disbursement Specific Header Data




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




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

VDDISB is a standard SAP Table which is used to store Disbursement Specific Header Data data and is available within R/3 SAP systems depending on the version and release level.

The VDDISB table consists of various fields, each holding specific information or linking keys about Disbursement Specific Header Data data available in SAP. These include BUKRS (Company Code), SARCHIV (Archiving Category Indicator), RANL (Contract Number), RBO (Business Operation Number (Loans)).. 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 VDDISB 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
RBOBusiness Operation Number (Loans) RBOCHAR15RBO
SBO_STATUSBus. operation status TB_SBOSTATUSCHAR1SBO_STATUS
SFGKZRelease Workflow Indicator for the Business Operation TB_SFGKZACHAR1T_SFGKZ
SRELSTATInternal Release Status in the Business Operations TB_SRELSTATCHAR1T_SRELSTAT
DFAELLDisbursement Due Date TB_DISBDFAELLDATS8DATUM
DDISPOPayment Date of Disbursement TB_DISBDDISPODATS8DATUM
ADISBNETNet Disbursement Amount TB_DISBNETCURR13(2) WERTV7
ADISBNET_LCNet Disbursement Amount in Local Currency TB_DISBNET_LCCURR13(2) WERTV7
MPARTNRPayment Recipient TB_DISBPARTNRCHAR10Assigned to domainALPHABU_PARTNER
MBANKDETBank Details TB_DISBBANKDETCHAR4BVTYP
MPAYMMETHPayment Method TB_DISBPAYMMETHCHAR1Assigned to domainZLSCH
REXCHANGERExchange Rate TB_DISBEXCHANGERDEC9(5) EXCRTKURSF
IINCLInclusive TB_DISBINCLCHAR1XFELD
IULTMonth-End TB_DISBULTCHAR1VVSULT
MCALIDCalendar ID TB_DISBCALIDCHAR2TFACDWFCID
FTDISBDisbursement Flow Type TB_FT_DISBCHAR4TDLOANFUNCSBEWART
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
REMIT_INFOPayment Notes Info TB_REMIT_INFOCHAR140T_REMIT_INFO
CONTRCURRCurrency SWHRCUKY5Assigned to domainWAERSWHR
IFULLPARTFull / Partial Disbursement Indicator TB_DISBFULLPARTCHAR1XFELD
ADISBGROSSGross Disbursement Amount TB_DISBGROSSCURR13(2) WERTV7
PDISBQUOTEDisbursement Quota TB_DISBQUOTEDEC12(8) T_DISBQUOTE
INETGROSSGross / Net Disbursement Amount TB_DISB_NETGROSSCHAR1T_DISBNETGROSS
ADISCWITHHDiscount Withheld / Premium Disbursement TB_DISCWITHHCURR13(2) WERTV7
AARRWITHHArrears Witheld TB_ARRWITHHCURR13(2) WERTV7
AOTHERSWITHHOther Amounts Withheld TB_OTHERSWITHHCURR13(2) WERTV7
ADRAWINGSAmount Drawn by a Third Party TB_DRAWINGSCURR13(2) WERTV7
AARRNOTWITHHOverdue Items not Withheld TB_ARRNOTWITHHCURR13(2) WERTV7
DWITHHUPTOWithhold.Up To TB_WITHHUPTODATS8DATUM
DEXCHANGERDate of Exchange Rate TB_DISBDEXCHANGERDATS8DATUM
MTEMPLNOTemplate Number TB_DISBTEMPLNOCHAR2CHAR02
DFIXEDFROMDate Condition Effective from DGUELDATS8DATUM
AVALIDATCAPValue-Dated Capital on the Due Date TB_VALDATCAPCURR13(2) WERTV7
ADISBOFFDisbursement Obligation at Start of Fixed Period TB_ADISBOFFCURR13(2) WERTV7
AAVDISOBAvailable Disbursement Obligation on Due Date TB_DISBAVDISOBCURR13(2) WERTV7
AREMDISOBRemaining Disbursement Obligation TB_DISBREMDISOBCURR13(2) WERTV7
PDISBRATEPay-in/disbursement rate KZAHLUNGDEC10(7) DEC3_7
MPOSTCONTROLPosting Control for Disbursement TB_DISBPOSTCONTROLNUMC2TZB09VVSBUST
MMANPOPROCReason for Manual Processing TB_DISB_POSTPROCESSINGNUMC3TDDISB_REASONT_DISB_POSTPROCESSING
IPAYMTRANSPayment Transaction TB_DISBPAYMTRANSCHAR1XFELD
CHANGEDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDDISB
INTO CORRESPONDING FIELDS OF WA_VDDISB
WHERE...

How to access SAP table VDDISB

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