RDISBM_BASIS SAP (Loans: Screen Fields for Basic Disbursement Data) Structure details

Dictionary Type: Structure
Description: Loans: Screen Fields for Basic Disbursement Data




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




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

RDISBM_BASIS 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 "Loans: Screen Fields for Basic Disbursement Data" 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_RDISBM_BASIS TYPE RDISBM_BASIS.

The RDISBM_BASIS table consists of various fields, each holding specific information or linking keys about Loans: Screen Fields for Basic Disbursement Data data available in SAP. These include PDISBM (Disbursement in percent from commitment capital), PDISBM_P (Disbursement in Percent According to Building Progress), BBWHRNET (Net outpayment amount), BBWHR (Amount in position currency).. 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: Not classified


SAP RDISBM_BASIS 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
PDISBMDisbursement in percent from commitment capital VANSPDEC15(12)
PDISBM_PDisbursement in Percent According to Building Progress VANSPPDEC14(11) DEC3_11
BBWHRNETNet outpayment amount BZHLGNETCURR13(2) WERTV7
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
SNETFixing for Disbursement Amount TB_AMNTFIXCHAR1T_AMNTFIX
SGROSSFixing for Disbursement Amount TB_AMNTFIXCHAR1T_AMNTFIX
KURS2Exchange Rate for the Second Local Currency KURS2DEC9(5) KURSF
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
BHWHRNETNet Disbursement Amount in Local Currency BZHLGNETHWCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ICON1Carrier field for icons ICON_TEXTCHAR132SYCHAR132
ICON2Carrier field for icons ICON_TEXTCHAR132SYCHAR132
BVZWRCurrent Contract Capital in Position Currency VVBVZWRCURR15(2) WERTV8_TR
DGUEL_KKDate Condition Effective from DGUELDATS8DATUM
KZAHLUNGPay-in/disbursement rate KZAHLUNGDEC10(7) DEC3_7
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
XSBEWARTName of flow type XBEWARTCHAR30TEXT30
DDISPOPayment Date DDISPODATS8DATUM
DFAELLDue date DFAELLDATS8DATUM
DVALUTCalculation Date DVALUTDATS8DATUM
VDXINCLInclusive Indicator for the Disbursement Interest Value Date VDXINCLCHAR1XFELD
SVULTMonth-end indicator for value date SVULTCHAR1JFLAGG
SBUSTPosting control key VVSBUSTNUMC2TZB09VVSBUST
SGTXTItem Text SGTXTCHAR50TEXT50
HDN_KUNNRMain Borrower Customer Number HDN_KUNNRCHAR10Assigned to domainALPHAKUNNR
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
XZLSCHName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
XBVTYPName of bank BANKACHAR60TEXT60
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
XHBKIDName of bank BANKACHAR60TEXT60
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
XHKTIDDescription FIBL_TXT50CHAR50TEXT50
SZARTPayment transaction TB_SZARTCHAR1XFELD
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DAUSZLead date for withholding amounts for disbursement VVDAUSZDATS8DATUM
CURRENT_NRSequential Number of Disbursement TB_DISB_NRNUMC3T_CURRENT_NR

Key field Non-key field



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

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

How to access SAP table RDISBM_BASIS

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