PA0198 SAP (Sheduled Tax Deductuion Malaysia) Table details

Dictionary Type: Table
Description: Sheduled Tax Deductuion Malaysia




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




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

PA0198 is a standard SAP Table which is used to store Sheduled Tax Deductuion Malaysia data and is available within R/3 SAP systems depending on the version and release level.

The PA0198 table consists of various fields, each holding specific information or linking keys about Sheduled Tax Deductuion Malaysia data available in SAP. These include PERNR (Personnel number), SUBTY (Subtype), OBJPS (Object Identification), SPRPS (Lock Indicator for HR Master Data Record).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PA0198 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 PERSNONUMC8PA0003PERSNOPER
SUBTYSubtype SUBTYCHAR4SUBTYSUB
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
SPRPSLock Indicator for HR Master Data Record SPRPSCHAR1SPRPS
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
AEDTMChanged On AEDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
HISTOHistorical Record Flag HISTOCHAR1CHAR1
ITXEXText Exists for Infotype ITXEXCHAR1XFELD
REFEXReference Fields Exist (Primary/Secondary Costs) PRFEXCHAR1XFELD
ORDEXConfirmation Fields Exist ORDEXCHAR1XFELD
ITBLDInfotype Screen Control ITBLDCHAR2CHAR2
PREASReason for Changing Master Data PREASCHAR2T530EPREAS
FLAG1Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG2Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG3Reserved Field/Unused Field NUSEDCHAR1NUSED
FLAG4Reserved Field/Unused Field NUSEDCHAR1NUSED
RESE1Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
RESE2Reserved Field/Unused Field of Length 2 NUSED2CHAR2NUSED2
GRPVLGrouping Value for Personnel Assignments PCCE_GPVALCHAR4PCCE_GPVAL
TXTYPTax subtype for Malaysia P14_TAXTPCHAR4Assigned to domainSUBTY
TNOEEIncome tax number of employee (MY) P14_TNOEECHAR20CHAR20
TNOEREmployer tax reference number for Malaysia P14_TNOERCHAR20CHAR20
TXOFFIncome tax office Malaysia P14_TXOFFCHAR4T5LTOCHAR4
WIFWSEntitlement for spouse tax relief - wife working status (MY) P14_WIFWSCHAR1XFELD
NUMCHNumber of dependents eligible for tax relief (MY) P14_NUMCHNUMC3NUM03
MARSTMarital status for income tax purpose (MY) P14_MARSTCHAR1XFELD
TXEMRTax paid by the employer - MY P14_TXEMRCHAR1XFELD
TAXOPFlag to indicate to deduct tax P14_TAXOPCHAR1XFELD
TCTGFTax category flag (to derive info from 198 or 21,213&2) P14_TCTGFCHAR1XFELD
EXCURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
MEDPRTax Relevant Amount P14_MEDPRCURR9(2) WERTV5
EQDISTax Relevant Amount P14_EQDISCURR9(2) WERTV5
SFDISTax Relevant Amount P14_SFDISCURR9(2) WERTV5
SPDISTax Relevant Amount P14_SPDISCURR9(2) WERTV5
EDFEETax Relevant Amount P14_EDFEECURR9(2) WERTV5
MEDSDTax Relevant Amount P14_MEDSDCURR9(2) WERTV5
MEDEXTax Relevant Amount P14_MEDEXCURR9(2) WERTV5
BKALWTax Relevant Amount P14_BKALWCURR9(2) WERTV5
PCALWTax Relevant Amount P14_PCALWCURR9(2) WERTV5
DSSPNTax Relevant Amount P14_DSSPNCURR9(2) WERTV5
SPCTRTax Relevant Amount P14_SPCTRCURR9(2) WERTV5
ALIMYTax Relevant Amount P14_ALIMYCURR9(2) WERTV5
LFINSTax Relevant Amount P14_LFINSCURR9(2) WERTV5
EDMINTax Relevant Amount P14_EDMINCURR9(2) WERTV5
ZKDEDTax Relevant Amount P14_ZKDEDCURR9(2) WERTV5
TEMPETax Relevant Amount P14_TEMPECURR9(2) WERTV5
GRRENTax Relevant Amount P14_GRRENCURR15(2) P14_AMT15
TOTPFTax Relevant Amount P14_TOTPFCURR15(2) P14_AMT15
PRSTDTax Relevant Amount P14_PRSTDCURR15(2) P14_AMT15
RELIFTax Relevant Amount P14_RELIFCURR15(2) P14_AMT15
ASPRETax Relevant Amount P14_ASPRECURR9(2) WERTV5
HSLINTax Relevant Amount P14_HSLINCURR9(2) WERTV5
BRBSFTax Relevant Amount P14_BRBSFCURR9(2) WERTV5
DISSFDisabled Individual P14_DISSFCHAR1XFELD
DISSPDisabled Spouse P14_DISSPCHAR1XFELD
EECATResident Employee Category P14_EECATCHAR1P14_EECAT

Key field Non-key field



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

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

SELECT SINGLE *
FROM PA0198
INTO CORRESPONDING FIELDS OF WA_PA0198
WHERE...

How to access SAP table PA0198

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