/SAPSRM/S_CLL_ARV_DTLS SAP (Structure for aggregate release value details) Structure details

Dictionary Type: Structure
Description: Structure for aggregate release value details




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




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

/SAPSRM/S_CLL_ARV_DTLS 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 aggregate release value details" 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_ARV_DTLS TYPE /SAPSRM/S_CLL_ARV_DTLS.

The /SAPSRM/S_CLL_ARV_DTLS table consists of various fields, each holding specific information or linking keys about Structure for aggregate release value details data available in SAP. These include PARENT_GUID (Header GUID of the Parent Node), PARENT_OBJID (Object ID of the Parent Node), CHILD_GUID (Header GUID of the Current Document), CHILD_OBJID (Object ID of the Current Document).. 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 (character-type or numeric)


SAP /SAPSRM/S_CLL_ARV_DTLS 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
ROW_KEYText (30 Characters) TEXT30CHAR30TEXT30
PARENT_GUIDHeader GUID of the Parent Node BBP_HIER_PARENT_GUIDRAW16SYSUUID
PARENT_OBJIDObject ID of the Parent Node BBP_HIER_PARENT_OBJIDCHAR10ALPHACRM_OBJECT_ID
CHILD_GUIDHeader GUID of the Current Document BBP_HIER_CHILD_GUIDRAW16SYSUUID
CHILD_OBJIDObject ID of the Current Document BBP_HIER_CHILD_OBJIDCHAR10ALPHACRM_OBJECT_ID
CHILD_VAL_PO_E_AGGValue PO / Confirm. / Inv. for Contract Hierarchy BBP_AGG_VALUE_ECURR15(2) WERT8
CHILD_VAL_PO_EValue of POs/Confirmations/Invoices Created for Contract BBP_PO_VALUE_ECURR15(2) WERT8
CHILD_DOC_CURRDocument Currency of Price Determination PRCT_DOC_CURRCUKY5Assigned to domainWAERS
EXPANDEDCheckbox XFELDCHAR1XFELD
GUIDPricing Document GUID PRCT_PRIDOC_GUIDRAW16SYSUUID
PARENT_KEYText (30 Characters) TEXT30CHAR30TEXT30
LEAF_NODECheckbox XFELDCHAR1XFELD
CHILD_VAL_PO_E_AGG_SText (30 Characters) TEXT30CHAR30TEXT30
CHILD_VAL_PO_E_SText (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_ARV_DTLS

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