TE560 SAP (Percentage Limits for Manual Payment Scheme Changes) Table details

Dictionary Type: Table
Description: Percentage Limits for Manual Payment Scheme Changes




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




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

TE560 is a standard SAP Table which is used to store Percentage Limits for Manual Payment Scheme Changes data and is available within R/3 SAP systems depending on the version and release level.

The TE560 table consists of various fields, each holding specific information or linking keys about Percentage Limits for Manual Payment Scheme Changes data available in SAP. These include AKLASSE (Billing class), SPARTE (Division), PAYFREQ (Payment Frequency), WAERS (Currency Key).. 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: Cannot Be Enhanced


SAP TE560 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 MANDTCLNT3Assigned to domainMANDT
AKLASSEBilling class E_AKLASSECHAR4Assigned to domainAKLASSE
SPARTEDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PAYFREQPayment Frequency E_PAYFREQCHAR1E_PAYFREQ
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PSTYPEPayment Scheme Category E_PSTYPECHAR3Assigned to domainE_PSTYPEE_PSTYPE
MINPERCINCPercentage Limit for Amount Increase in Payment Scheme (Min) E_MINPERCINCNUMC3NUM03
MAXPERCINCPercentage Limit for Amount Increase in Payment Scheme (Max) E_MAXPERCINCNUMC3NUM03
MINPERCDECPercentage Limit for Amount Decrease in Payment Scheme (Min) E_MINPERCDECNUMC3NUM03
MAXPERCDECPercentage Limit for Amount Decrease in Payment Scheme (Max) E_MAXPERCDECNUMC3NUM03
MINAMOUNTINCLimit for Amount Increase in Payment Scheme (Min) E_MINAMOUNTINCCURR13(2) WRTV7
MAXAMOUNTINCLimit for Amount Increase in Payment Scheme (Max) E_MAXAMOUNTINCCURR13(2) WRTV7
MINAMOUNTDECLimit for Amount Decrease in Payment Scheme (Min) E_MINAMOUNTDECCURR13(2) WRTV7
MAXAMOUNTDECLimit for Amount Decrease in Payment Scheme (Max) E_MAXAMOUNTDECCURR13(2) WRTV7

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE560
INTO CORRESPONDING FIELDS OF WA_TE560
WHERE...

How to access SAP table TE560

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