Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ISU Dunning

Former Member
0 Likes
695

Hello Everyone,

I'm having a problem with dunning procedure.

While creating a proposal in FPVA, when I click on save it says "parameters saved". But the table FKKMAKO doesn't have an entry corresponding to values I entered. In FPVA, I picked up a document number from DFKKOP & entered it in the option for "free selection".

I need to know when is the table FKKMAKO updated with the new record. More precisely I'm looking for the code that updates the "Print Date" in this table.

Thanks

Munish

Hello Everyone,

I'm having a problem with dunning procedure.

While creating a proposal in FPVA, when I click on save it says "parameters saved". But the table FKKMAKO doesn't have an entry corresponding to values I entered. In FPVA, I picked up a document number from DFKKOP & entered it in the option for "free selection".

I need to know when is the table FKKMAKO updated with the new record. More precisely I'm looking for the code that updates the "Print Date" in this table.

Thanks

Munish

2 REPLIES 2
Read only

Former Member
0 Likes
590

Hi,

when you execute F150, it calls the FM

PRINT_DUNNING_NOTICE,i think some where around this updation happens, put a break point at this FM & try,

hope this helps you.

Regards,

Raghavendra

Read only

Former Member
0 Likes
590

Hi Raghavendra,

Thanks for the reply!!

I'm working on ISU. I'm using FPVA & FPVB. We'r not using F150.

Regards