/SAPSRM/S_CLL_SL_H_BD SAP (Header Basic data structure in CLL layer.) Structure details

Dictionary Type: Structure
Description: Header Basic data structure in CLL layer.




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




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

/SAPSRM/S_CLL_SL_H_BD 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 "Header Basic data structure in 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_SL_H_BD TYPE /SAPSRM/S_CLL_SL_H_BD.

The /SAPSRM/S_CLL_SL_H_BD table consists of various fields, each holding specific information or linking keys about Header Basic data structure in CLL layer. data available in SAP. These include DESCRIPTION (Name of SRM Document), CATEGORY (Product Category GUID), CATEGORY_ID (Product Category ID), PRODUCT (Internal Unique ID of Product).. 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_SL_H_BD 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
DESCRIPTIONName of SRM Document BBP_DOCNAMECHAR40TEXT40
CATEGORYProduct Category GUID BBP_CATEGORY_GUID_RAWRAW16SYSUUID
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
VPER_STARTTimeframe From BBP_VPER_STARTDATS8DATUM
VPER_ENDTimeframe To BBP_VPER_ENDDATS8DATUM
BASE_UNITUnit of Measure in Quota Arrangement BBP_QA_UNITUNIT3Assigned to domainCUNITMEINS
SUBTYPESpecification of a Purchasing Doc.(e.g. Credit Memo/Invoice) BBP_H_SUBTYPECHAR2BBP_H_SUBTYPE
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
CATEGORY_TEXTCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
RELEASEDGeneral Flag FLAGCHAR1FLAG
PRODUCT_TEXTProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PROC_TYPE_TEXTDescription (20 Characters) BBP_DESCRIPTION_20CHAR20TEXT20
UNIT_TEXTUnit of Measurement Text (Maximum 30 Characters) MSEHLCHAR30TEXT30
PROC_ORG_DESCCharacter field of length 40 CHAR40CHAR40CHAR40
QTA_STATUSText for status EDI_STADESCHAR50EDI_CHAR50
PROC_ORG_IDResponsible Purchasing Organization Object ID BBP_PROC_ORG_IDCHAR12HROBJID_12
LONGTEXTDocument Number BBP_DOCSTRINGSTRG0
PROC_ORG_OTResponsible Purchasing Organization Object Type BBP_PROC_ORG_OTCHAR2Assigned to domainOTYPE
PROC_GROUP_OTResponsible Purchasing Group Object Type BBP_PROC_GROUP_OTCHAR2Assigned to domainOTYPE
PROC_GROUP_IDPurchasing Organization BBP_PURCH_ORG_OMCHAR14HROBJEC_14
PROC_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
SH_CATEGORY_GUIDCategory GUID COMT_CATEGORY_GUIDRAW16SYSUUID
SH_CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
SH_CATEGORY_TEXTCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
P_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
TEXT_IDText ID TDIDCHAR4Assigned to domainTDID
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SH_PROC_ORG_IDResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
SH_ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
SH_PROC_ORG_DESCRPurchasing Organization BBP_PURCH_ORG_DESCCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_SL_H_BD

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