JJTPCU SAP (Package: Upselling Default Packages) Table details

Dictionary Type: Table
Description: Package: Upselling Default Packages




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




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

JJTPCU is a standard SAP Table which is used to store Package: Upselling Default Packages data and is available within R/3 SAP systems depending on the version and release level.

The JJTPCU table consists of various fields, each holding specific information or linking keys about Package: Upselling Default Packages data available in SAP. These include PACKAGE_ID (Package), PK_ELEMENT_TYPE (Package Element Type), DEFAULT_PACKAGE (Propose Package in Upselling Process).. 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: Can be enhanced (character-type or numeric)


SAP JJTPCU 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 MANDTCLNT3T000MANDT
PACKAGE_IDPackage ISM_PACKAGE_IDCHAR10JJTPCALPHAISM_PACKAGE_ID
PK_ELEMENT_TYPEPackage Element Type ISM_PK_ELEMENT_TYPECHAR2ISM_PK_ELEMENT_TYPE
DEFAULT_PACKAGEPropose Package in Upselling Process ISM_DEFAULT_PACKAGECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JJTPCU
INTO CORRESPONDING FIELDS OF WA_JJTPCU
WHERE...

How to access SAP table JJTPCU

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