/SAPSRM/S_CLL_WKL_RESULT SAP (Structure for the search result for workload redistribution) Structure details

Dictionary Type: Structure
Description: Structure for the search result for workload redistribution




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




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

/SAPSRM/S_CLL_WKL_RESULT 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 the search result for workload redistribution" 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_WKL_RESULT TYPE /SAPSRM/S_CLL_WKL_RESULT.

The /SAPSRM/S_CLL_WKL_RESULT table consists of various fields, each holding specific information or linking keys about Structure for the search result for workload redistribution data available in SAP. These include SELECTED (Indicator: If Item is Selected on UI), OBJECT_TYPE (Business Trans. Cat.), OBJECT_TYPE_NAME (Object Name), HEADER (Globally Unique Identifier in 32-Character Display).. 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_WKL_RESULT 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
SELECTEDIndicator: If Item is Selected on UI BBP_SELECTEDCHAR1CHAR1
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
OBJECT_TYPE_NAMEObject Name STEXTCHAR40TEXT40
HEADERGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
PARENTGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
ITEMGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
ITEM_NUMBERItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
PURCH_GRPResponsible Purchasing Group Object ID BBP_PROC_GROUP_IDCHAR12HROBJID_12
PURCH_GRP_TEXTObject Name STEXTCHAR40TEXT40
PURCH_ORGResponsible Purchasing Organization Object ID BBP_PROC_ORG_IDCHAR12HROBJID_12
PURCH_ORG_TEXTObject Name STEXTCHAR40TEXT40
DEST_PURCH_GRPResponsible Purchasing Group Object ID BBP_PROC_GROUP_IDCHAR12HROBJID_12
DEST_PURCH_GRP_TEXTObject Name STEXTCHAR40TEXT40
DEST_PURCH_ORGResponsible Purchasing Organization Object ID BBP_PROC_ORG_IDCHAR12HROBJID_12
DEST_PURCH_ORG_TEXTObject Name STEXTCHAR40TEXT40
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
CATEGORY_IDProduct Category ID BBP_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CAT
CT_CATEGORY_IDCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
CTR_GUIDGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
CTR_ITEM_NUMBERNumber of Contract Item BBP_CTR_ITEMNUMC10CRM_ITEM_NO
CTR_HDR_NUMBERContract Number BBP_CTR_IDCHAR10ALPHACRM_OBJECT_IDBBPH_CTR_LOCAL
EXT_DEMIDExternal Requirement Number BBP_EXT_DEMIDCHAR32CHAR32
EXT_DEM_POSIDExternal Requirement Tracking Number BBP_EXT_DEM_POSIDCHAR32CHAR32
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
INCOMPLETEIncomplete Flag BBP_INCOMPLETECHAR1XFELD
STATUSObject Name STEXTCHAR40TEXT40
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
P_GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_DESCObject Name STEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_WKL_RESULT

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