RPLQSTC4_LIS SAP (HR-CH: Withholding Tax Evaluation: Field Catalog for UI) Structure details

Dictionary Type: Structure
Description: HR-CH: Withholding Tax Evaluation: Field Catalog for UI




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




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

RPLQSTC4_LIS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "HR-CH: Withholding Tax Evaluation: Field Catalog for UI" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RPLQSTC4_LIS TYPE RPLQSTC4_LIS.

The RPLQSTC4_LIS table consists of various fields, each holding specific information or linking keys about HR-CH: Withholding Tax Evaluation: Field Catalog for UI data available in SAP. These include ABREH (Payroll Unit - Withholding Tax), ABREH_TXT (HR-CH: Name of payroll unit), KANTO (Tax canton), KANTO_TXT (Long text for canton).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RPLQSTC4_LIS structure 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
ABRNRAccounting number P02_ABRNRCHAR20CHAR20
ABREHPayroll Unit - Withholding Tax P02_ABREHQSTCHAR8Assigned to domainP02_ABREHQST
ABREH_TXTHR-CH: Name of payroll unit P02_ABREHTXTCHAR25TEXT25
KANTOTax canton P02_CQKANCHAR2Assigned to domainP02_CQKAN
KANTO_TXTLong text for canton P02_KANTOTXTCHAR20TEXT20
QSTPFTax liability QSTPFCHAR1Assigned to domainP02_QSTPF
QSTPF_TXTTax liability long text P02_ST_QSTPFTXTCHAR40TEXT40
GEMNDMunicipality GEMNDCHAR4Assigned to domainGEMND
GEMND_TXTMunicipality long text P02_GMTXTCHAR30TEXT30
AHVNRAHV Number AHVNRCHAR11AHVNRP02_AHVNR
ENAMEEmployee's Full Name P02_ENAMECHAR40TEXT40
BEGDAStart date P02_BEGDADATS8DATS
ENDDAEnd date P02_ENDDADATS8DATS
GBPASDate of Birth According to Passport GBPASDATS8DATUM
PSTLZPostal Code PSTLZCHAR10PSTLZ
ORT01City P02_ORT01CHAR40PAD_ORT01
ARBORWork location P02_ARBORCHAR25TEXT25
LANDXNationality P02_LANDXCHAR15TEXT15
BRGRGross Cross-Border Employee France P02_ST_BRGRCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP structure RPLQSTC4_LIS using ABAP code?

As RPLQSTC4_LIS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RPLQSTC4_LIS as there is no data to select.

How to access SAP table RPLQSTC4_LIS

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