TDBL SAP (Form line items (credit stnd.check, doc.values, csh budget)) Pooled Table details

Dictionary Type: Pooled Table
Description: Form line items (credit stnd.check, doc.values, csh budget)




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




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

TDBL is a standard SAP Pooled Table which is used to store Form line items (credit stnd.check, doc.values, csh budget) data and is available within R/3 SAP systems depending on the version and release level.

The TDBL table consists of various fields, each holding specific information or linking keys about Form line items (credit stnd.check, doc.values, csh budget) data available in SAP. These include SBFRMTYP (Form type), SBELAART (Form item type), SBARTTYP (Item type), SBRCHTYP (Item types-Calculation type).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TDBLT


SAP TDBL pooled 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 MANDTCLNT3T000MANDT
SBFRMTYPForm type VVSBFRMTYPCHAR4VVSBFRMTYP
SBELAARTForm item type VVSBELAARTNUMC3NUMC3
SBARTTYPItem type VVSBARTTYPNUMC1VVSBARTTYP
SBRCHTYPItem types-Calculation type VVSBRCHTYPNUMC2VVSBRCHTYP
SSMBLARTForm item type VVSBELAARTNUMC3NUMC3
PABSCHLGPercentage (for markdown) VVPABSCHLGDEC5(3) DEC2_3
SVORSLGHMortgage Loan Proposal VVSVORSLGHCHAR1JANEI
SVORSLGSBorrower's notes proposal VVSVORSLGSCHAR1JANEI
SVORSLGPRollover proposal VVSVORSLGPCHAR1JANEI
SVORSLGXProposal others VVSVORSLGXCHAR1JANEI
PRZBLARTForm item type VVSBELAARTNUMC3NUMC3
SZUABKZ+/- sign for effective interest rate calculation VVSEFFZIVZCHAR1VVSEFFZIVZ
BBELAPRSSingle amount VVBBELAPRSCURR13(2) WERTV7
SWHRBELACurrency SWHRCUKY5TCURCWAERSWHR
JRDINAKTIndicator for rounding inactive VVJRDINAKTCHAR1JFLAGG
SMULTPMultiplication Factor VVSMULTPNUMC2NUMC2
SDIVSNDivision Factor VVSDIVSNNUMC2NUMC2

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDBL
INTO CORRESPONDING FIELDS OF WA_TDBL
WHERE...

How to access SAP table TDBL

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