/SAPSRM/S_CLL_POR_ITEMS_TREE SAP (CLL structure for the Items tree table) Structure details

Dictionary Type: Structure
Description: CLL structure for the Items tree table




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




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

/SAPSRM/S_CLL_POR_ITEMS_TREE 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 structure for the Items tree table" 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_POR_ITEMS_TREE TYPE /SAPSRM/S_CLL_POR_ITEMS_TREE.

The /SAPSRM/S_CLL_POR_ITEMS_TREE table consists of various fields, each holding specific information or linking keys about CLL structure for the Items tree table data available in SAP. These include PARENT (Globally Unique identifier), GUID (Globally Unique identifier), NUMBER_INT (Item Number), ACCEPT_STAT_CODE (Acceptance Status).. 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_POR_ITEMS_TREE 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
PARENTGlobally Unique identifier BBP_GUIDRAW16SYSUUID
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
ACCEPT_STAT_CODEAcceptance Status BBP_ACCEPT_STAT_CODECHAR1BBP_ACCEPT_STAT_CODE
ACCEPTANCE_STATUS_DESCRIPTION 0
ITM_TYPEItem Category CRMT_ITEM_TYPE_DBCHAR4Assigned to domainCRM_ITEM_TYPE
ITM_TYPE_DESC 0
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
DESCRIPTIONItem Description BBP_ITEM_DESCCHAR40TEXT40
QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
PO_QUANTITYQuantity in Order Unit BBP_MNGQUAN13(3) MENG13
PRICENet Price BBP_PRICECURR13(2) WERT7
PO_PRICENet Price BBP_PRICECURR13(2) WERT7
DELIV_DATEItem Delivery Date EINDTDATS8DATUM
PO_DELIV_DATEItem Delivery Date EINDTDATS8DATUM
DELIVERY 0
VPER_ENDTimeframe To BBP_VPER_ENDDATS8DATUM
PO_VPER_ENDTimeframe To BBP_VPER_ENDDATS8DATUM
STAT_OBSOLETECheckbox XFELDCHAR1XFELD
UNITUnit of Measurement BBP_UNITUNIT3Assigned to domainCUNITMEINS
VPER_STARTTimeframe From BBP_VPER_STARTDATS8DATUM
PO_VPER_STARTTimeframe From BBP_VPER_STARTDATS8DATUM
POR_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PO_CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRICE_UNITPrice Unit EPEINDEC5DEC5
PO_PRICE_UNITPrice Unit EPEINDEC5DEC5
STATUSText for status EDI_STADESCHAR50EDI_CHAR50
POR_TIMEFRAME 0
PO_TIMEFRAME 0
POR_PRICE 0
PO_CURR_PRICE 0
OBSOLETE 0
SRC_GUIDReference Item GUID BBP_SRC_I_GUIDRAW16SYSUUID
REV_LEVRevision Level CC_REVLVCHAR2NUMCVCC_REVLVRVS
DUMMY_EEW_PDISC_PCODummy function in length 1 DUMMYCHAR1DUMMY
DUMMY_EEW_PDISS_PCODummy function in length 1 DUMMYCHAR1DUMMY
LEAFElement Without Subelements /SAPSRM/LEAFCHAR1BOOLE
EXPANDEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CHILDREN_LOADEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
CALC_DESCRIPTIONCalculated description for a hierarchical item /SAPSRM/CLL_CALC_DESCRIPTIONSTRG0/SAPSRM/CLL_CALC_DESCRIPTION
NOT_SELECTABLEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
QUANTITY_STR String for quantity0
PRICE_STR String for price0
CELL_KEY Key for cell Variant0

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_POR_ITEMS_TREE

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