TFSC052 SAP (Terms of Payment) Table details

Dictionary Type: Table
Description: Terms of Payment




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




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

TFSC052 is a standard SAP Table which is used to store Terms of Payment data and is available within R/3 SAP systems depending on the version and release level.

The TFSC052 table consists of various fields, each holding specific information or linking keys about Terms of Payment data available in SAP. These include ZAHLKOND (Payment Terms), ZTERM (Terms of Payment Key), FCALID (Factory Calendar), CORR_OPT (Correct Holiday to Workday).. 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)

Text table = TFSC052T


SAP TFSC052 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
ZAHLKONDPayment Terms KONDZAHL_SCCHAR4Assigned to domainKONDZAHL_SC
ZTERMTerms of Payment Key DZTERMCHAR4T052ZTERM
FCALIDFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
CORR_OPTCorrect Holiday to Workday CORR_OPT_KKCHAR1CALND_KK
GTERMAlternative (Re)Payment Terms for Credit E_GTERM_SCCHAR4T052ZTERM
G_CORR_OPTCorrect Holiday to Workday CORR_OPT_KKCHAR1CALND_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFSC052
INTO CORRESPONDING FIELDS OF WA_TFSC052
WHERE...

How to access SAP table TFSC052

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