BKK_PAR_INTERVAL SAP (Assigned Intervals) Table details

Dictionary Type: Table
Description: Assigned Intervals




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




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

BKK_PAR_INTERVAL is a standard SAP Table which is used to store Assigned Intervals data and is available within R/3 SAP systems depending on the version and release level.

The BKK_PAR_INTERVAL table consists of various fields, each holding specific information or linking keys about Assigned Intervals data available in SAP. These include NAME (Application server), APPL (Application for Which Number Ranges Are Defined), WP_NO (Work Process Number), WP_TYP (Process Type That Can Be Used for Parallel Processing).. 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 or numeric)


SAP BKK_PAR_INTERVAL 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
NAMEApplication server PFEAPSNAMECHAR20TEXT20
APPLApplication for Which Number Ranges Are Defined BKK_PAR_APPLCHAR10BKK_PAR_APPL
WP_NOWork Process Number BKK_PAR_WPNOCHAR3BKK_PAR_WPNO
WP_TYPProcess Type That Can Be Used for Parallel Processing BKK_PAR_WPTYPCHAR3BKK_PAR_WPTYP
PMODEMethod for Assigning the Numbers BKK_PAR_PMODECHAR1BKK_PAR_MODE
START_NUMStart Value for Interval Begin BKK_PAR_START_NUMINT25INT2
NUMOffset for Number Assignment BKK_PAR_OFFINT25INT2
MAX_NUMHighest Number in Interval BKK_PAR_HIGHEST_NUMINT25INT2

Key field Non-key field



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

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

SELECT SINGLE *
FROM BKK_PAR_INTERVAL
INTO CORRESPONDING FIELDS OF WA_BKK_PAR_INTERVAL
WHERE...

How to access SAP table BKK_PAR_INTERVAL

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