TE541C SAP (Update Amounts to CO-PA) Table details

Dictionary Type: Table
Description: Update Amounts to CO-PA




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




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

TE541C is a standard SAP Table which is used to store Update Amounts to CO-PA data and is available within R/3 SAP systems depending on the version and release level.

The TE541C table consists of various fields, each holding specific information or linking keys about Update Amounts to CO-PA data available in SAP. These include STGRAMT (Amount statistics group), ERKRS (Operating concern), DIFFLINE (Processing of difference lines), COPA_AMT_VAL (Amount value field from CO-PA).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TE541C 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
STGRAMTAmount statistics group STGRAMTCHAR6TE541STGRAMT
ERKRSOperating concern ERKRSCHAR4TKEBERKRSERB
DIFFLINEProcessing of difference lines DIFFLINECHAR1KENNZX
COPA_AMT_VALAmount value field from CO-PA COPA_AMT_VALCHAR30Assigned to domainFDNAME
ARITH_TYPEType of arithmetical update ARITH_TYPECHAR3ARITH_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TE541C
INTO CORRESPONDING FIELDS OF WA_TE541C
WHERE...

How to access SAP table TE541C

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