EPIC_S_CB_LQITEM_ATTRIBUTE SAP (EPIC: Cash budget liquidity item attribute) Structure details

Dictionary Type: Structure
Description: EPIC: Cash budget liquidity item attribute




ABAP Code to SELECT data from EPIC_S_CB_LQITEM_ATTRIBUTE
Related tables to EPIC_S_CB_LQITEM_ATTRIBUTE
Access table EPIC_S_CB_LQITEM_ATTRIBUTE




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

EPIC_S_CB_LQITEM_ATTRIBUTE 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 "EPIC: Cash budget liquidity item attribute" 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_EPIC_S_CB_LQITEM_ATTRIBUTE TYPE EPIC_S_CB_LQITEM_ATTRIBUTE.

The EPIC_S_CB_LQITEM_ATTRIBUTE table consists of various fields, each holding specific information or linking keys about EPIC: Cash budget liquidity item attribute data available in SAP. These include CONSUME_AMNT (Amount of Cash Budget That Has Been Consumed), REMAIN_AMNT (Amount Remaining for Consumption), RESERVE_AMNT (EPIC: Cash Budget Reserved Amount Assigned to Liquidity Item), CURRENCY (Currency Key).. 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 EPIC_S_CB_LQITEM_ATTRIBUTE 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
PLAN_AMOUNTAmount Planned in Cash Budget EPIC_CB_PLAN_AMNTCURR17(2) EPIC_CB_AMNT
CONSUME_AMNTAmount of Cash Budget That Has Been Consumed EPIC_CBC_CSM_AMNTCURR17(2) EPIC_CB_AMNT_MINUS
REMAIN_AMNTAmount Remaining for Consumption EPIC_CBC_RMN_AMNTCURR17(2) EPIC_CB_AMNT
RESERVE_AMNTEPIC: Cash Budget Reserved Amount Assigned to Liquidity Item EPIC_CBC_RESERVE_AMNTCURR17(2) EPIC_CB_AMNT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
EXTEND_ATTR1Cash Budget Liquidity Item Extended Attribute 1 EPIC_CB_LQITEM_EXTEND_ATTR1CHAR20
EXTEND_ATTR2Cash Budget Liquidity Item Extended Attribute 2 EPIC_CB_LQITEM_EXTEND_ATTR2CHAR20
EXTEND_ATTR3Cash Budget Liquidity Item Extended Attribute 3 EPIC_CB_LQITEM_EXTEND_ATTR3CHAR20
EXTEND_ATTR4Cash Budget Liquidity Item Extended Attribute 4 EPIC_CB_LQITEM_EXTEND_ATTR4CHAR20
CSM_AVAILIndicator of Budget Available for Consumption EPIC_CB_LQITEM_CONSM_AVAILCHAR1BOOLE
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
IS_FOLDER If it is set, folder . Or folder or not, parent relationship0
DIRECTIONCredit or Debit Indicator for Cash Budget Amount EPIC_CB_DIRECTIONCHAR1EPIC_CB_DIRECTION
DIRECTION_DESCREPIC: Cash budget direction descriptioin EPIC_CB_DIRECTION_DESCRCHAR8EPIC_CB_DIRECTION_DESCR

Key field Non-key field



How do I retrieve data from SAP structure EPIC_S_CB_LQITEM_ATTRIBUTE using ABAP code?

As EPIC_S_CB_LQITEM_ATTRIBUTE 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 EPIC_S_CB_LQITEM_ATTRIBUTE as there is no data to select.

How to access SAP table EPIC_S_CB_LQITEM_ATTRIBUTE

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