cancel
Showing results for 
Search instead for 
Did you mean: 

Enhancement for FD32 - Credit limit change and approval

raina_goyal
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

What's your version, is not this workflow available: Configuring Approvals for Credit Limit Changes, you could copy/adapt this one.

Else during your search prior posting, did you find threads like Workflow triggering on FD32 when customer credit limit changes (Many threads suggest delegation of BUS1010 to a Z-one)

Regards,

Raymond

raina_goyal
Participant
0 Kudos

Hi Raymond Giuseppi,


"What's your version, is not this workflow available: Configuring Approvals for Credit Limit Changes, you could copy/adapt this one." - I have tried this but it is not fulfilling our requirement as it used for FSCM- or SCASE not for T-code - FD32.


Else during your search prior posting, did you find threads like Workflow triggering on FD32 when customer credit limit changes (Many threads suggest delegation of BUS1010 to a Z-one)- Yes , i did read these threads and also tried to copy BUS1010 to z-one. But could not find any BO Object -BUS1010 in our system . I am new to workflow . Can you suggest how can I Proceed further.

raymond_giuseppi
Active Contributor
0 Kudos

Did you correctly check thru transaction SWO1, as BUS1010 is old (30A, 1995!)

Hint: To start with workflow look for guide with search tool, e.g. Workflows for Dummies - Introduction(Part I), (Part II)

Regards,

Raymond

raina_goyal
Participant
0 Kudos

Hi Raymond Giuseppi,

I have followed the Workflow triggering on FD32 when customer credit limit changes as it fulfills our reqiurement and have copied the BUS1010 to ZBUS1010 and delegate it.

But when I am unable to understand where I have to create a custom event for this Object type and how to link to the workflow.

Please guide me as it urgent.

Regards,

Raina