Dunning Mail
Dunning Mail
Dunning Mail
In order to send Dunning Mail with introductory text and subject, use BTE process
00001040
The following document lays down steps for sending dunning letters to Business Partner
e-Mail ID
Create Product
Initial Screen
T-Code: FIBF
WIP Page 1
1. Give a Product Name(e.g. ZFTR_DUN) and corresponding text
3. Click on Save
Add Process
Initial Screen
T-Code: FIBF
WIP Page 2
1..Enter the process Name
Note: In order to find the application area being used, follow steps for "Finding Application
Area"
T-Code: SE37
ZFTR_PROCESS_00001040)
Note:
WIP Page 3
Subroutine to Find Email ID
changing p_bp_mailid.
EXPORTING
businesspartner = p_i_kna1_kunnr
valid_date = sy-datum
TABLES
bapiadsmtp = lt_smtp.
IF lt_smtp[] IS INITIAL.
RAISE no_recipient .
ELSE.
BINARY SEARCH.
IF sy-subrc EQ 0.
ENDIF.
ENDIF.
WIP Page 4
Create Mail Introductory Text
Create Standard Text
T-code: SO10
Dunning
WIP Page 5
T-Code: F150
In order to send mails for dunning, follow the process of setting up dunning procedure for
all customer. Here for the purpose of explanation, we will use Individual Dunning Notice
method
Click on Printout
Dunning Complete
WIP Page 6
Click on Continue upon successfully finishing dunning
Check SOST
T-Code: SOST
The Mail
WIP Page 7
Introductory text and Mail attachment can be seen in the mail.
T-Code: SE37
Inside Debugger
WIP Page 8
In debugger,
WIP Page 9