/SAPSRM/S_CLL_INV_EX SAP (CLL structure for invoice exception) Structure details

Dictionary Type: Structure
Description: CLL structure for invoice exception




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




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

/SAPSRM/S_CLL_INV_EX 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 invoice exception" 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_INV_EX TYPE /SAPSRM/S_CLL_INV_EX.

The /SAPSRM/S_CLL_INV_EX table consists of various fields, each holding specific information or linking keys about CLL structure for invoice exception data available in SAP. These include EVENT_KEY (Globally Unique identifier), OBJECT_KEY (Globally Unique identifier), OBJECT_ID (Reference Transaction Number), OBJECT_TYPE (Object Type).. 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_INV_EX 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
EVENT_KEYGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_KEYGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_IDReference Transaction Number BBP_REF_OBJECT_IDCHAR10BBP_OBJECT_ID
OBJECT_TYPEObject Type BBP_BUS_OBJECT_TYPECHAR10Assigned to domainBBP_OJ_NAME_PROCESS
OBJECT_NODE_KEYGlobally Unique identifier BBP_GUIDRAW16SYSUUID
OBJECT_NODE_TYPEObject Type BBP_BUS_OBJECT_TYPECHAR10Assigned to domainBBP_OJ_NAME_PROCESS
EVENTEvent BBP_EVENTCHAR32BBP_EVENT
EVENT_CATEGCategory of the Event Receiver BBP_EVENT_CATEGORYCHAR15BBP_EVENT_CATEGORY
EVENT_SUB_CATEGSubcategory of an Event BBP_EVENT_SUB_CATEGORYCHAR30BBP_EVENT_SUB_CATEGORY
EVENT_STATUSStatus of events BBP_EVENT_STATUSCHAR1BBP_EVENT_STATUS
EVENT_STATUS_APPSingle-Character Indicator CHAR1CHAR1CHAR1
EVENT_PROCESSORProcessor User BBP_PROCESSORCHAR12Assigned to domainXUBNAME
EVENT_TIME_CRETime Stamp (Date and Time) BBP_TIMESTAMPDEC15TSTPSBCOS_TSTMP
EVENT_TIME_CHGTime Stamp (Date and Time) BBP_TIMESTAMPDEC15TSTPSBCOS_TSTMP
EVENT_PARAM_1Data Element for an Event Parameter BBP_EVENT_PARAMETERCHAR200
EVENT_PARAM_2Data Element for an Event Parameter BBP_EVENT_PARAMETERCHAR200
EVENT_PARAM_3Data Element for an Event Parameter BBP_EVENT_PARAMETERCHAR200
EVENT_PARAM_4Data Element for an Event Parameter BBP_EVENT_PARAMETERCHAR200
EVENT_PARAM_LONGData Element for an Event Parameter BBP_EVENT_PARAMETER_LONGSTRG0BBP_EVENT_PARAMETER_STRING
DELETE_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
EVENT_DEADLINE_STAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
MESSAGE_TABLE 0
TRANSACTION_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID
EXCEPTION_NOItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
STATUS_TEXTCharacter field, length 70 CHAR70CHAR70CHAR70
ITEM_NUMBER_INTItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
ITEM_DESCRIPTIONItem Description BBP_ITEM_DESCCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table /SAPSRM/S_CLL_INV_EX

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