SCPLT_CASTING SAP (Actors And Their Characters Per Location) Table details

Dictionary Type: Table
Description: Actors And Their Characters Per Location




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




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

SCPLT_CASTING is a standard SAP Table which is used to store Actors And Their Characters Per Location data and is available within R/3 SAP systems depending on the version and release level.

The SCPLT_CASTING table consists of various fields, each holding specific information or linking keys about Actors And Their Characters Per Location data available in SAP. These include ACTOR (Name of an Actor (Unique Identifier, case-sensitive)), ACTOR_CHARACTER (Character (Type) of an Actor).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP SCPLT_CASTING 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
LOCATIONUnique ID of a Location (case-sensitive) SCPL_LOCATION_IDCHAR30SCPLT_LOCATIONSCPL_LOCATION_ID
ACTORName of an Actor (Unique Identifier, case-sensitive) SCPL_ACTORCHAR30SCPL_ACTOR
ACTOR_CHARACTERCharacter (Type) of an Actor SCPL_CHARACTERCHAR30SCPL_CHARACTER

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCPLT_CASTING
INTO CORRESPONDING FIELDS OF WA_SCPLT_CASTING
WHERE...

How to access SAP table SCPLT_CASTING

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