CO85D SAP (CIM: Dialog structure for print control) Structure details

Dictionary Type: Structure
Description: CIM: Dialog structure for print control




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




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

CO85D 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: Dialog structure for print control" 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_CO85D TYPE CO85D.

The CO85D table consists of various fields, each holding specific information or linking keys about CIM: Dialog structure for print control data available in SAP. These include XTRAN (Indicator: Select transaction control), XBELG (Indicator: Select document control), XFORM (Indicator: Select layout set control), XREPO (Indicator: Select report control).. 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)


SAP CO85D 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
XLISTIndicator: Select list control XLISTSCHAR1XFELD
XTRANIndicator: Select transaction control XTRANSCHAR1XFELD
XBELGIndicator: Select document control XBELGSCHAR1XFELD
XFORMIndicator: Select layout set control XFORMLCHAR1XFELD
XREPOIndicator: Select report control XREPOSCHAR1XFELD
XDESTIndicator: Selection of output device control XDESTSCHAR1XFELD
XTBZUIndicator: Select table access XTBZUGCHAR1XFELD
XONVBIndicator: Selection between online and background printing XOLVBPCHAR1KREUZ
XANZGIndicator: Display control XANZGCHAR1FLAG
XPFLGIndicator: Maintain control parameters XPFLGCHAR1FLAG
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
MAXETTotal number of entries MAXETNUMC4NUMC4
ACTETPosition of entry in the list ACTETNUMC4NUMC4

Key field Non-key field



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

As CO85D 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 CO85D as there is no data to select.

How to access SAP table CO85D

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