QSTRLST_CRIT SAP (Group.Criteria for List Config. for Ext.W/holding Tax Report) Table details

Dictionary Type: Table
Description: Group.Criteria for List Config. for Ext.W/holding Tax Report




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




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

QSTRLST_CRIT is a standard SAP Table which is used to store Group.Criteria for List Config. for Ext.W/holding Tax Report data and is available within R/3 SAP systems depending on the version and release level.

The QSTRLST_CRIT table consists of various fields, each holding specific information or linking keys about Group.Criteria for List Config. for Ext.W/holding Tax Report data available in SAP. These include PROG_NAME (Program name for extended withholding tax reporting), REPORT (Country-specific version for withholding tax reporting), LIST_TYPE (List type for extended withholding tax reporting), GR_LEVEL (Group.hier.level in lists for reporting ext.w/holding tax).. 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: Not classified


SAP QSTRLST_CRIT 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
PROG_NAMEProgram name for extended withholding tax reporting WT_PROG_NAMECHAR40QSTRVARWT_PROG_NAME
REPORTCountry-specific version for withholding tax reporting WT_REPORTCHAR3QSTRVARWT_REPORT
LIST_TYPEList type for extended withholding tax reporting WT_LIST_TYPECHAR3QSTRLSTWT_LIST_TYPE
GR_LEVELGroup.hier.level in lists for reporting ext.w/holding tax WT_GR_LEVELNUMC3WT_GR_LEVEL
GR_CRITGrouping criteria for withholding tax reporting list output WT_GR_CRITCHAR30QSTRCRITWT_GR_CRIT
LIST_SEPNew page for change of group? WT_LIST_SEPCHAR1XFELD
HEADERDisplay header? WT_HEADERCHAR1XFELD
H_INT_TABNAMEName of internal table WT_INT_TABNAMECHAR30Assigned to domainAS4TAB
H_STRUCTNAMEName of DDIC structure WT_STRUCTNAMECHAR30Assigned to domainAS4TAB
H_INCLNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
TOTALDisplay a totals row? WT_TOTALCHAR1XFELD
T_INT_TABNAMEName of internal table WT_INT_TABNAMECHAR30Assigned to domainAS4TAB
T_STRUCTNAMEName of DDIC structure WT_STRUCTNAMECHAR30Assigned to domainAS4TAB
T_INCLNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID

Key field Non-key field



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

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

SELECT SINGLE *
FROM QSTRLST_CRIT
INTO CORRESPONDING FIELDS OF WA_QSTRLST_CRIT
WHERE...

How to access SAP table QSTRLST_CRIT

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