ESCHCR2CBP SAP (Assign Conditional Rate to Conditional Billing Program) Table details

Dictionary Type: Table
Description: Assign Conditional Rate to Conditional Billing Program




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




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

ESCHCR2CBP is a standard SAP Table which is used to store Assign Conditional Rate to Conditional Billing Program data and is available within R/3 SAP systems depending on the version and release level.

The ESCHCR2CBP table consists of various fields, each holding specific information or linking keys about Assign Conditional Rate to Conditional Billing Program data available in SAP. These include SCHEMANR (Number of the billing schema), RATERELGROUP (Rate Relationship Group (in Schema)), RRCNO (Sequence Number of Rate Relationship), CONDBILLPROGID (Conditional Billing Program ID).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ESCHCR2CBP 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
SCHEMANRNumber of the billing schema SCHEMANRCHAR10ESCHSCHEMANRISU_F4_SCHEMA
RATERELGROUPRate Relationship Group (in Schema) E_RATERELGROUPCHAR10ESCHRRGE_RATERELGROUP
RRCNOSequence Number of Rate Relationship E_RRCNONUMC4ESCHRRLFDNR4
CONDBILLPROGIDConditional Billing Program ID E_CONDBILLPROG_IDCHAR10ECBPRGE_CONDBILLPROG_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESCHCR2CBP
INTO CORRESPONDING FIELDS OF WA_ESCHCR2CBP
WHERE...

How to access SAP table ESCHCR2CBP

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