Skip to Content
0
Jul 20, 2016 at 06:00 AM

Enhancement for FD32 - Credit limit change and approval

679 Views

Hi Experts,


In FD32 , when Credit limit is changed , before it is saved in database , I need to fetch that value(KNKK-KLIMK) and send it for approval.


I have Implemented BTEs on the FD32 screen. The event implemented is 00001520 (CREDIT MANAGEMENT: Save). The Z function module created is the copy of SAMPLE_INTERFACE_00001520.

I have also implemented event 00001510 ( CREDIT MANAGEMENT: GUI callup dialog ). In this event I have made a copy of SAMPLE_INTERFACE_00001510. The Z copy of SAMPLE_INTERFACE_00001510 has only one statement as following :

E_XCHNG = 'X'.

Now, the issue is when the credit limit is changed and I click on Save button, the Z_SAMPLE_INTERFACE_00001520 is called but I am unable to fetch the changed credit limit value(KNKK-KLIMK) in this particular Z_SAMPLE_INTERFACE_00001520 function module as it has only two importing parameters : I_KUNNR and I_KKBER. I have Debbuged the standard program - SAPMF02C and found that the changed value of credit limit is in include MF02CFS0, which is called after the Z_SAMPLE_INTERFACE_00001520 .


Please Can somebody update me what could be done about this as I am new to this type of development.


Any help will be highly appreciated.


Regards,

Raina Goyal