YCRM01_S_LINM SAP (Alternative Commission (Meta Object)) Structure details

Dictionary Type: Structure
Description: Alternative Commission (Meta Object)




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




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

YCRM01_S_LINM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Alternative Commission (Meta Object)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_YCRM01_S_LINM TYPE YCRM01_S_LINM.

The YCRM01_S_LINM table consists of various fields, each holding specific information or linking keys about Alternative Commission (Meta Object) data available in SAP. These include IMPORT_YEAR (Year Commission Case Reported), CASE_ID (ID of Commission Case), CASE_VERS (Commission Case Version), LIN_POS (Item of Different Commissions).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP YCRM01_S_LINM structure 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
IMPORT_YEARYear Commission Case Reported CACSIMPYEARNUMC4KJAHRCACSIMPYEAR
CASE_IDID of Commission Case CACSCASEIDCHAR10ALPHACACSOBJID10CACSCASEID
CASE_VERSCommission Case Version CACSCASEVERSNUMC6CACSVERSIONCACSCASEVERS
LIN_POSItem of Different Commissions CACSLINEPOSCHAR4ALPHACACSDOCLINE
FLG_CANCEL_OBJIndicator: Object is Invalid CACSCANCOBJCHAR1BOOLEAN_FLG
FLG_CANCEL_VERSIndicator: Version is Invalid CACSCANCVERSCHAR1BOOLEAN_FLG
STATUS_VERSIONObject Version Status CACSSTATUSVERSCHAR1CACSSTATUSVERS
STATUS_WORKObject Processing Status (Replica) CACSSTATUSWORKPCHAR1CACSSTATUSWORK
TRI_OBJ_TYPETriggering Subobject Type CACSTRIOBJCHAR5Assigned to domainCACSOBTYIDCACS_OBJDAT
TRI_OBJ_ID_EXTExternal Identification of Triggering Subobject CACSTRIOBJIDEXTCHAR36ALPHACACSOBJID36
TRI_OBJ_IDIdentification of Triggering Subobject CACSTRIOBJIDCHAR12ALPHACACSOBJID12
ADDON_TYPEEnhancement/Change to a Subobject CACSITEMADDCHAR1CACSITEMADDCACSITEMADD
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
ROLEParticipant Role CACSROLECHAR3Assigned to domainCACSROLECACSROLE
REMUNERATIONRemuneration Type CACSREMCHAR4Assigned to domainCACSREMCACS_REM
REM_CONAMNTSpecial Remuneration Amount CACSREMULINAMNTCURR15(2) CACSAMNTITEM
DREM_CONAMNTDifference Amount for Special Remuneration CACSREMUDLINAMNTCURR15(2) CACSAMNTITEM
REM_CURRCurrency Key Special Commission CACSLINCURRCUKY5Assigned to domainWAERSFWS
REM_QUANRemuneration Entitlement as Quantity CACSREMUQUANQUAN11(2) CACSREMUQUAN
DREM_QUANRemuneration Difference Quantity CACSREMUDQUANQUAN11(2) CACSREMUQUAN
REM_UNITRemuneration Unit CACSREMUUNITUNIT3Assigned to domainCUNITMEINS
REM_RATERemuneration Record (For Example, Percentage) CACSREMRATEDEC8(3) CACSPERCENT
INV_POSParticipant Position in a Participation (Special Commission) CACSINVPOSLINCHAR4ALPHACACSDOCLINE
PART_POSParticipation Item in a Commission Case (Special Commission) CACSPARTIDLINCHAR4ALPHACACSDOCLINE
CLAIM_OBJTYPEEntitlement Object Type CACSCLAIMOBJTYPECHAR1CACSCLAIMOBJTYPE
CLAIM_OBJIDID of Entitlement Object Acc. to Entitlement Object Type CACSCLAIMOBJIDCHAR30CACSOBJID30NOCONV
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG
CORRTO_DOC_IDID of Corrected Document CACSCORRTODOCIDCHAR10ALPHACACSOBJID10
CORRTO_PST_YEARAssignment Year Document That Corrected This Row CACSCORRTOPSTYEARNUMC4KJAHR
GPARTBusiness Partner to Receive Commission CACS_GPART_INVCHAR10Assigned to domainALPHABU_PARTNER
GPART_CTRTNumber of The Commission Contract Partner Participating CACS_GPART_CTRTCHAR10Assigned to domainALPHABU_PARTNER
REM_LEDAMNTRemunerat. Entitlement, Amount in Commission Model Currency CACSREMULEDAMNTCURR15(2) CACSAMNTITEM
DREM_LEDAMNTRemuneration Difference Amount in Commission Model Currency CACSREMUDLEDAMNTCURR15(2) CACSAMNTITEM
LED_CURRCurrency Key CACSLEDCURRCUKY5Assigned to domainWAERS

Key field Non-key field



How do I retrieve data from SAP structure YCRM01_S_LINM using ABAP code?

As YCRM01_S_LINM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on YCRM01_S_LINM as there is no data to select.

How to access SAP table YCRM01_S_LINM

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