T558C SAP (Payroll Account Transfer: Old Wage Types) Table details

Dictionary Type: Table
Description: Payroll Account Transfer: Old Wage Types




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




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

T558C is a standard SAP Table which is used to store Payroll Account Transfer: Old Wage Types data and is available within R/3 SAP systems depending on the version and release level.

The T558C table consists of various fields, each holding specific information or linking keys about Payroll Account Transfer: Old Wage Types data available in SAP. These include PERNR (Personnel Number), SEQNR (Sequential number for payroll period), MOLGA (Country Grouping), LGART (Wage 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 T558C 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
SEQNRSequential number for payroll period SEQ_T558BNUMC5T558BNUM5
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
LGARTWage Type LGARTCHAR4T512WLGART
KEYDATEDate DATUMDATS8DATUM
BETPEPayroll: Amount per unit BETPECURR15(2) PRBETPE
ANZHLNumber field RPANZDEC15(2) PRANZHL
BETRGAmount RPBETCURR15(2) PRBETRG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T558C
INTO CORRESPONDING FIELDS OF WA_T558C
WHERE...

How to access SAP table T558C

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