RSSMWPDPSAVE SAP (Save work process and data packet ID for editing) Table details

Dictionary Type: Table
Description: Save work process and data packet ID for editing




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




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

RSSMWPDPSAVE is a standard SAP Table which is used to store Save work process and data packet ID for editing data and is available within R/3 SAP systems depending on the version and release level.

The RSSMWPDPSAVE table consists of various fields, each holding specific information or linking keys about Save work process and data packet ID for editing data available in SAP. These include DP_NR (Data packet number), WP_NR (WorkProcessNumber), WP_PID (Process Identification), SEC (SAP Graphics: Seconds since 30.12.1899).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RSSMWPDPSAVE 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
RNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
DP_NRData packet number RSDATAPIDNUMC6NUM6
WP_NRWorkProcessNumber RSWPNOCHAR3CHAR3
WP_PIDProcess Identification WPPIDCHAR8WPPID
SECSAP Graphics: Seconds since 30.12.1899 SEKUNDENDEC15PACK8
DATUMSystem Date SYDATUMDATS8SYDATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSSMWPDPSAVE
INTO CORRESPONDING FIELDS OF WA_RSSMWPDPSAVE
WHERE...

How to access SAP table RSSMWPDPSAVE

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