J_2GLPPTCODESV SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

J_2GLPPTCODESV 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 J_2GLPPTCODESV table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include BUKRS (Company Code), PRNTSK (Print Task code), LOGPAPER (Logical paper), LOGKIND (Logical Kind for printing SD/MM documents).. 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 J_2GLPPTCODESV 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PRNTSKPrint Task code J_2GLPPRNTSKCHAR5J_2GLPPRNTSKJ2GLPPTCODEJ_2GLPPTCODES
LOGPAPERLogical paper J_2GLPLOGPAPCHAR6J_2GLPLPJ_2GLPLOGPAP
LOGKINDLogical Kind for printing SD/MM documents J_2GLPLOGKINDCHAR15J_2GLPLKJ_2GLPLOGKIND
DEVICESpool Output Device SYPDESTCHAR4TSP03SPDEVRSPOPNAME
PUSERUser of the print task code J_2GLPPUSERCHAR12USR02XUBNAME
DESCRDescription of print task code J_2GLPDESCRCHAR30J_2GLPDESCR
MANUALManual entry documents( on/off ) J_2GLPMANUALCHAR1J_2GLPMANUAL
ACTIVEActive ( on / off ) J_2GLPACTIVECHAR1J_2GLPACTIVE
THIRDPARTYManual print task code for 3rd party J_2GLP3RDPARTCHAR1J_2GLPACTIVE
STEXTSeries prefix text J_2GLPSTEXTCHAR6J_2GLPKBSCODESJ_2GLPSTEXT
SERIESSeries J_2GLPSERIESCHAR6J_2GLPSERIES
LASTDATELast date a document was print J_2GLPLASTDTDATS8DATUM
RFPRNTSKReference print task code J_2GLPREFTASKCHAR5J_2GLPP1J_2GLPPRNTSKJ_2GLPPTCODES

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_2GLPPTCODESV
INTO CORRESPONDING FIELDS OF WA_J_2GLPPTCODESV
WHERE...

How to access SAP table J_2GLPPTCODESV

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