FDM_INSTPLAN_TY SAP (Installment Plan Type for Promise to Pay with Installments) Table details

Dictionary Type: Table
Description: Installment Plan Type for Promise to Pay with Installments




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




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

FDM_INSTPLAN_TY is a standard SAP Table which is used to store Installment Plan Type for Promise to Pay with Installments data and is available within R/3 SAP systems depending on the version and release level.

The FDM_INSTPLAN_TY table consists of various fields, each holding specific information or linking keys about Installment Plan Type for Promise to Pay with Installments data available in SAP. These include INST_PLAN_TYPE (Installment Plan Type for Promise to Pay), NO_OF_INST (Number of Installments in Promise to Pay with Installments), INST_CONDITION (Installment Plan Conditions), EVERY_N_DAY (Time Between Two Installments).. 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

Text table = FDM_INSTPLAN_TYT


SAP FDM_INSTPLAN_TY 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
INST_PLAN_TYPEInstallment Plan Type for Promise to Pay FDM_INST_PLAN_TYPECHAR4CHAR4
NO_OF_INSTNumber of Installments in Promise to Pay with Installments FDM_NO_OF_INSTMNTSNUMC4NUMC4
INST_CONDITIONInstallment Plan Conditions FDM_INST_PLAN_TYPE_CONDITIONCHAR1FDM_INST_PLAN_TYPE_CONDITION
EVERY_N_DAYTime Between Two Installments FDM_TIME_BETWEEN_INSTMNTNUMC3
EVERY_N_WEEKTime Between Two Installments FDM_TIME_BETWEEN_INSTMNTNUMC3
EVERY_N_MONTHTime Between Two Installments FDM_TIME_BETWEEN_INSTMNTNUMC3
DAY_OF_MONTHDay in the month on which the installment is due FDM_DAY_OF_MONTHNUMC2FDM_DAY_OF_MONTH

Key field Non-key field



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

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

SELECT SINGLE *
FROM FDM_INSTPLAN_TY
INTO CORRESPONDING FIELDS OF WA_FDM_INSTPLAN_TY
WHERE...

How to access SAP table FDM_INSTPLAN_TY

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