EPIC_S_CB_GEN_LQITEM SAP (EPIC: BADI interface for derive liquidity item in matrix) Structure details

Dictionary Type: Structure
Description: EPIC: BADI interface for derive liquidity item in matrix




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




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

EPIC_S_CB_GEN_LQITEM 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: BADI interface for derive liquidity item in matrix" 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_GEN_LQITEM TYPE EPIC_S_CB_GEN_LQITEM.

The EPIC_S_CB_GEN_LQITEM table consists of various fields, each holding specific information or linking keys about EPIC: BADI interface for derive liquidity item in matrix data available in SAP. These include LQNAME (EPIC: Cash budget description), PARENT (EPIC: Cash budget liquidity item parent ID), PLAN_AMOUNT (Amount Planned in Cash Budget), CONSUME_AMNT (Amount of Cash Budget That Has Been Consumed).. 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 EPIC_S_CB_GEN_LQITEM 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
LQITEM_IDIdentifer for the Liquidity Item from the Cash Budget EPIC_CB_LQITEM_IDCHAR16EPIC_CB_LQITEM_ID
LQNAMEEPIC: Cash budget description EPIC_CB_DESCRIPTIONCHAR60EPIC_CB_DESCRIPTION
PARENTEPIC: Cash budget liquidity item parent ID EPIC_CB_LQITEM_ID_PARENTCHAR16EPIC_CB_LQITEM_ID
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
TREE_ID 0
TREE_PARENT_ID 0

Key field Non-key field



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

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

How to access SAP table EPIC_S_CB_GEN_LQITEM

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