SCPRMRPM SAP (BC Sets in SFW: Migration Report Messages) Table details

Dictionary Type: Table
Description: BC Sets in SFW: Migration Report Messages




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




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

SCPRMRPM is a standard SAP Table which is used to store BC Sets in SFW: Migration Report Messages data and is available within R/3 SAP systems depending on the version and release level.

The SCPRMRPM table consists of various fields, each holding specific information or linking keys about BC Sets in SFW: Migration Report Messages data available in SAP. These include GUID (BC Sets: Container for 32-character GUID), LINENUMBER (BC Set: Template record number), ID (Business Configuration Set), DEVCLASS (Package).. 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: Can be enhanced (character-type)


SAP SCPRMRPM 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
TRKORRRequest/Task TRKORRCHAR20Assigned to domainTRKORR
GUIDBC Sets: Container for 32-character GUID SCPR_HANDLCHAR32SCPR_GUID
LINENUMBERBC Set: Template record number SCPR_RECNRCHAR10SCPR_RECNR
IDBusiness Configuration Set SCPR_IDCHAR32Assigned to domainSCPR_IDCP4SCPRSAM
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
PERMISSIONSingle-Character Indicator CHAR1CHAR1CHAR1
TAKEOVERSingle-Character Indicator CHAR1CHAR1CHAR1
ACTIONSingle-Character Indicator CHAR1CHAR1CHAR1
ACTIVITYIMG Activity CUS_IMG_ACCHAR20Assigned to domainCUS_IMG_ACS_CUS_IMG_ACTIVITY
OBJECTNAMEObject Name OB_OBJECTCHAR30Assigned to domainOB_OBJECT
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
OBJECTTYPEObject type OB_TYPCHAR1OB_TYP
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
TABLENAMEObject Name OB_OBJECTCHAR30Assigned to domainOB_OBJECT
TABLETYPEObject type OB_TYPCHAR1OB_TYP
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGTYError severity(' ',W(arning),E(rror),A(bnormal termination)) ERRORTYPCHAR1SEVERITY
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
VAR1Message Variable SYMSGVCHAR50SYCHAR50
VAR2Message Variable SYMSGVCHAR50SYCHAR50
VAR3Message Variable SYMSGVCHAR50SYCHAR50
VAR4Message Variable SYMSGVCHAR50SYCHAR50
STATUSFLAGSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM SCPRMRPM
INTO CORRESPONDING FIELDS OF WA_SCPRMRPM
WHERE...

How to access SAP table SCPRMRPM

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