SCOWNER SAP (Owner of an appointment calendar) Table details

Dictionary Type: Table
Description: Owner of an appointment calendar




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




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

SCOWNER is a standard SAP Table which is used to store Owner of an appointment calendar data and is available within R/3 SAP systems depending on the version and release level.

The SCOWNER table consists of various fields, each holding specific information or linking keys about Owner of an appointment calendar data available in SAP. These include OWNER (Owner of an Appointment Calendar), PERSNUMBER (Person number), HOLIDAYCAL (Public holiday calendar), FACTORYCAL (Factory calendar).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SCOWNER 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
CLIENTClient MANDTCLNT3T000MANDT
OWNEROwner of an Appointment Calendar SC_OWNERCHAR12SC_OWNER
PERSNUMBERPerson number SC_PERSNUMCHAR10CHAR10
HOLIDAYCALPublic holiday calendar SC_HOCIDCHAR2THOCIHIDENT
FACTORYCALFactory calendar SC_FACIDCHAR2TFACDWFCID
ENTRY_IDView Displayed After Calendar Called SC_ENTRYIDCHAR1SC_ENTRYID
TIME_FROMFrom Time SC_TIMEFROTIMS6SYTIME
TIME_TOTo Time SC_TIMETOTIMS6SYTIME
TIME_INTERTime Period for the Appointment Calendar Detail Display SC_INTERVANUMC3SC_INTERVA
NO_OF_DAYSNumber of days per week in the weekly overview SC_DAYSNUMC1SC_DAYS
WEEK_STARTFirst Day of the Week SC_WEEKDAYNUMC1SC_WEEKDAY
APPT_TYPETechnical Date Type Name SC_APPTTYPCHAR12SCAPPTTYPESC_APPTTYP
CLASS_IDVisibility for Other Users SC_CLASSIDCHAR1SC_CLASSID
APPT_PERIOAppointment duration SC_APPTPERNUMC6NUMC6
MAIL_INDINo info mail for group appointments SC_MAILINDCHAR1CHAR1_X
ORG_INDIAlso Consider Appointments from Associated Org. Units SC_ORGINDCHAR1CHAR1_X
LAYOUT_INDPosition of month navigation SC_LOUTINDCHAR1SC_LOUTIND
DWS_INDIDisplay daily work schedule (DWS) SC_DWSINDCHAR1CHAR1_X
AVAIL_INDIDisplay on-call times SC_AVLINDCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCOWNER
INTO CORRESPONDING FIELDS OF WA_SCOWNER
WHERE...

How to access SAP table SCOWNER

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