Application Development 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: 

How to attach driver program in dunning process ?.......

Former Member
0 Kudos

capture.pngMy client want to dunning with smart forms and automatically send emails to customers.

i have created smart-form using driver program and i want to attach driver program instead of sap script to the dunning process.

I want to add the smart-forms to below screenshot.

Help me to solve this issue.

thanks and regards,

Sainath.

1 REPLY 1

raymond_giuseppi
Active Contributor

Did you already

  • Changed in FIBF, P/S module, of an SAP application the FM FI_PRINT_DUNNING_NOTICE to FI_PRINT_DUNNING_NOTICE_SMARTF for event 00001720 application FI-FI.
  • Implement with CMOD a project with extension F150D001 to trigger a mail

In FBMP just provide the Smartforms name, no driver program, the interface/signature is provided by SAP, look at SAP provided sample F150_DUNN_SF. Adapt your Smartforms changing interface and in global definition code of initialization to read and map data to your expected format.

Next time, Read first SPRO documentation before starting development.

Regards,
Raymond