U_15679 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

U_15679 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The U_15679 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PLNTY (Task List Type), PLNNR (Key for Task List Group), PLNKN (Number of the task list node), ZAEHL (Internal counter).. 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: Not classified


SAP U_15679 table view 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
PLNTYTask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PLNKNNumber of the task list node PLNKNNUMC8KNTNR
ZAEHLInternal counter CIM_COUNTNUMC8CIM_COUNT
SUMNRNode number of the superior operation SUMKNTNRNUMC8KNTNR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
ZMERHBreak DZMERHQUAN9(3) VGWRT
ZEIERUnit for the break time DZEIERUNIT3T006CUNITMEINS
LAR01Activity Type LSTARCHAR6LSTARLARLART_EMPTY
VGE01Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW01Standard Value VGWRTQUAN9(3) VGWRT
LAR02Activity Type LSTARCHAR6LSTARLARLART_EMPTY
VGE02Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW02Standard Value VGWRTQUAN9(3) VGWRT
LAR03Activity Type LSTARCHAR6LSTARLARLART_EMPTY
VGE03Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW03Standard Value VGWRTQUAN9(3) VGWRT
LAR04Activity Type LSTARCHAR6LSTARLARLART_EMPTY
VGE04Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW04Standard Value VGWRTQUAN9(3) VGWRT
VGE05Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW05Standard Value VGWRTQUAN9(3) VGWRT
LAR06Activity Type LSTARCHAR6LSTARLARLART_EMPTY
VGE06Unit of measure for the standard value VGWRTEHUNIT3T006CUNITMEINS
VGW06Standard Value VGWRTQUAN9(3) VGWRT
ZERMAType of standard value calculation DZERMACHAR5ZERMA
ZGDATDate when the standard value was calculated DZGDATCHAR4GJAHRCJAHR
ZCODEReference number for standard value code DZCODECHAR6ZCODE
ZULNRBasis for standard value calculation DZULNRCHAR5ZULNR
RSANZNumber of confirmation slips CR_RS_ANZNUMC3NUM03
LOANZNumber of Time Tickets LOHNANZDEC3LOHNANZ
LOARTWage Type LOHNARTCHAR4LOART
QUALFSuitability QUALFCHAR2QUALF
ANZMANumber of employees ANZMSDEC5(2) ANZMA
LOGRPWage group LOHNGRPCHAR3LOHNGRP
ZEIMUUnit for the minimum overlap time DZEIMUUNIT3T006CUNITMEINS
ZMINUMinimum overlap time DZMINUQUAN9(3) VGWRT
MINWEMinimum Send-Ahead Quantity MINWEIQUAN13(3) MINWEI
ZEIMBUnit for the minimum processing time DZEIMBUNIT3T006CUNITMEINS
ZMINBMinimum processing time DZMINBQUAN9(3) VGWRT
ZEILMUnit for the maximum wait time DZEILMUNIT3T006CUNITMEINS
ZLMAXMaximum wait time DZLMAXQUAN9(3) VGWRT
ZEILPUnit for the required wait time DZEILPUNIT3T006CUNITMEINS
ZLPROMinimum wait time DZLPROQUAN9(3) VGWRT
ZEIWNUnit for the standard queue time DZEIWNUNIT3T006CUNITMEINS
ZWNORStandard queue time DZWNORQUAN9(3) VGWRT
ZEIWMUnit for the minumum queue time DZEIWMUNIT3T006CUNITMEINS
ZWMINMinimum queue time DZWMINQUAN9(3) VGWRT
ZEITNUnit for the standard move time DZEITNUNIT3T006CUNITMEINS
ZTNORStandard move time DZTNORQUAN9(3) VGWRT
ZEITMUnit for the minimum move time DZEITMUNIT3T006CUNITMEINS
ZTMINMinimum move time DZTMINQUAN9(3) VGWRT
ABLIPKZIndicator: simultaneous teardown and wait ABLIPKZCHAR1FLAG
RSTRAReduction strategy per operation/activity RSTRACHAR2RSTRA
ANZZLNumber of capacities required ANZKAPINT13INT1
PRZNTWork percentage APROZENTINT13INT1
VERTLDistribution function for capacity requirements VERTEILUNGCHAR2T498VERTEILUNG
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ANFKORequesting cost center ANFKOCHAR10ALPHAKOSTL
ANFKOKRSControlling area of the requesting cost center ANFKOKRSCHAR4TKA01CACCD
KAPARCapacity category KAPARTCHAR3TC26KAPARTCAA
INDETKey for calculation INDETCHAR1INDET
LARNTActivity Type LSTARCHAR6LSTARLARLART_EMPTY
VERTNDistr.cap.reqmts (plant maint.,process order, network) CR_VERTNCHAR8TC29CR_VERTL

Key field Non-key field



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

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

SELECT SINGLE *
FROM U_15679
INTO CORRESPONDING FIELDS OF WA_U_15679
WHERE...

How to access SAP table U_15679

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