CRMC_BILPT_PFCT SAP (Assign Billing Plan Type to Partner Functions) Table details

Dictionary Type: Table
Description: Assign Billing Plan Type to Partner Functions




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




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

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

The CRMC_BILPT_PFCT table consists of various fields, each holding specific information or linking keys about Assign Billing Plan Type to Partner Functions data available in SAP. These include BILLPLAN_TYPE (Billing Plan Type), PARTNER_FCT1 (First Partner Function), PARTNER_FCT2 (Second Partner Function).. 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: Can be enhanced (character-type)


SAP CRMC_BILPT_PFCT 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 MANDTCLNT3T000MANDT
BILLPLAN_TYPEBilling Plan Type CRMT_BILLPLAN_TYPECHAR2CRMC_BILP_TYPECRM_BILLPLAN_TYPE
PARTNER_FCT1First Partner Function CRMT_BILLP_PARTNER_FCT1CHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT
PARTNER_FCT2Second Partner Function CRMT_BILLP_PARTNER_FCT2CHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_BILPT_PFCT
INTO CORRESPONDING FIELDS OF WA_CRMC_BILPT_PFCT
WHERE...

How to access SAP table CRMC_BILPT_PFCT

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