T532F SAP (HR: Connection to Third-Party Payroll: Profiles/Free Format) Table details

Dictionary Type: Table
Description: HR: Connection to Third-Party Payroll: Profiles/Free Format




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




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

T532F is a standard SAP Table which is used to store HR: Connection to Third-Party Payroll: Profiles/Free Format data and is available within R/3 SAP systems depending on the version and release level.

The T532F table consists of various fields, each holding specific information or linking keys about HR: Connection to Third-Party Payroll: Profiles/Free Format data available in SAP. These include IFNAM (Name of file layout), IFTAB (Connection to third-party payroll: Interface table), IFNUM (Connection to third-party payroll: Field number), IFSEQ (Connection to third-party payroll: Interface sequence number).. 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 T532F 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
IFTYPConnection to third-party payroll: Interface type INTTYCHAR2CHAR2
IFNAMName of file layout INTNACHAR8CHAR8
IFTABConnection to third-party payroll: Interface table INTTACHAR3CHAR3
IFNUMConnection to third-party payroll: Field number INTNUNUMC5NUM5
IFSEQConnection to third-party payroll: Interface sequence number INTSENUMC3NUM3
IFFLDConnection to third-party payroll: Interface field INTFDCHAR254CHAR254

Key field Non-key field



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

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

SELECT SINGLE *
FROM T532F
INTO CORRESPONDING FIELDS OF WA_T532F
WHERE...

How to access SAP table T532F

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