RSLPO_PC_THREAD SAP (Process Chain Generation - Threads) Table details

Dictionary Type: Table
Description: Process Chain Generation - Threads




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




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

RSLPO_PC_THREAD is a standard SAP Table which is used to store Process Chain Generation - Threads data and is available within R/3 SAP systems depending on the version and release level.

The RSLPO_PC_THREAD table consists of various fields, each holding specific information or linking keys about Process Chain Generation - Threads data available in SAP. These include OBJVERS (Object version), LNR (Sequence number), DTP (Data Transfer Process ID), FOLLOWUP (Boolean).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RSLPO_PC_THREAD 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
CHAIN_IDProcess Chain RSPC_CHAINCHAR25RSPC_CHAINRSPC_CHAIN
OBJVERSObject version RSOBJVERSCHAR1RSOBJVERS
LNRSequence number RSLNRCHAR10CHAR10
DTPData Transfer Process ID RSBKDTPNMCHAR30RSBKDTPNM
FOLLOWUPBoolean RS_BOOLCHAR1RS_BOOL
ROLLUPBoolean RS_BOOLCHAR1RS_BOOL
SERIALNatural Number INT4INT410INT4
SERIAL_ORDERNatural Number INT4INT410INT4
TLOGO_OWNED_BYBW: Object Type (TLOGO) RSTLOGOCHAR4RSTLOGO
OBJNM_OWNED_BYObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSLPO_PC_THREAD
INTO CORRESPONDING FIELDS OF WA_RSLPO_PC_THREAD
WHERE...

How to access SAP table RSLPO_PC_THREAD

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