JPTRAWREC SAP (Due Pre-List for Product Sales) Table details

Dictionary Type: Table
Description: Due Pre-List for Product Sales




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




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

JPTRAWREC is a standard SAP Table which is used to store Due Pre-List for Product Sales data and is available within R/3 SAP systems depending on the version and release level.

The JPTRAWREC table consists of various fields, each holding specific information or linking keys about Due Pre-List for Product Sales data available in SAP. These include GUID (Globally Unique Identifier), LOGSYS_TX (Logical system), OBJTYPE_TX (Object Type), SRC_HEADNO_TX (Sales and Distribution Document Number).. 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 JPTRAWREC 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
GUIDGlobally Unique Identifier GUIDRAW16
LOGSYS_TXLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJTYPE_TXObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
SRC_HEADNO_TXSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
SRC_ITEMNO_TXAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
DATE_TXBilling date for billing index and printout FKDATDATS8DATUM
IPID of IP Product ISM_CRM_PRODUCT_IPCHAR40ISM_CRM_PRODUCT
RGHTDIM01Rights Dimension 1 ISM_IPM_RIGHTS_DIM1CHAR30ISM_IPM_RIGHTS_DIM
RGHTDIM02Rights Dimension 2 ISM_IPM_RIGHTS_DIM2CHAR30ISM_IPM_RIGHTS_DIM
RGHTDIM03Rights Dimension 3 ISM_IPM_RIGHTS_DIM3CHAR30ISM_IPM_RIGHTS_DIM
RGHTDIM04Rights Dimension 4 ISM_IPM_RIGHTS_DIM4CHAR30ISM_IPM_RIGHTS_DIM
RGHTDIM05Rights Dimension 5 ISM_IPM_RIGHTS_DIM5CHAR30ISM_IPM_RIGHTS_DIM
RGHTDIM06Rights Dimension 6 ISM_IPM_RIGHTS_DIM6CHAR30ISM_IPM_RIGHTS_DIM
VALUE_TYPEValue Type ISM_IPM_VALUE_TYPECHAR4ISM_IPM_BEA_VALUE_TYPE
CUM_SCOPECumulation Scope for a Value ISM_IPM_CUM_SCOPECHAR1ISM_IPM_BEA_CUM_SCOPE
QUANTITYQuantity ISM_IPM_CUM_QUANQUAN15(3) MENGV15
QUANTITY_UNITUnit of Measure in Which Product is Sold ISM_IPM_QTY_UNITUNIT3Assigned to domainCUNITMEINS
VALUECumulated Value ISM_IPM_CUM_VALUECURR19(2) WERTV10
CURRENCYCurrency ISM_IPM_CURRENCYCUKY5Assigned to domainWAERS
XDELETEDeletion Indicator ISM_IPM_XDELETECHAR1XFELD
UTCTIMEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL

Key field Non-key field



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

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

SELECT SINGLE *
FROM JPTRAWREC
INTO CORRESPONDING FIELDS OF WA_JPTRAWREC
WHERE...

How to access SAP table JPTRAWREC

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