/SAPSRM/S_CLL_ASL_SOS SAP (Structure to get the supplier details in the CLL layer.) Structure details

Dictionary Type: Structure
Description: Structure to get the supplier details in the CLL layer.




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




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

/SAPSRM/S_CLL_ASL_SOS 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 to get the supplier details in the CLL layer." 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_ASL_SOS TYPE /SAPSRM/S_CLL_ASL_SOS.

The /SAPSRM/S_CLL_ASL_SOS table consists of various fields, each holding specific information or linking keys about Structure to get the supplier details in the CLL layer. 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_ASL_SOS 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
SH_VENDOR_NOBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SH_LOGICAL_SYSCharacter field of length 40 CHAR40CHAR40CHAR40
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
LEAFElement Without Subelements /SAPSRM/LEAFCHAR1BOOLE
DOC_PRIORITYDocument Priority BBP_DOC_PRIORITYCHAR4BBP_DOC_PRIORITY
PRIO_DESCRDescription of a Priority BBP_PRIO_DESCRIPTIONCHAR40BBP_PRIO_DESCRIPTION
PRIO_DISPLAYControl of Priority Display BBP_PRIO_DISPCHAR1Assigned to domainBBP_PRIO_DISP
SH_CTR_HDR_NUMBERContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_ASL_SOS

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