SCSPRINT SAP (Appointments diary internal print structure) Structure details

Dictionary Type: Structure
Description: Appointments diary internal print structure




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




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

SCSPRINT 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 "Appointments diary internal print structure" 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_SCSPRINT TYPE SCSPRINT.

The SCSPRINT table consists of various fields, each holding specific information or linking keys about Appointments diary internal print structure data available in SAP. These include COUNT (Number of days / weeks / months), COUNT_TYPE (Time unit), COUNT_TEXT (Time unit description), TIME_FROM (From Time).. 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 SCSPRINT 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
DATE_FROMStart Date SC_DATEFRODATS8DATUM
COUNTNumber of days / weeks / months SC_COUNTNUMC3NUMC3
COUNT_TYPETime unit SC_CNTTYPECHAR10SC_VIEW
COUNT_TEXTTime unit description SC_COUNTTXCHAR15TEXT15
TIME_FROMFrom Time SC_TIMEFROTIMS6SYTIME
TIME_TOTo Time SC_TIMETOTIMS6SYTIME
T_INTERTime Period for the Appointment Calendar Detail Display SC_INTERVANUMC3SC_INTERVA
PRINT_ALLprint days w/o appointments SC_PRINTALCHAR1X
PRINT_SELPrint days with appointments SC_PRINTSECHAR1CHAR1
NAMEUser name (external format) SC_NAMECHAR120TEXT120
PRINT_TXTWeekly overview landscape print flag SC_PRNTXTCHAR1CHAR1
MO_FR_INDIWeekly overview from Monday to Friday (obsolete) SC_MOFRCHAR1CHAR1
MO_SA_INDIWeekly overview from Monday to Saturday (obsolete) SC_MOSACHAR1CHAR1
MO_SO_INDIWeekly overview from Monday to Sunday (obsolete) SC_MOSOCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table SCSPRINT

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