CACSCS_COMMISSION_NOTE_PDF SAP (Correspondence Request) Structure details

Dictionary Type: Structure
Description: Correspondence Request




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




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

CACSCS_COMMISSION_NOTE_PDF 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 "Correspondence Request" 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_CACSCS_COMMISSION_NOTE_PDF TYPE CACSCS_COMMISSION_NOTE_PDF.

The CACSCS_COMMISSION_NOTE_PDF table consists of various fields, each holding specific information or linking keys about Correspondence Request data available in SAP. These include ADRNR (Address Number of Correspondence Recipient), PERSNUMBER (Person number), LAND1 (Country Key), LAUFD (Date ID for Creation Run).. 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: Can Be Enhanced (Deep)


SAP CACSCS_COMMISSION_NOTE_PDF 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
CACS_SA 0
ADRNRAddress Number of Correspondence Recipient CREC_AD_KKCHAR10ALPHAAD_ADDRNUM
PERSNUMBERPerson number AD_PERSNUMCHAR10ALPHAAD_PERSNUMCDTADDRESS
LAND1Country Key LAND1CHAR3LAND1LND
LAUFDDate ID for Creation Run CORR_LAUFD_KKDATS8DATUM
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
CON_CURRContract Currency Key CACSCONCURRCUKY5WAERSFWS
DUE_CONAMNT_GRAND_TOTALRemuneration Amount Ready for Disbursement in Contr Currency CACSDUECONAMNTCURR15(2) CACSAMNTITEM
DUE_QUAN_GRAND_TOTALRemuneration Quantity Ready for Disbursement CACSDUEQUANQUAN11(2) CACSREMUQUAN
CACS_SL 0
CACS_DOCSE 0
MANDTClient MANDTCLNT3MANDT
POST_YEARAssignment Year of Commission Case/Document CACSPSTYEARNUMC4KJAHRCACSPSTYEAR
DOC_IDDocument Identification CACSDOCIDCHAR10ALPHACACSOBJID10CACSDOCID
SETTL_POSIdentification of a Settlement Item CACSSETTLPOSCHAR4ALPHACACSDOCLINE
FLG_REVERSEDIndicator: Row/Object/Subobject is Invalid or Reversed CACSFLGREVCHAR1FLAG
STATUS_POSStatus of Object/Subobject CACSSTATUSPOSCHAR1CACSSTATUSVERS
STATUS_WORKObject Processing Status (Replica) CACSSTATUSWORKPCHAR1CACSSTATUSWORK
CTRTBU_IDCommission Contract Number CACS_CTRTBU_IDCHAR20ALPHAISIS_CONTRACT_IDCACSCTBUCACS
GPARTBusiness Partner to Receive Commission CACS_GPART_INVCHAR10ALPHABU_PARTNER
DUE_DATEDue Date of Line Item CACSDUEDATDATS8DATUM
DUE_YEARYear Due: Document Item CACSDUEYEARNUMC4KJAHR
DUE_MONTHPeriod in Year Due CACSDUEMONNUMC2MONAT
STMTYPE_IDIdentification of Settlement Type CACS_STMTYPE_IDCHAR4CACSSTMTY
REMUNERATIONRemuneration Type CACSREMCHAR4CACSREMCACS_REM
SETTLE_GROUPSettlement Item Grouping in Document CACSSETTLEGROUPCHAR4ALPHACACSDOCLINE
FLG_INTSETTLESettlement Item Serves Immediate Clearing CACSINTSETTLEMENTCHAR1BOOLEAN_FLG
DET_GRPGrouping of Due Line Item Detail in Document CACSSETTLEDETGRPCHAR4ALPHACACSDETGRP
CON_CURRContract Currency Key CACSCONCURRCUKY5WAERSFWS
DUE_CONAMNTRemuneration Amount Ready for Disbursement in Contr Currency CACSDUECONAMNTCURR15(2) CACSAMNTITEM
LED_CURRCurrency Key CACSLEDCURRCUKY5WAERS
DUE_LEDAMNTDisbursable Partial Remuner.Amount in Comm. Model Currency CACSDUELEDAMNTCURR15(2) CACSAMNTITEM
REM_UNITRemuneration Unit CACSREMUUNITUNIT3CUNITMEINS
DUE_QUANRemuneration Quantity Ready for Disbursement CACSDUEQUANQUAN11(2) CACSREMUQUAN
SETTLE_DATESettlement Date CACSSETTLEDATEDATS8DATUM
SETTLE_POST_YEARPosting Year of Settlement Document CACSDOCYEARSETTLENUMC4KJAHR
SETTLE_DOC_IDSettlement Document Number CACSDOCIDSETTLECHAR10ALPHACACSOBJID10
PMNT_BLOCKPayment Block Key DZLSPRCHAR1ZAHLSSPE
REM_CASE_TXTShort Text for Settlement Item CACSSETTLCASETXTCHAR40CACSSHORTTXT
REV_POSReversing Row of Related Reversal Document CACSREVPOSCHAR4ALPHACACSDOCLINE
SETT_LOCKIndicator: Item Waiting for Subsequent Process CACSSETTLOCKCHAR1CACSITMLCK
UPD_TIMESTAMPLast Change of Objects CACSUPDTSTMPNUMC14TSTPSCACSTIMESTAMP
DATE_FROMKey Date CACSDATEDATS8SYDATS
DATE_TOKey Date CACSDATEDATS8SYDATS

Key field Non-key field



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

As CACSCS_COMMISSION_NOTE_PDF 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 CACSCS_COMMISSION_NOTE_PDF as there is no data to select.

How to access SAP table CACSCS_COMMISSION_NOTE_PDF

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