TJBP_DIST_DERI SAP (Additions to Derivations in Distribution) Table details

Dictionary Type: Table
Description: Additions to Derivations in Distribution




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




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

TJBP_DIST_DERI is a standard SAP Table which is used to store Additions to Derivations in Distribution data and is available within R/3 SAP systems depending on the version and release level.

The TJBP_DIST_DERI table consists of various fields, each holding specific information or linking keys about Additions to Derivations in Distribution data available in SAP. These include ERKRS (Operating concern), APPL (COPA Distribution: Application), DIST (CO-PA Distribution), SEQNR (COPA Distribution: Source Segment).. 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 (character-type or numeric)


SAP TJBP_DIST_DERI 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ERKRSOperating concern ERKRSCHAR4Assigned to domainERKRSERB
APPLCOPA Distribution: Application RKE_DIST_APPLCHAR1RKE_DIST_APPL
DISTCO-PA Distribution RKE_DISTRIBUTIONCHAR10Assigned to domainRKE_DISTRIBUTIONDIST
SEQNRCOPA Distribution: Source Segment RKE_SEQNRNUMC4RKE_SEQNR
KEDRSTRATIDStrategy ID KEDRSTRATIDCHAR4KEDRSTRATID
KEDRENVEnvironment for strategy KEDRENVCHAR8KEDRENV
LFDNRSequence Number LFDNRCHAR3LFDNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJBP_DIST_DERI
INTO CORRESPONDING FIELDS OF WA_TJBP_DIST_DERI
WHERE...

How to access SAP table TJBP_DIST_DERI

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