CRMD_BILLPLAN_DF SAP (Date in Billing Plan for Financing) Table details

Dictionary Type: Table
Description: Date in Billing Plan for Financing




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




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

CRMD_BILLPLAN_DF is a standard SAP Table which is used to store Date in Billing Plan for Financing data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_BILLPLAN_DF table consists of various fields, each holding specific information or linking keys about Date in Billing Plan for Financing data available in SAP. These include CLIENT (Client), GUID (GUID of a CRM Order Object), FIN_VIEW (Financing View), SCHED_IND (Schedule Line Indicator for Billing Plan).. 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 CRMD_BILLPLAN_DF 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
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
FIN_VIEWFinancing View CRMT_FINANCING_VIEWNUMC2Assigned to domainCRMT_FINANCING_VIEW
SCHED_INDSchedule Line Indicator for Billing Plan CRMT_SCHED_INDICATORCHAR1CRM_SCHED_INDICATOR
PER_PAYMENTFORMWhen Due in Period CRMT_PER_PAYMENTFORMNUMC1Assigned to domainCRMT_PAYMENTFORM
UNIT_PERIODSTime Unit for Periods CRMT_UNIT_PERIODSNUMC2TFMSINSTALLMENT
MAN_FIRSTDUEDATEIndividual Due Date CRMT_MAN_FIRSTDUEDATEDEC15TSTPSBCOS_TSTMP
NOMINAL_INT_RATENominal Interest Rate CRMT_NOMINAL_INT_RATEDEC10(7) DECV3_7
NOMINAL_IRAT_INTNominal Interest Rate (Internal Plan) CRMT_NOMINAL_INT_RATE_INTDEC10(7) DECV3_7
DEFAULT_AMOUNTDefault Amount CRMT_DEFAULT_AMOUNTCURR19(2) CRMT_COND_VALUE
DEFAULT_PERCENTDefault Percentage CRMT_DEFAULT_PERCENTAGEDEC10(7) DECV3_7
DEF_RATEPERXDefault Rate per x CRMT_DEFAULT_RATEPERKDEC17(10) CRMT_DECV7_10
FREQ_CONVERSIONPayment Frequency Factor CRMT_FREQ_CONVERSIONDEC6TFM_PPAYMENT_INTERN
CALCULATION_DATECalculation date CRMT_CALCULATION_DATEDEC15TSTPSBCOS_TSTMP
FLAG_ULTIMODo Not Draw Standard Values from Conditions CRMT_FLAG_ULTIMOCHAR1XFELD
FLAG_BLOCKEDCalculation Locked CRMT_FLAG_BLOCKEDCHAR1XFELD
STEP_KINDPayment Structure/Change to Principal Indicator CRMT_STEP_KINDNUMC2CRMT_STEP_KIND
FIXINGField Control Billplan_d Rows (Fixed/Changeable) CRMT_STEP_FIXINGNUMC2CRMT_FINPROD_FIX01
SETTL_FROM_VIRTUVirtual Start of Settlement of Period CRMT_SETTL_FROM_FIMADEC15TSTPSBCOS_TSTMP
DATEUPD_SUPPRESSNo Date Update (FIMA) CRMT_DATEUPD_SUPPRESSCHAR1CRMT_DATEUPD_SUPPRESS
OFFSET_VALOffset CRMT_FINPROD_OFFS01DEC5DEC5
OFFSET_UNITOffset Unit CRMT_FINPROD_OFFSU01CHAR12Assigned to domainTIMEUNITNA
SETTLEDSettled Payment Step CRMT_FIMAN_SETTLEDCHAR1CRMT_FIMAN_SETTLED
FACTOR1Factor CRMT_FIMAN_FACTORDEC15(10) DECV5_10
FACTOR2Factor CRMT_FIMAN_FACTORDEC15(10) DECV5_10
FACTOR3Factor CRMT_FIMAN_FACTORDEC15(10) DECV5_10
RESULT_AMOUNTResulting Amount CRMT_RESULT_AMOUNTCURR19(2) CRMT_COND_VALUE
RESULT_AMOUNT_PRUnrounded Result Amount CRMT_AMOUNT_PRECISECURR19(2) CRMT_COND_VALUE
RPX_DIVISORDivisor for Rate per x Determination CRMT_RPXDIVCURR19(2) CRMT_COND_VALUE
RESULT_RATEPERKRate per x CRMT_RESULT_RATEPERKDEC17(10) CRMT_DECV7_10
RESULT_RATE_K_GGross Rate per X CRMT_RESULT_RATEPERK_GDEC17(10) CRMT_DECV7_10

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMD_BILLPLAN_DF
INTO CORRESPONDING FIELDS OF WA_CRMD_BILLPLAN_DF
WHERE...

How to access SAP table CRMD_BILLPLAN_DF

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