SAP FKK_S_INSTPLAN_CREATEMODIFIED Function Module for
FKK_S_INSTPLAN_CREATEMODIFIED is a standard fkk s instplan createmodified SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used to perform a specific ABAP function and below is the pattern details, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.
See here to view full function module documentation and code listing for fkk s instplan createmodified FM, simply by entering the name FKK_S_INSTPLAN_CREATEMODIFIED into the relevant SAP transaction such as SE37 or SE38.
Function Group: FKN1
Program Name: SAPLFKN1
Main Program: SAPLFKN1
Appliation area: F
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:

Function FKK_S_INSTPLAN_CREATEMODIFIED pattern details
In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.CALL FUNCTION 'FKK_S_INSTPLAN_CREATEMODIFIED'".
EXPORTING
I_WAERS = "
* I_ABSRT = "
* I_KENNZ = "
* I_DIVAM = "
* I_RPTYP = "
* I_GEBUEHR = "
* I_REMAINAMNT = "
* I_GBBLART = "
* I_FIKEY = "
* I_STTIN = "
* I_INKEY = "
* I_BLDAT = "
* I_IBLAR = "
* I_FAEIN = "
* I_GZVER = "
* I_UPDATE_TASK = ' ' "
* I_SIMUL = ' ' "
* I_RPCAT = ' ' "
* I_RPRDA = 9 "
* I_READ_BUFFER = ' ' "
* I_VTREF = "
* I_CHECK_MODE = "
* I_BUDAT = "
* I_SUBAP = "
I_GPART = "
I_VKONT = "
* I_BLART = "
I_STTDT = "
* I_RBETR = "
* I_ANZRT = "
IMPORTING
E_OPBEL = "
E_PRINT = "
TABLES
T_FKKOPKEY = "
* T_INSTPLAN_FKKOP = "
* T_CHARGE_FKKOP = "
* T_INTEREST_FKKOP = "
* T_FKKINTPLN = "
* T_MESSA = "
EXCEPTIONS
NOT_CREATED = 1 CONCURRENT_CLEARING = 2 WRONG_SELECTION = 3
IMPORTING Parameters details for FKK_S_INSTPLAN_CREATEMODIFIED
I_WAERS -
Data type: BLWAE_KKOptional: No
Call by Reference: No ( called with pass by value option)
I_ABSRT -
Data type: ABSRATE_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_KENNZ -
Data type: KENNZEI_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_DIVAM -
Data type: RPROU_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_RPTYP -
Data type: RPTYP_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_GEBUEHR -
Data type: RPGEB_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_REMAINAMNT -
Data type: REMAINAMNT_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_GBBLART -
Data type: GBBLART_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_FIKEY -
Data type: FIKEY_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_STTIN -
Data type: STDTINT_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_INKEY -
Data type: IKEY_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_BLDAT -
Data type: BLDATOptional: Yes
Call by Reference: No ( called with pass by value option)
I_IBLAR -
Data type: INBLART_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_FAEIN -
Data type: FAEIN_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_GZVER -
Data type: GZVER_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_UPDATE_TASK -
Data type: BOOLE_DDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
I_SIMUL -
Data type: BOOLE_DDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
I_RPCAT -
Data type: RPCAT_KKDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
I_RPRDA -
Data type: RPRDA9_KKDefault: 9
Optional: Yes
Call by Reference: No ( called with pass by value option)
I_READ_BUFFER -
Data type: BOOLE_DDefault: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)
I_VTREF -
Data type: VTREF_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_CHECK_MODE -
Data type: CHKMD_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_BUDAT -
Data type: BUDAT_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_SUBAP -
Data type: SUBAP_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_GPART -
Data type: GPART_KKOptional: No
Call by Reference: No ( called with pass by value option)
I_VKONT -
Data type: VKONT_KKOptional: No
Call by Reference: No ( called with pass by value option)
I_BLART -
Data type: BLART_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_STTDT -
Data type: STARDAT_KKOptional: No
Call by Reference: No ( called with pass by value option)
I_RBETR -
Data type: RBETR_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
I_ANZRT -
Data type: ANZRATE_KKOptional: Yes
Call by Reference: No ( called with pass by value option)
EXPORTING Parameters details for FKK_S_INSTPLAN_CREATEMODIFIED
E_OPBEL -
Data type: RPBEL_KKOptional: No
Call by Reference: No ( called with pass by value option)
E_PRINT -
Data type: RPRDA9_KKOptional: No
Call by Reference: No ( called with pass by value option)
TABLES Parameters details for FKK_S_INSTPLAN_CREATEMODIFIED
T_FKKOPKEY -
Data type: FKKOPKEYOptional: No
Call by Reference: No ( called with pass by value option)
T_INSTPLAN_FKKOP -
Data type: FKKOPOptional: Yes
Call by Reference: No ( called with pass by value option)
T_CHARGE_FKKOP -
Data type: FKKOPOptional: Yes
Call by Reference: No ( called with pass by value option)
T_INTEREST_FKKOP -
Data type: FKKOPOptional: Yes
Call by Reference: No ( called with pass by value option)
T_FKKINTPLN -
Data type: FKKINTPLNOptional: Yes
Call by Reference: No ( called with pass by value option)
T_MESSA -
Data type: FIMSGOptional: Yes
Call by Reference: Yes
EXCEPTIONS details
NOT_CREATED -
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
CONCURRENT_CLEARING -
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
WRONG_SELECTION -
Data type:Optional: No
Call by Reference: No ( called with pass by value option)
Copy and paste ABAP code example for FKK_S_INSTPLAN_CREATEMODIFIED Function Module
The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.| DATA: | ||||
| lv_e_opbel | TYPE RPBEL_KK, " | |||
| lv_i_waers | TYPE BLWAE_KK, " | |||
| lt_t_fkkopkey | TYPE STANDARD TABLE OF FKKOPKEY, " | |||
| lv_not_created | TYPE FKKOPKEY, " | |||
| lv_i_absrt | TYPE ABSRATE_KK, " | |||
| lv_i_kennz | TYPE KENNZEI_KK, " | |||
| lv_i_divam | TYPE RPROU_KK, " | |||
| lv_i_rptyp | TYPE RPTYP_KK, " | |||
| lv_i_gebuehr | TYPE RPGEB_KK, " | |||
| lv_i_remainamnt | TYPE REMAINAMNT_KK, " | |||
| lv_i_gbblart | TYPE GBBLART_KK, " | |||
| lv_i_fikey | TYPE FIKEY_KK, " | |||
| lv_i_sttin | TYPE STDTINT_KK, " | |||
| lv_i_inkey | TYPE IKEY_KK, " | |||
| lv_e_print | TYPE RPRDA9_KK, " | |||
| lv_i_bldat | TYPE BLDAT, " | |||
| lt_t_instplan_fkkop | TYPE STANDARD TABLE OF FKKOP, " | |||
| lv_concurrent_clearing | TYPE FKKOP, " | |||
| lv_i_iblar | TYPE INBLART_KK, " | |||
| lv_i_faein | TYPE FAEIN_KK, " | |||
| lv_i_gzver | TYPE GZVER_KK, " | |||
| lv_i_update_task | TYPE BOOLE_D, " SPACE | |||
| lv_i_simul | TYPE BOOLE_D, " SPACE | |||
| lv_i_rpcat | TYPE RPCAT_KK, " SPACE | |||
| lv_i_rprda | TYPE RPRDA9_KK, " 9 | |||
| lv_i_read_buffer | TYPE BOOLE_D, " SPACE | |||
| lv_i_vtref | TYPE VTREF_KK, " | |||
| lv_i_check_mode | TYPE CHKMD_KK, " | |||
| lv_i_budat | TYPE BUDAT_KK, " | |||
| lt_t_charge_fkkop | TYPE STANDARD TABLE OF FKKOP, " | |||
| lv_wrong_selection | TYPE FKKOP, " | |||
| lv_i_subap | TYPE SUBAP_KK, " | |||
| lv_i_gpart | TYPE GPART_KK, " | |||
| lt_t_interest_fkkop | TYPE STANDARD TABLE OF FKKOP, " | |||
| lv_i_vkont | TYPE VKONT_KK, " | |||
| lt_t_fkkintpln | TYPE STANDARD TABLE OF FKKINTPLN, " | |||
| lv_i_blart | TYPE BLART_KK, " | |||
| lt_t_messa | TYPE STANDARD TABLE OF FIMSG, " | |||
| lv_i_sttdt | TYPE STARDAT_KK, " | |||
| lv_i_rbetr | TYPE RBETR_KK, " | |||
| lv_i_anzrt | TYPE ANZRATE_KK. " |
|   CALL FUNCTION 'FKK_S_INSTPLAN_CREATEMODIFIED' " |
| EXPORTING | ||
| I_WAERS | = lv_i_waers | |
| I_ABSRT | = lv_i_absrt | |
| I_KENNZ | = lv_i_kennz | |
| I_DIVAM | = lv_i_divam | |
| I_RPTYP | = lv_i_rptyp | |
| I_GEBUEHR | = lv_i_gebuehr | |
| I_REMAINAMNT | = lv_i_remainamnt | |
| I_GBBLART | = lv_i_gbblart | |
| I_FIKEY | = lv_i_fikey | |
| I_STTIN | = lv_i_sttin | |
| I_INKEY | = lv_i_inkey | |
| I_BLDAT | = lv_i_bldat | |
| I_IBLAR | = lv_i_iblar | |
| I_FAEIN | = lv_i_faein | |
| I_GZVER | = lv_i_gzver | |
| I_UPDATE_TASK | = lv_i_update_task | |
| I_SIMUL | = lv_i_simul | |
| I_RPCAT | = lv_i_rpcat | |
| I_RPRDA | = lv_i_rprda | |
| I_READ_BUFFER | = lv_i_read_buffer | |
| I_VTREF | = lv_i_vtref | |
| I_CHECK_MODE | = lv_i_check_mode | |
| I_BUDAT | = lv_i_budat | |
| I_SUBAP | = lv_i_subap | |
| I_GPART | = lv_i_gpart | |
| I_VKONT | = lv_i_vkont | |
| I_BLART | = lv_i_blart | |
| I_STTDT | = lv_i_sttdt | |
| I_RBETR | = lv_i_rbetr | |
| I_ANZRT | = lv_i_anzrt | |
| IMPORTING | ||
| E_OPBEL | = lv_e_opbel | |
| E_PRINT | = lv_e_print | |
| TABLES | ||
| T_FKKOPKEY | = lt_t_fkkopkey | |
| T_INSTPLAN_FKKOP | = lt_t_instplan_fkkop | |
| T_CHARGE_FKKOP | = lt_t_charge_fkkop | |
| T_INTEREST_FKKOP | = lt_t_interest_fkkop | |
| T_FKKINTPLN | = lt_t_fkkintpln | |
| T_MESSA | = lt_t_messa | |
| EXCEPTIONS | ||
| NOT_CREATED = 1 | ||
| CONCURRENT_CLEARING = 2 | ||
| WRONG_SELECTION = 3 | ||
| . " FKK_S_INSTPLAN_CREATEMODIFIED | ||
ABAP code using 7.40 inline data declarations to call FM FKK_S_INSTPLAN_CREATEMODIFIED
The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.| DATA(ld_i_update_task) | = ' '. | |||
| DATA(ld_i_simul) | = ' '. | |||
| DATA(ld_i_rpcat) | = ' '. | |||
| DATA(ld_i_rprda) | = 9. | |||
| DATA(ld_i_read_buffer) | = ' '. | |||
Search for further information about these or an SAP related objects