TJPBPVALIDRLTYP SAP (IS-M: Valid Role Types for Hierarchy Level) Table details

Dictionary Type: Table
Description: IS-M: Valid Role Types for Hierarchy Level




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




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

TJPBPVALIDRLTYP is a standard SAP Table which is used to store IS-M: Valid Role Types for Hierarchy Level data and is available within R/3 SAP systems depending on the version and release level.

The TJPBPVALIDRLTYP table consists of various fields, each holding specific information or linking keys about IS-M: Valid Role Types for Hierarchy Level data available in SAP. These include ASSI_TYP (Assignment Type), APPL (Hierarchy Level (Media Product Family, Product or Issue)), RLTYP (BP Role), CARDI (Cardinality of a role assignment to an object).. 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)


SAP TJPBPVALIDRLTYP 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 MANDTCLNT3T000MANDT
ASSI_TYPAssignment Type ISM_BP_ASSI_TYPCHAR6ISM_BP_ASSI_TYP
APPLHierarchy Level (Media Product Family, Product or Issue) ISMHIERARCHLVLCHAR1ISMHIERARCHLVL
RLTYPBP Role BU_PARTNERROLECHAR6TB003BU_ROLEBUPA_ROLE
CARDICardinality of a role assignment to an object ISM_BP_CARDINUMC3NUMC3
OBLICompulsory Relationship ISM_BP_OBLICHAR1ISM_BP_OBLI
BU_GROUPBusiness Partner Grouping BU_GROUPCHAR4TB001BU_GROUPBPP

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJPBPVALIDRLTYP
INTO CORRESPONDING FIELDS OF WA_TJPBPVALIDRLTYP
WHERE...

How to access SAP table TJPBPVALIDRLTYP

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