/SAPSRM/S_CLL_ITEM_RECONCILE SAP (CLL Item structure for PCard) Structure details

Dictionary Type: Structure
Description: CLL Item structure for PCard




ABAP Code to SELECT data from /SAPSRM/S_CLL_ITEM_RECONCILE
Related tables to /SAPSRM/S_CLL_ITEM_RECONCILE
Access table /SAPSRM/S_CLL_ITEM_RECONCILE




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

/SAPSRM/S_CLL_ITEM_RECONCILE 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 "CLL Item structure for PCard" 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_/SAPSRM/S_CLL_ITEM_RECONCILE TYPE /SAPSRM/S_CLL_ITEM_RECONCILE.

The /SAPSRM/S_CLL_ITEM_RECONCILE table consists of various fields, each holding specific information or linking keys about CLL Item structure for PCard data available in SAP. These include GUIDPDO (Globally Unique identifier), NUMBER_INTPDO (Item Number), PCARD_DOCPDO (Document number for procurement card statements), FISC_YEARPDO (Fiscal Year).. 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 /SAPSRM/S_CLL_ITEM_RECONCILE 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
.INCLU-PDO 0
GUIDPDOGlobally Unique identifier BBP_GUIDRAW16SYSUUID
NUMBER_INTPDOItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
PCARD_DOCPDODocument number for procurement card statements BBPPCDOCNRCHAR10ALPHABELNR
FISC_YEARPDOFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
DESCRIPTIONPDOShort Text TXZ01CHAR40TEXT40
RECONCILEPDOReconcile flag value /SAPSRM/PC_RECONCILE_FLAGCHAR1/SAPSRM/PC_RECONCILE_FLAG
POSTPONEPDOReconcile flag value /SAPSRM/PC_RECONCILE_FLAGCHAR1/SAPSRM/PC_RECONCILE_FLAG
SUPPLIERPDOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PO_NUMBERPDOTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
ITEM_NUMBERPDOItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
PO_ITEM_DETAILSPDODetail to contain PO & Item number /SAPSRM/PC_PO_ITEM_DETAILSCHAR25/SAPSRM/PC_PO_ITEM_DETAILS
QUANTITYPDOPurchase order quantity BBP_BSTMGQUAN13(3) MENG13
UNITPDOSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
TRANSACTION_DATEPDOProcurement card transaction date BBPTRDATDATS8DATUM
ACCOUNT_ASSIGNMENTPDOG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
NET_PRICEPDOAmount in Local Currency DMBTRCURR13(2) WERT7
GROSS_PRICEPDOAmount in Local Currency DMBTRCURR13(2) WERT7
PC_LINEPDOProcurement card line number BBPPCLINNUMC6BBPPCLIN
PC_SUBLINEPDOSub-line number for procurement card data feed BBPPCSLINUMC5NUMC
BBPPCINSPDOProcurement card company BBPPCINSCHAR4BBP_PCINSBBPPCINSPCI
PCNUMPDOProcurement card number BBPPCNUMCHAR25BBP_PCMASBBPPCNUMPCCBBP_PCMAS
PCNAMEPDOName of procurement cardholder BBPPCNAMECHAR40CHAR40
PCDAT_FROMPDOProcurement card valid from date BBPPCDATFDATS8DATUM
PCDAT_TOPDOProcurement card expiration date BBPPCDATEDATS8DATUM
TRDATPDOProcurement card transaction date BBPTRDATDATS8DATUM
TRTIMEPDOProcurement card transaction time BBPTRTIMETIMS6UZEIT
AUTH_REFNOPDOPayment cards: Authoriz. reference code of clearing house BBP_AUTRACHAR30CHAR30
CC_AUTH_NOPDOPayment cards: Authorization number AUNUMCHAR10CHAR10
AUTH_DATEPDOPayment cards: Authorization date AUDAT_CCDATS8DATUM
AUTH_TIMEPDOPayment cards: Authorization time AUTIMTIMS6UZEIT
MERCHIDCLPDOPayment cards: Merchant ID at the clearing house MERCHCHAR15Assigned to domainMERCH
VENDOR_NOPDOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
VEND_CATPDOProcurement card vendor category BBPPCMERCHCHAR12CHAR12
VAT_REG_NOPDOProcurement card merchant VAT registration number BBPVATNOCHAR20STCEG
VAT_REG_CUPDOProcurement card customer VAT registration number BBPVATCUCHAR20STCEG
DB_CR_INDPDODebit/Credit Indicator SHKZGCHAR1SHKZG
AMOUNTPDOAmount in Local Currency DMBTRCURR13(2) WERT7
CURRENCYPDOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURREN_ISOPDOISO currency code ISOCDCHAR3ISOCD
AMOUNT_TAPDOAmount in Local Currency DMBTRCURR13(2) WERT7
CURREN_TAPDOProcurement card transaction currency code BBPWAER_TACUKY5Assigned to domainWAERS
CURRTA_ISOPDOISO currency code ISOCDCHAR3ISOCD
REF_DOC_NOPDOReference Document Number XBLNRCHAR16XBLNR
PCSTATUSPDOProcurement card reconciliation status BBPPCSTANUMC2BBP_PCSTABBPPCSTA
APPROVERPDOUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
PO_GUIDPDOGlobally Unique identifier BBP_GUIDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_CLL_ITEM_RECONCILE using ABAP code?

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

How to access SAP table /SAPSRM/S_CLL_ITEM_RECONCILE

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