PRSD_DMRP_ACC_CH SAP (Engagement Mgmt: Accrual Characteristics for DMR Lines) Table details

Dictionary Type: Table
Description: Engagement Mgmt: Accrual Characteristics for DMR Lines




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




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

PRSD_DMRP_ACC_CH is a standard SAP Table which is used to store Engagement Mgmt: Accrual Characteristics for DMR Lines data and is available within R/3 SAP systems depending on the version and release level.

The PRSD_DMRP_ACC_CH table consists of various fields, each holding specific information or linking keys about Engagement Mgmt: Accrual Characteristics for DMR Lines data available in SAP. These include VBELN (Sales and Distribution Document Number), POSNR (Item number of the SD document), PRSDLI_OBJNR (Object number at item level), POPER (Posting period).. 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 (Deep)


SAP PRSD_DMRP_ACC_CH 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
PRSDLI_OBJNRObject number at item level OBJPOCHAR22Assigned to domainJ_OBJNR
POPERPosting period AD01PERIODNUMC7PERI7JAHRPER
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
MEINHUnit of Measure CO_MEINHUNIT3T006CUNITMEINS
MANUALCheckbox XFELDCHAR1XFELD
KSTARCost Element KSTARCHAR10CSKAALPHAKSTARKAT
PRSDLI_KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
PRSDLI_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
FIPOSCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3TKVSALPHACOVERSIKVS
PRSDLI_WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PRODUProduct number PRODNCHAR18MARAMATN1MATNR
FAKTFBilling form FAKTFCHAR2FAKTF
PRSDLI_BEMOTAccounting Indicator BEMOTCHAR2TBMOTBEMOT
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
ARBPLWork center ARBPLCHAR8ARBPLAGR
AWERKPlant of Work Center AD01AWERKCHAR4T001WWERKSH_T001W
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
ASNUMActivity Number ASNUMCHAR18ASMDALPHAASNUMASN
PERNRPersonnel Number HR_PERNRNUMC8PERNRPER
Z_OBJNR2 0Assigned to domain
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
SERV_AGENT_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REF_OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
REF_OBJECT_ITEMItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
OBARTObject Type J_OBARTCHAR2TBO00J_OBART
Z_PRS_OFFSHORE 0
Z_PRS_BILL_FLAG 0
Z_PRS_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
Z_PRS_CHARGELEVL 0
.INCLU--AP 0
PRS_WORK_PERIODWork Period (Internal Representation) PRS_WORK_PERIODNUMC7PRSWPPRS_WORK_PERIOD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PRSD_DMRP_ACC_CH
INTO CORRESPONDING FIELDS OF WA_PRSD_DMRP_ACC_CH
WHERE...

How to access SAP table PRSD_DMRP_ACC_CH

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