TDPZZ SAP (IS-IS Loans: Installation parameters on client level) Table details

Dictionary Type: Table
Description: IS-IS Loans: Installation parameters on client level




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




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

TDPZZ is a standard SAP Table which is used to store IS-IS Loans: Installation parameters on client level data and is available within R/3 SAP systems depending on the version and release level.

The TDPZZ table consists of various fields, each holding specific information or linking keys about IS-IS Loans: Installation parameters on client level data available in SAP. These include LEERKEY (Empty key only for client-specific tables), FEINS (Area unit), REINS (Unit for cubic volume), SWHR (Default Setting of Currency at Client Level).. 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: Can be enhanced (character-type or numeric)


SAP TDPZZ 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
LEERKEYEmpty key only for client-specific tables VVXLEERKEYCHAR1VVXLEERKEY
FEINSArea unit FEINSUNIT3T006CUNITMEINSFEH
REINSUnit for cubic volume REINSUNIT3T006CUNITMEINS
SWHRDefault Setting of Currency at Client Level SMANDTWHRCUKY5Assigned to domainWAERS
P_LINCTPage Length of List SYLINCTINT410SYST_SHORT
P_LINSZLine width of list SYLINSZINT410SYST_SHORT
P_PAARTSpool Format SYPAARTCHAR16TSP1DRSPOPAPER
ATTERMINumber of days for 'reserved until' date VVATTERMDEC3WERT2
ARC_INSTALX - Optical archive installed ARC_INSTALCHAR1XFELD
XTXTVWord Processing Connected TB_CORRESP_PROCCHAR10T_CORRESP_PROC
PABSCHLBCollateral value - Reduction VVPABSCHLBDEC5(3) DEC2_3
ABBASISDecision making reduction basis VVSABBASISCHAR1VVSABBASIS
PABSCHLKPrime costs reduction VVPABSCHLKDEC5(3) DEC2_3
AKBASISDecision making reduction basis VVSABBASISCHAR1VVSABBASIS
D_DISTRIBUTORKey Date for CML Link to Parallel Valuation Areas VVD_DISTRIBUTORDATS8DATUM
FLG_LOANCHARAC OBSOLETE: Indicator Whether Processing Characteristic Active0
FLG_CHARACDOCChange History for Processing Characteristics Activated TB_LC_FLG_CHARACDOC_ACTIVECHAR1T_LC_FLG
FLG_FLOW_UPDATEOptmize Database Access During Changes to Cash Flow TB_FLG_FLOW_UPDATECHAR1FLAG
FLG_DEBPOS_LOCUPLocal Update in Debit Posting TB_FLG_DEBPOS_LOCAL_UPDATECHAR1FLAG
FLG_DEBPOS_ENQGRGroup Enqueue in Debit Posting TB_FLG_DEBPOS_ENQUEUE_GROUPCHAR1FLAG
FLG_ACCR_LOCUPLocal Update Task in Accrual/ Deferral TB_FLG_ACCR_LOCAL_UPDATECHAR1FLAG
FLG_ACCR_ENQGRGroup Enqueue in Accrual / Deferral TB_FLG_ACCR_ENQUEUE_GROUPCHAR1FLAG
FLG_PAYPPR_LOCUPLocal Update in Payment Postprocessing TB_FLG_PAYPPR_LOCAL_UPDATECHAR1FLAG
FLG_FLOW_CONSTCTCash Flow Calculation Period in Planned Record Update TB_FLG_CASH_FLOW_CONSTRUCTCHAR1FLAG
FLG_CMSCMS Link Active TB_FLG_CMSCHAR1FLAG
FLG_CHGPTRChange Pointers Active TB_FLG_CHGPTR_ACTIVECHAR1XFELD
FLG_KWG24CSAP BaFin Solution for GBA 24c Activated in CML TB_FLG_KWG24CCHAR1XFELD
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
FLG_ECMLConsumer Loans Active TB_FLG_ECMLCHAR1XFELD
FLG_US_REQU.S. Loan Requirements Active TB_FLG_US_REQCHAR1XFELD
FLG_ENHANCED_LOGTB_FLG_ENHANCED_LOG TB_FLG_ENHANCED_LOGCHAR1XFELD
FLG_ACCR_SHADOWTB_FLG_ACCR_SHADOW TB_FLG_ACCR_SHADOWCHAR1XFELD
FLG_ACCR_SW_HIDEHide flag when contract is entered TB_FLG_ACCR_SHADOW_HIDECHAR1XFELD
FLG_NEW_RELEASEUnicode-Independent Release TB_FLG_NEW_RELEASECHAR1XFELD
FUNDMGMT_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDPZZ
INTO CORRESPONDING FIELDS OF WA_TDPZZ
WHERE...

How to access SAP table TDPZZ

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