T549AGA SAP (Assign Payroll Area Group to Payroll Areas) Table details

Dictionary Type: Table
Description: Assign Payroll Area Group to Payroll Areas




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




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

T549AGA is a standard SAP Table which is used to store Assign Payroll Area Group to Payroll Areas data and is available within R/3 SAP systems depending on the version and release level.

The T549AGA table consists of various fields, each holding specific information or linking keys about Assign Payroll Area Group to Payroll Areas data available in SAP. These include GPVAL (Payroll Area Group), ABKRS (Payroll Area), MAIN_ABKRS (Payroll Area), RB_MAIN_ABKRS (Checkbox).. 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)


SAP T549AGA 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
GPVALPayroll Area Group PCCE_PAGROUPCHAR4T549AGPCCE_GPVAL
ABKRSPayroll Area ABKRSCHAR2T549AABKRSABK
MAIN_ABKRSPayroll Area ABKRSCHAR2Assigned to domainABKRSABK
RB_MAIN_ABKRSCheckbox RP_XFELDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T549AGA
INTO CORRESPONDING FIELDS OF WA_T549AGA
WHERE...

How to access SAP table T549AGA

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