SSPIPADSP SAP (SPI: Administration of Process-Depend. Assembler Dispatching) Table details

Dictionary Type: Table
Description: SPI: Administration of Process-Depend. Assembler Dispatching




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




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

SSPIPADSP is a standard SAP Table which is used to store SPI: Administration of Process-Depend. Assembler Dispatching data and is available within R/3 SAP systems depending on the version and release level.

The SSPIPADSP table consists of various fields, each holding specific information or linking keys about SPI: Administration of Process-Depend. Assembler Dispatching data available in SAP. These include PROCTYPE (SPI: Process Type ID), PROCESSED_TRS (PMI: Number of Processed TRs After Which Reload Takes Place), TRS_TO_PROCESS (PMI: Maximum Number of Records processed per Assembler Job), INSTS_TO_PROCESS (PMI: Max. No. New Instances Processed per Assembler Job).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SSPIPADSP 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PROCTYPESPI: Process Type ID SPIPROCTPCHAR32SPIGUID32PSPIPROCTPHSPIPROCTP
PROCESSED_TRSPMI: Number of Processed TRs After Which Reload Takes Place SPIDSPPRTRSINT410
TRS_TO_PROCESSPMI: Maximum Number of Records processed per Assembler Job SPIDSPNOTRSINT410
INSTS_TO_PROCESSPMI: Max. No. New Instances Processed per Assembler Job SPIDSPNOINSTSINT410
TRS_TO_DEACTSPI: No. of Unproc. Records at Which Process Is Deactivated SPIDSPMAXNOTRSINT410
LATE_TRS_MINPMI: Maximum Time in Minutes Within Which the TRs Arrive SPIDSPLATEINT410
INSTS_TO_INCRPMI: Number of New Instances for Which Job Period Adjusted SPIDSPJOBINT410
INSTS_TO_DECRPMI: Number of New Instances for Which Job Period Adjusted SPIDSPJOBINT410

Key field Non-key field



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

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

SELECT SINGLE *
FROM SSPIPADSP
INTO CORRESPONDING FIELDS OF WA_SSPIPADSP
WHERE...

How to access SAP table SSPIPADSP

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