CRMC_BILP_TYPE SAP (Billing Plan Type) Table details

Dictionary Type: Table
Description: Billing Plan Type




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




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

CRMC_BILP_TYPE is a standard SAP Table which is used to store Billing Plan Type data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_BILP_TYPE table consists of various fields, each holding specific information or linking keys about Billing Plan Type data available in SAP. These include BILLPLAN_TYPE (Billing Plan Type), FIMA_USED (Indicator: Use FIMA to Generate Dates), RULE_STA_DATE_T (Rule for Determining Billing Plan Start Date), RULE_END_DATE_T (Rule for Determining Billing Plan End Date).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMC_BILP_TYPE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
BILLPLAN_TYPEBilling Plan Type CRMT_BILLPLAN_TYPECHAR2CRM_BILLPLAN_TYPE
FIMA_USEDIndicator: Use FIMA to Generate Dates CRMT_FIMA_USEDCHAR1XFELD
RULE_STA_DATE_TRule for Determining Billing Plan Start Date CRMT_RULE_START_DATE_TCHAR12TIMERUNATIMENAME
RULE_END_DATE_TRule for Determining Billing Plan End Date CRMT_RULE_END_DATE_TCHAR12TIMERUNATIMENAME
RULE_DATE_FROM_TRule for determining dates from CRMT_RULE_DATE_FROM_TCHAR12TIMERUNATIMENAME
RULE_DATE_TO_TRule for Determining Dates to CRMT_RULE_DATE_TO_TCHAR12TIMERUNATIMENAME
RULE_PER_DATE_TRule for Determining the Period Date CRMT_RULE_PERIOD_DATE_TCHAR12TIMERUNATIMENAME
RULE_BILL_DATE_TRule for Determining the Next Billing Date CRMT_RULE_BILL_DATE_TCHAR12TIMERUNATIMENAME
RULE_INV_DATE_TRule for Determining Next Billing Document Creation Date CRMT_RULE_INVCR_DATE_TCHAR12TIMERUNATIMENAME
RULE_HORIZON_TRule for Determining Horizon in Billing Plan CRMT_RULE_HORIZON_TCHAR12TIMERUNATIMENAME
CASHFLOW_TYPEFlow Category CRMT_CASHFLOW_TYPECHAR4CRMC_CFTYPECRMT_CASHFLOW_TYPE
DAYS_PER_MONTHNumber of Days/Month CRMT_DAYS_PER_MONTHNUMC2NUMC2
DAYS_PER_YEARNumber of Days/Year CRMT_DAYS_PER_YEARNUMC3NUMC3
FLT_VALUEFilter Value for Grouping Billing Request Items CRMT_BRI_GROUPING_BADI_FILTERCHAR2CRMC_GROUP_BRI_FCRM_BRI_GROUPING_BADI_FILTER
NO_BILLITEMSGenerate Flag for No Billing Request Items CRMT_NO_BILLITEMSCHAR1XFELD
PERCENTAGEPercentage of Value to be Billed CRMT_BILL_PERCENTAGEDEC5(2) DEC3_2
BP_USAGEBilling Plan Usage CRMT_BP_USAGECHAR1CRMT_BP_USAGE
PARENT_BP_TYPESuperior Billing Plan Type CRMT_PARENT_BP_TYPECHAR2CRMC_BILP_TYPECRM_BILLPLAN_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BILP_TYPE
INTO CORRESPONDING FIELDS OF WA_CRMC_BILP_TYPE
WHERE...

How to access SAP table CRMC_BILP_TYPE

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