T056S SAP (Interest scale interest terms (acct bal.int.calc.)) Pooled Table details

Dictionary Type: Pooled Table
Description: Interest scale interest terms (acct bal.int.calc.)




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




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

T056S is a standard SAP Pooled Table which is used to store Interest scale interest terms (acct bal.int.calc.) data and is available within R/3 SAP systems depending on the version and release level.

The T056S table consists of various fields, each holding specific information or linking keys about Interest scale interest terms (acct bal.int.calc.) data available in SAP. These include VZSKZ (Interest calculation indicator or account number), KLART (Calendar type), ZTERM (Terms of Payment Key), BLART (Document 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


SAP T056S 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
VZSKZInterest calculation indicator or account number VZSKZEXCHAR10CHAR10
KLARTCalendar type KLART_VZCHAR1KLART_VZ
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
BLARTDocument Type BLARTCHAR2T003BLARTBAR
ZINRTInterest calculation frequency in months DZINRTNUMC2ZINRT
ABRTGSettlement day for interest calculation of account balance ABRTG_ZINSNUMC2NUMC2
GRZBTMinimum/maximum amount of interest GRENZBTRCURR13(2) WRTV7
FLAG1Print balance plus interest FLAG1_SZISCHAR1XFELD
FLAG2No interest payment FLAG2_SZISCHAR1XFELD
FLAG3Calculate using interest calculation numerators FLAG3_SZISCHAR1XFELD
FLAG4Round off the interest calculation numerators FLAG4_SZISCHAR1XFELD
FLAG5Interest rates depend on total amount FLAG5_SZISCHAR1XFELD
FUNCTBAUSTFunction module for other interest calculation FUNCTBAUCHAR30Assigned to domainFUNCNAME
WAERSCHLCurrency Key WAERSCUKY5TCURCWAERSFWS
NRKREISNumber range for customizing interest calc. NRKREISCHAR2CHAR2
ULTIMOMonth-end indicator KLART_ULTIMOCHAR1VVSULT

Key field Non-key field



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

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

SELECT SINGLE *
FROM T056S
INTO CORRESPONDING FIELDS OF WA_T056S
WHERE...

How to access SAP table T056S

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