T329F SAP (Print Control Table) Table details

Dictionary Type: Table
Description: Print Control Table




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




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

T329F is a standard SAP Table which is used to store Print Control Table data and is available within R/3 SAP systems depending on the version and release level.

The T329F table consists of various fields, each holding specific information or linking keys about Print Control Table data available in SAP. These include LGNUM (Warehouse Number / Warehouse Complex), DRUKZ (Indicator: form and sort code for printing transfer orders), FORMU (Form for transfer order print), DRVBU (Time of printing).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = T329T


SAP T329F 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
DRUKZIndicator: form and sort code for printing transfer orders LVS_DRUKZCHAR2LVS_DRUKZ
FORMUForm for transfer order print LVS_FORMUCHAR16TDFORM
DRVBUTime of printing T329FDRVBUCHAR1T329FDRVBU
SAMMLIndicator: print transfer orders in combined list T329FSAMMLCHAR1XFELD
SORNRSort indicator for transfer order LVS_SOKNZNUMC2T312SLVS_SOKNZ
SPOOLIndicator: Spool control data for printing transfer orders LVS_SPOOLCHAR2T329PLVS_SPOOL
FORM2Form for printing storage unit slip LVS_FORM2CHAR16TDFORM
SPOO2Spool control data for printing storage unit slip LVS_SPOO2CHAR2T329PLVS_SPOOL
FORM3Form for printing transfer order slip for storage unit LVS_FORM3CHAR16TDFORM
SPOO3Spool data for printing storage unit transfer order slip LVS_SPOO3CHAR2T329PLVS_SPOOL
FORM4Form for printing storage unit contents LVS_FORM4CHAR16TDFORM
SPOO4Spool control data for printing storage unit contents LVS_SPOO4CHAR2T329PLVS_SPOOL
ANZKZCode: Quantity of picking labels LVS_ANZKZNUMC1LVS_ANZKZ
FORM5Form for printing labels LVS_FORM5CHAR16TDFORMNEW
PRODDDetermine production data for transfer order printing T329FPRODDCHAR1XFELD
SPOO5Spool control data for printing labels LVS_SPOO5CHAR2T329PLVS_SPOOL
VERSDFind shipping data for printing transfer orders T329FVERSDCHAR1T329FVERSD
FORM7Form for printing HUM label LVS_FORM7CHAR16TDFORM
SPOO7Spool data for printing HUM label LVS_SPOO7CHAR2T329PLVS_SPOOL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T329F
INTO CORRESPONDING FIELDS OF WA_T329F
WHERE...

How to access SAP table T329F

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