RSPLSPC_S_PART_CHAR SAP (Table for Maintaining Packaging Characteristics) Structure details

Dictionary Type: Structure
Description: Table for Maintaining Packaging Characteristics




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




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

RSPLSPC_S_PART_CHAR 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 "Table for Maintaining Packaging Characteristics" 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_RSPLSPC_S_PART_CHAR TYPE RSPLSPC_S_PART_CHAR.

The RSPLSPC_S_PART_CHAR table consists of various fields, each holding specific information or linking keys about Table for Maintaining Packaging Characteristics data available in SAP. These include ALVL (Planning: Aggregation Level), ALVL_TXTLG (Text for Aggregation Level), FUNCTION (Name of Planning Function), FUNCTION_TXTLG (Text for Planning Function).. 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: Cannot Be Enhanced


SAP RSPLSPC_S_PART_CHAR 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
STEPStep in Planning Sequence RSPLS_STEPIDINT410
ALVLPlanning: Aggregation Level RSPLS_AGGRLEVELCHAR30RSPLS_AGGRLEVELRSPLS_AGGRLEVEL
ALVL_TXTLGText for Aggregation Level RSPLS_ALVLTXTCHAR60TEXT60
FUNCTIONName of Planning Function RSPLF_SRVNMCHAR20RSPLF_SRVNM
FUNCTION_TXTLGText for Planning Function RSPLF_SRVTXTCHAR60TEXT60
FILTERFilter RSPLS_FILTERCHAR30Assigned to domainRSZCOMPID
FILTER_TXTLGText for Filter RSPLS_FILTERTXTCHAR60TEXT60
DOPARTFLAGIs packaging performed for step? Manually? Automatically? RSPLSPC_DOPARTFLAGCHAR1RSPLSPC_DOPARTFLAG
DOPARTFLAGTXTHow is the step packaged? Text RSPLSPC_DOPARTFLAGTXTCHAR30CHAR30LOW
SPLITMETHMethod of Estimating Characteristic Values for Partitioning RSPLSPC_ESTMETHODCHAR1RSPLS_EST_METHOD
SPLITMETHTXTMethod of Packaging RSPLSPC_SPLITMETHTXTCHAR30CHAR30LOW
PARTCHARCharacteristic whose values are used to create packages RSPLSPC_PARTCHARCHAR30RSIOBJNM
PARTCHAR_TXTLGText for Packaging Characteristic RSPLSPC_PARTCHARTXTCHAR60TEXT60
VALCOUNTCounted Values for Characteristic RSPLSPC_VALCOUNTINT410INT4
ESTMETHMethod of Estimating Characteristic Values for Partitioning RSPLSPC_ESTMETHODCHAR1RSPLS_EST_METHOD
ESTMETHTXTMethod of Estimation RSPLSPC_ESTMETHTXTCHAR30CHAR30LOW
ESTSTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
ESTDATEDate of Estimation/Calculation RSPLSPC_ESTDATEDATS8SYDATS
ESTTIMETime of Estimation/Calculation RSPLSPC_ESTTIMETIMS6SYTIME
COUNT_PER_PACKNumber of Characteristic Values in Each Package RSPLSPC_COUNT_PER_PACKINT410INT4
NR_OF_PACKNumber of Packages in Which a Step Is Partitioned RSPLSPC_NR_PACKINT410

Key field Non-key field



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

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

How to access SAP table RSPLSPC_S_PART_CHAR

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