EPIC_CB_PLAN SAP (EPIC: Cash Budgeting planning DB Table) Table details

Dictionary Type: Table
Description: EPIC: Cash Budgeting planning DB Table




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




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

EPIC_CB_PLAN is a standard SAP Table which is used to store EPIC: Cash Budgeting planning DB Table data and is available within R/3 SAP systems depending on the version and release level.

The EPIC_CB_PLAN table consists of various fields, each holding specific information or linking keys about EPIC: Cash Budgeting planning DB Table data available in SAP. These include CYCLE_ID (Identifier for the Cash Budget Cycle), ORGUNIT_ID (Organizational Unit in the Cash Budget Plan), LQITEM_ID (Identifer for the Liquidity Item from the Cash Budget), DIRECTION (Credit or Debit Indicator for Cash Budget Amount).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EPIC_CB_PLAN table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
CYCLE_IDIdentifier for the Cash Budget Cycle EPIC_CB_CYCLE_IDCHAR10ALPHAEPIC_CB_CYCLE_ID
ORGUNIT_IDOrganizational Unit in the Cash Budget Plan EPIC_CB_ORGUNIT_IDNUMC8Assigned to domainORGEH
LQITEM_IDIdentifer for the Liquidity Item from the Cash Budget EPIC_CB_LQITEM_IDCHAR16EPIC_CB_LQITEM_ID
DIRECTIONCredit or Debit Indicator for Cash Budget Amount EPIC_CB_DIRECTIONCHAR1EPIC_CB_DIRECTION
CB_AMNTAmount Planned in Cash Budget EPIC_CB_PLAN_AMNTCURR17(2) EPIC_CB_AMNT
CSM_AMTAmount of Cash Budget That Has Been Consumed EPIC_CBC_CSM_AMNTCURR17(2) EPIC_CB_AMNT_MINUS
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
REMARKRemark About Budget Planning Item EPIC_CB_PLAN_REMARKCHAR60

Key field Non-key field



How do I retrieve data from SAP table EPIC_CB_PLAN using ABAP code

The following ABAP code Example will allow you to do a basic selection on EPIC_CB_PLAN to SELECT all data from the table
DATA: WA_EPIC_CB_PLAN TYPE EPIC_CB_PLAN.

SELECT SINGLE *
FROM EPIC_CB_PLAN
INTO CORRESPONDING FIELDS OF WA_EPIC_CB_PLAN
WHERE...

How to access SAP table EPIC_CB_PLAN

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