PRINT_CO SAP (CIM order print: Structure of the print parameters of a list) Structure details

Dictionary Type: Structure
Description: CIM order print: Structure of the print parameters of a list




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




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

PRINT_CO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "CIM order print: Structure of the print parameters of a list" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_PRINT_CO TYPE PRINT_CO.

The PRINT_CO table consists of various fields, each holding specific information or linking keys about CIM order print: Structure of the print parameters of a list data available in SAP. These include AUFNR (Order Number), POSNR (Order Item Number), AUART (Order Type), WERKS (Plant).. 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: Can be enhanced (character-type or numeric)


SAP PRINT_CO structure 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
POSNROrder Item Number CO_POSNRNUMC4CO_POSNR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
PUSERUser Name UNAMECHAR12UNAME
DRVARPrint PP shop papers: Print variant DRVARNUMC2NUMC2
PSTEUControl key check CO_PSTEUSCHAR1KREUZ
SAMLTPrint as individual lists CO_SLISTCHAR1KREUZ
PMODEPrint mode (batch or online) CO_PMODECHAR1CHAR1
DRARTOriginal printouts, partial printouts, or reprints CO_DRARTCHAR1DRART
DRTXTChar 15 CHAR15CHAR15CHAR15
KTEXTCharacter field of length 40 CHAR40CHAR40CHAR40
SELPRIndicator: Selective printing CO_SELPRCHAR1CHAR1
TCODETransaction in which printing is carried out CO_TCODECHAR20Assigned to domainTCODE
REPIDReport to be used for printing CO_REPIDCHAR40PROGNAME
FORMLForm Name for SAPScript Form CO_FOMRLCHAR16TDFORM
FORM_PDFName of PDF-Based Form FORM_PDFCHAR30FPNAME
DESTISpool: Output device RSPOPNAMECHAR4Assigned to domainSPDEVRSPOPNAME
PKEEPImmediate Spool Deletion SYPRRELCHAR1SYCHAR01
DKEEPSpool Retention Period SYPEXPINUMC1SYNUM01
PRIMMImmediate Spool Print SYPRIMMCHAR1SYCHAR01
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LSTIDList name LISTIDCHAR4LISTID
LSTNMList name LSTNMCHAR20TXT20
COPYSNumber of Spool Copies SYPRCOPNUMC3SYNUM03
LNAMESpool Request SYPLISTCHAR12SYCHAR12
BARCOIndicator: Bar code printing allowed CO_BARCOCHAR1KREUZ
NLISTNew Spool Request SYPRNEWCHAR1SYCHAR01
AZABSNumber of sections per page ANZABSNUMC2NUMC2
SCREENIndicator: Display print layout CO_SCREENCHAR1KREUZ
VBFORMForm routine of the print program CO_VBFORMCHAR30CHAR30
USE_WCPIndicator: Use work center printer CO_USE_WCPCHAR1XFLAG
ACTPAGECurrent page AKTPAGENUMC3NUM3

Key field Non-key field



How do I retrieve data from SAP structure PRINT_CO using ABAP code?

As PRINT_CO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on PRINT_CO as there is no data to select.

How to access SAP table PRINT_CO

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