LSTC_DNL_GROUP SAP (Grouping of Listing Items (R/3 Download)) Table details

Dictionary Type: Table
Description: Grouping of Listing Items (R/3 Download)




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




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

LSTC_DNL_GROUP is a standard SAP Table which is used to store Grouping of Listing Items (R/3 Download) data and is available within R/3 SAP systems depending on the version and release level.

The LSTC_DNL_GROUP table consists of various fields, each holding specific information or linking keys about Grouping of Listing Items (R/3 Download) data available in SAP. These include KAPPL (Application as Condition Technique), KOTABNR (Condition Table), KSCHL (Condition Type), MAX_REC_PER_ITEM (Maximum Number of Entries per Listing Item).. 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: Can be enhanced (character-type or numeric)


SAP LSTC_DNL_GROUP 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
KAPPLApplication as Condition Technique /SAPCND/APPLICATIONCHAR3/SAPCND/T681A/SAPCND/APPLICATION/SAPCND/KAP
KOTABNRCondition Table /SAPCND/COND_TABLE_IDCHAR8/SAPCND/T681/SAPCND/COND_TABLE_ID/SAPCND/KON
KSCHLCondition Type /SAPCND/COND_TYPECHAR4/SAPCND/T685/SAPCND/COND_TYPE/SAPCND/VKS
MAX_REC_PER_ITEMMaximum Number of Entries per Listing Item LSTT_MAX_NONUMC3
ONLY_BY_HEADERGroup Listing Items by Header Data Only LSTT_GRP_HEADCHAR1LST_XFELD
ADD_GRP_FIELD1Additional Grouping Field 1 LSTT_GRP_FIELD1CHAR30/SAPCND/T681FAFDNAME
ADD_GRP_FIELD2Additional Grouping Field 2 LSTT_GRP_FIELD2CHAR30/SAPCND/T681FAFDNAME
ADD_GRP_FIELD3Additional Grouping Field 3 LSTT_GRP_FIELD3CHAR30/SAPCND/T681FAFDNAME
ADD_GRP_FIELD4Additional Grouping Field 4 LSTT_GRP_FIELD4CHAR30/SAPCND/T681FAFDNAME
ADD_GRP_FIELD5Additional Grouping Field 5 LSTT_GRP_FIELD5CHAR30/SAPCND/T681FAFDNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM LSTC_DNL_GROUP
INTO CORRESPONDING FIELDS OF WA_LSTC_DNL_GROUP
WHERE...

How to access SAP table LSTC_DNL_GROUP

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