SCPROXY SAP (Appointments diary substitute) Table details

Dictionary Type: Table
Description: Appointments diary substitute




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




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

SCPROXY is a standard SAP Table which is used to store Appointments diary substitute data and is available within R/3 SAP systems depending on the version and release level.

The SCPROXY table consists of various fields, each holding specific information or linking keys about Appointments diary substitute data available in SAP. These include PROXY (Calendar proxy), OWNER (Owner of an Appointment Calendar), DISTR_INDI (Address Type), AUTHORITY (Proxy authorization).. 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 SCPROXY 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
PROXYCalendar proxy SC_PROXYCHAR12Assigned to domainXUBNAME
OWNEROwner of an Appointment Calendar SC_OWNERCHAR12SCOWNERSC_OWNER
DISTR_INDIAddress Type SC_DISTINDCHAR1SC_DIST
AUTHORITYProxy authorization SC_AUTHORICHAR2SC_AUTHORI
DATE_FROMStart Date SC_DATEFRODATS8DATUM
DATE_TOEnd Date SC_DATETODATS8DATUM
TIME_FROMFrom Time SC_TIMEFROTIMS6SYTIME
TIME_TOTo Time SC_TIMETOTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCPROXY
INTO CORRESPONDING FIELDS OF WA_SCPROXY
WHERE...

How to access SAP table SCPROXY

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