/SAPPCE/JVA_PSP SAP (Assignment project profile/project type -> JVA profile) Table details

Dictionary Type: Table
Description: Assignment project profile/project type -> JVA profile




ABAP Code to SELECT data from /SAPPCE/JVA_PSP
Related tables to /SAPPCE/JVA_PSP
Access table /SAPPCE/JVA_PSP




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

/SAPPCE/JVA_PSP is a standard SAP Table which is used to store Assignment project profile/project type -> JVA profile data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPCE/JVA_PSP table consists of various fields, each holding specific information or linking keys about Assignment project profile/project type -> JVA profile data available in SAP. These include BUKRS (Company Code), PROFL (Project Profile), PRART (Project type), PROFILE (JV master data profile).. 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: Not classified


SAP /SAPPCE/JVA_PSP 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PROFLProject Profile PROFIDPROJCHAR7TCJ41PROFIDPROJPWS
PRARTProject type PS_PRARTCHAR2TCJ1PS_PRART
PROFILEJV master data profile /SAPPCE/JVA_PROFILECHAR10/SAPPCE/JVA_PROF/SAPPCE/JVA_PROFILE/SAPPCE/JVA_PROFILE

Key field Non-key field



How do I retrieve data from SAP table /SAPPCE/JVA_PSP using ABAP code

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

SELECT SINGLE *
FROM /SAPPCE/JVA_PSP
INTO CORRESPONDING FIELDS OF WA_/SAPPCE/JVA_PSP
WHERE...

How to access SAP table /SAPPCE/JVA_PSP

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