TZPAB_ADDON SAP (Addon for Financial Assets Management product types) Table details

Dictionary Type: Table
Description: Addon for Financial Assets Management product types




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




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

TZPAB_ADDON is a standard SAP Table which is used to store Addon for Financial Assets Management product types data and is available within R/3 SAP systems depending on the version and release level.

The TZPAB_ADDON table consists of various fields, each holding specific information or linking keys about Addon for Financial Assets Management product types data available in SAP. These include BUKRS (Company Code), GSART (Product Type), RP_RELEVANT (Flag „relevant for German Banking Act '), RP_CALC_TYPE (Repayment Plan 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: Can be enhanced (character-type or numeric)


SAP TZPAB_ADDON 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 MANDTCLNT3TZPABMANDT
BUKRSCompany Code BUKRSCHAR4TZPABBUKRSBUKC_T001
GSARTProduct Type VVSARTCHAR3TZPABVVSARTSANVVSART_APPL_BAS
RP_RELEVANTFlag „relevant for German Banking Act ' VVRP_RELEVANTCHAR1XFELD
RP_CALC_TYPERepayment Plan calculation type VVRP_CALC_TYPECHAR1VVRP_CALC_TYPE
RP_CONSTANTPercentage rate for condition items PKONDDEC10(7) DECV3_7
RP_SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
FLG_SAC_NETUse SAC Net TB_FLG_SAC_NETCHAR1XFELD
AMORT_ENDAmortization to Final Due Date / Termination TB_AMORT_ENDINT13TB_AMORT_END
INCL_INTERESTInclusion of Interest in Amortization Calculation TB_INCL_INTERESTNUMC1TB_INCL_INTEREST
BANK_KEYBank Keys BANKKCHAR15BANKKBNK
IBAN_DET_TYPEType of Determination of IBAN for a contract TB_SEPA_IBAN_DETCHAR1TB_SEPA_IBAN_DET_DOM
FLP_INACTIVEFLP fields inactive TB_FLP_INACTCHAR1XFELD
SEPA_PRE_DAYSDays for calculcation of prenotification time TB_SEPA_DD_PRENOT_DAYSNUMC2
SEPA_PRE_CALCalendar for calculcation of prenotification time TB_SEPA_DD_PRENOT_CALCHAR2TFACDWFCID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TZPAB_ADDON
INTO CORRESPONDING FIELDS OF WA_TZPAB_ADDON
WHERE...

How to access SAP table TZPAB_ADDON

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