YCRM01_DOCPAR SAP (Participation of Commission Document) Table details

Dictionary Type: Table
Description: Participation of Commission Document




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




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

YCRM01_DOCPAR is a standard SAP Table which is used to store Participation of Commission Document data and is available within R/3 SAP systems depending on the version and release level.

The YCRM01_DOCPAR table consists of various fields, each holding specific information or linking keys about Participation of Commission Document data available in SAP. These include POST_YEAR (Assignment Year of Commission Case/Document), DOC_ID (Document Identification), PART_POS (Position of Participation in a Commission Case), FLG_REVERSED (Indicator: Row/Object/Subobject is Invalid or Reversed).. 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: Cannot Be Enhanced


SAP YCRM01_DOCPAR 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
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
DOC_IDDocument Identification CACSDOCIDCHAR10ALPHACACSOBJID10CACSDOCID
PART_POSPosition of Participation in a Commission Case CACSPARTIDCHAR4ALPHACACSDOCLINE
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG
STATUS_POSStatus of Object/Subobject CACSSTATUSPOSCHAR1TCACS_VALSTAT2CACSSTATUSVERS
STATUS_WORKObject Processing Status (Replica) CACSSTATUSWORKPCHAR1CACSSTATUSWORK
UPD_TIMESTAMPLast Change of Objects CACSUPDTSTMPNUMC14TSTPSCACSTIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM YCRM01_DOCPAR
INTO CORRESPONDING FIELDS OF WA_YCRM01_DOCPAR
WHERE...

How to access SAP table YCRM01_DOCPAR

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