TWLV SAP (Listing procedure, assortments) Table details

Dictionary Type: Table
Description: Listing procedure, assortments




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




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

TWLV is a standard SAP Table which is used to store Listing procedure, assortments data and is available within R/3 SAP systems depending on the version and release level.

The TWLV table consists of various fields, each holding specific information or linking keys about Listing procedure, assortments data available in SAP. These include LSTFL (Listing procedure), BEGRU (Authorization to use listing procedure), STDVF (Standard procedure (default)), AUTVF (Auto-Conversion Procedure with WRF6 Change/Assrtmt. Classif.).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TWLVT


SAP TWLV 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
LSTFLListing procedure LSTVFCHAR2LSTFLWLV
BEGRUAuthorization to use listing procedure W_LV_BERGRCHAR4BEGRU
STDVFStandard procedure (default) W_LSTDVERFCHAR1FLAG
AUTVFAuto-Conversion Procedure with WRF6 Change/Assrtmt. Classif. W_AUT_LVFCHAR1XFELD
AKTVFStd Lstng procedure for promotions W_STDV_PRMCHAR1FLAG
AUFVFStd lstg proc. for allocation processes W_STDV_AUFCHAR1FLAG
VERF_MANUProc. used for external interface LIST_MANUCHAR1FLAG
ALLE_VARManual procedure per variant or for all together LIST_MANVRCHAR1FLAG
MEHRFACHMultiple listing allowed ('X') or not allowed (' ') LIST_MEHRFCHAR1FLAG
MSG_CODESequence control for linked listing check results W_PFOLGECHAR1XFELD
LIST_ALLListing for all assortments (without logic) LIST_ALLCHAR1FLAG
CHECK_ALLFunct module: Exit 'Listing all assortments' W_FUNCT_ACHAR30TFDIRFUNCNAME
FOLGE1Sequence of listing procedure LIST_FOLGECHAR1LIST_FOLGE
VERKN1Link rule to link listing procedures LIST_VERKNCHAR1LIST_VERKN
FOLGE2Sequence of listing procedure LIST_FOLGECHAR1LIST_FOLGE
VERKN2Link rule to link listing procedures LIST_VERKNCHAR1LIST_VERKN
FOLGE3Sequence of listing procedure LIST_FOLGECHAR1LIST_FOLGE
VERKN3Link rule to link listing procedures LIST_VERKNCHAR1LIST_VERKN
FOLGE4Sequence of listing procedure LIST_FOLGECHAR1LIST_FOLGE
MAN_EXITExit: Listing via manual module assignment W_FUNC_MCHAR30TFDIRFUNCNAME
PROF_ALGListing algorithm number LIST_ALGCHAR2TWLAGLIST_ALG
PROF_WAGRRule when 'no astmt grade in mat. group-astmt. owner master' W_LP_WAGRUCHAR1XFELD
PROF_MATRule for 'No assortment grade specified for the material' W_LP_MATCHAR1XFELD
PROF_EXITExit: listing a/c to assortment owner-material group master W_FUNC_PCHAR30TFDIRFUNCNAME
MPZ_EXITExit: listing acc. classifying char., mat. <-> astmt owner W_FUNC_CCHAR30TFDIRFUNCNAME
LAY_EXITExit: listing according to layout in assortment owner W_FUNC_LCHAR30TFDIRFUNCNAME
LAY_CHECKRule when 'No layout assigned to material/plant' W_LAY_FLAGCHAR1FLAG
VKP_CHECKCheck existing sales price when listing W_VKP_FLAGCHAR1FLAG
VKP_ZEROZero sales prices accepted W_VKP_ZEROCHAR1FLAG
OHNE_BAUSTWorking without modules and listing conditions W_MIT_BAUSCHAR1FLAG
LV_WRF1The listing procedure defined for the assortm. is to be used W_LV_WRF1CHAR1XFELD
LV_NLIFList in DC only if warehouse procurement is possible W_LV_NLIFCHAR1XFELD
LAYVFStandard listing procedure for the layout workbench W_STDV_LAYOUTCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TWLV
INTO CORRESPONDING FIELDS OF WA_TWLV
WHERE...

How to access SAP table TWLV

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