/SAPSRM/S_CLL_QTA_R_CTR SAP (Structure for QTA Related Contracts Items) Structure details

Dictionary Type: Structure
Description: Structure for QTA Related Contracts Items




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




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

/SAPSRM/S_CLL_QTA_R_CTR 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 "Structure for QTA Related Contracts Items" 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_QTA_R_CTR TYPE /SAPSRM/S_CLL_QTA_R_CTR.

The /SAPSRM/S_CLL_QTA_R_CTR table consists of various fields, each holding specific information or linking keys about Structure for QTA Related Contracts Items data available in SAP. These include GUID (Globally Unique identifier), PARENT (Parent GUID), NUMBER_INT (Item Number), CTR_GUID (Contract Template Item GUID).. 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_QTA_R_CTR 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
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
PARENTParent GUID BBP_PGUIDRAW16SYSUUID
NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
CTR_GUIDContract Template Item GUID BBP_CTR_I_GUIDRAW16SYSUUID
CTR_HDR_GUIDGUID Contract BBP_CTR_H_GUIDRAW16SYSUUID
CTR_ITEM_NUMBERNumber of Contract Item BBP_CTR_ITEMNUMC10CRM_ITEM_NO
CTR_HDR_NUMBERContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL
CTR_LOG_SYSLogical System from Which the Contract Originates BBP_CTR_LOG_SYSTEMCHAR10Assigned to domainALPHALOGSYS
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
ITM_RELEASEDStatus of Item BBP_ITM_RELEASEDCHAR1BBP_ITM_RELEASED
DUMMY_EEW_PDISS_AVLDummy function in length 1 DUMMYCHAR1DUMMY
DUMMY_EEW_PDISC_AVLDummy function in length 1 DUMMYCHAR1DUMMY
TARGET_PERCENTTarget Percentage in Quota Arrangement BBP_TARGET_PERCENTAGEDEC5(2) BBP_VPROZ
QUOTA_BASE_AMTQuota Base Quantity BBP_QUOTA_BASE_AMOUNTQUAN13(3) MENG13
EXTERNAL_RANKVendor Rank BBP_EXTERNAL_RANK_AVLINT410INT4
COPY_OF_GUIDGUID Object is a Copy of BBP_COPY_OF_GUIDRAW16SYSUUID
HEADERGlobally Unique identifier BBP_GUIDRAW16SYSUUID
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
CHANGED_BYName of Person Responsible for Changing Object BBP_CHNAMCHAR12USNAM
CHANGED_ATTime of Last Change to the Transaction CRMT_CHANGED_ATDEC15TSTPSBCOS_TSTMP
DUMMY_EEW_PD_IT_SWD_AVLDummy function in length 1 DUMMYCHAR1DUMMY
DUMMY_EEW_PD_IT_CSD_AVLDummy function in length 1 DUMMYCHAR1DUMMY
QUAN_PO_EQuantity of POs/Confirmations/Invoices Created for Contract BBP_PO_QUANT_EQUAN15(3) MENG15
ACTUAL_PERCENTCurrent Percentage in Quota Arrangement BBP_ACTUAL_PERCENTAGEDEC5(2) BBP_VPROZ
GUARANTEED_MINGuaranteed Purchase Value (Public Sector ONLY!!) BBP_GUARANTEED_MINCURR15(2) WERT8
FLAG_GM_FULFILLEDCheckbox XFELDCHAR1XFELD
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BASE_UNITUnit of Measure in Quota Arrangement BBP_QA_UNITUNIT3Assigned to domainCUNITMEINS
CTR_DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
CATEGORY_TEXTCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
SH_CTR_NOContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_QTA_R_CTR

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