YCRM01_ACCAS SAP (Account Assignment Type/Cost Information for Remuneration) Table details

Dictionary Type: Table
Description: Account Assignment Type/Cost Information for Remuneration




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




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

YCRM01_ACCAS is a standard SAP Table which is used to store Account Assignment Type/Cost Information for Remuneration data and is available within R/3 SAP systems depending on the version and release level.

The YCRM01_ACCAS table consists of various fields, each holding specific information or linking keys about Account Assignment Type/Cost Information for Remuneration data available in SAP. These include APPL (Commission Application (ICM)), ACCAS_TYID (Account Assignment Type Identification), VERSION (Version of Master Data or Customizing Object), TAX_CODE (Tax on sales/purchases code).. 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: Cannot Be Enhanced


SAP YCRM01_ACCAS 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
APPLCommission Application (ICM) CACSAPPLCHAR6Assigned to domainCACSAPPLCACSAPPLCACS_APPLCL
ACCAS_TYIDAccount Assignment Type Identification CACS_ACCAS_TYIDCHAR4TCACS_ACCASCACSACCAS
VERSIONVersion of Master Data or Customizing Object CACSVERSIONNUMC6CACSVERSION
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
DOC_TYPEDocument Type BLARTCHAR2T003BLARTBAR
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BUSINESSAREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COMPCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COSTCENTERCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
COSTELEMENTCost Element KSTARCHAR10CSKAALPHAKSTARKAT
GROSS_AMT_MARKIndicator: Amount is Gross Amount CACSGROSSMARKCHAR1BOOLEAN_FLG
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
COMPANYCODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COSTOBJECTCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
WAGETYPEWage Type LGARTCHAR4Assigned to domainLGART
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
CMMT_ITEMCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
BUSI_BEGINEffective from CACS_BUSITIME_BNUMC14TSTPSCACSTIMESTAMP
BUSI_ENDEffective Until (Time Stamp: YYYY.MM.DD hh:mm:ss) CACS_BUSITIME_ENUMC14TSTPSCACSTIMESTAMP
TECH_BEGINTechnically Valid From CACS_TECHTIME_BNUMC14TSTPSCACSTIMESTAMP
TECH_ENDTechnically Valid To (Time Stamp: JJJJ.MM.TT hh:mm:ss) CACS_TECHTIME_ENUMC14TSTPSCACSTIMESTAMP
FLG_CANCEL_OBJIndicator: Object is Invalid CACSCANCOBJCHAR1BOOLEAN_FLG
FLG_CANCEL_VERSIndicator: Version is Invalid CACSCANCVERSCHAR1BOOLEAN_FLG
CHG_TCODETransaction in Which the Change Was Made CACSCDTCCHAR20Assigned to domainTCODE
CHG_USRLast user to change object CACSCHUSRCHAR12USNAM
TRI_METH_TYPTriggering Method CACSTRIMETHTYPCHAR1CACSOPTYPE
TRI_METH_TARGETProcessing Target of Triggering Method CACSTRIMETHTARCHAR1CACSTRITARGET
STATUS_VERSIONObject Version Status CACSSTATUSVERSCHAR1TCACS_VALSTAT1CACSSTATUSVERS
STATUS_WORKObject Version Processing Status CACSSTATUSWORKCHAR1TCACS_VALSTAT1CACSSTATUSWORK

Key field Non-key field



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

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

SELECT SINGLE *
FROM YCRM01_ACCAS
INTO CORRESPONDING FIELDS OF WA_YCRM01_ACCAS
WHERE...

How to access SAP table YCRM01_ACCAS

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