Solution : https://service.sap.com/sap/support/notes/899042 (Connexion à SAP Service Marketplace requise)
Mots Clés :
call function 'print_dunning_notice_sf' exporting i_mahnv = i_mahnv i_f150v = i_f150v i_mhnk = i_mhnk i_itcpo = i_itcpo i_update = i_update i_mout = i_mout i_ofi = i_ofi tables t_mhnd = t_mhnd t_fimsg = t_fimsg changing e_comreq = e_comreq exceptions param_error = 1 accnt_block = 2, call function 'print_dunning_notice' exporting i_mahnv = i_mahnv i_f150v = i_f150v i_mhnk = i_mhnk i_itcpo = i_itcpo i_update = i_update i_mout = i_mout i_ofi = i_ofi tables t_mhnd = t_mhnd t_fimsg = t_fimsg changing e_comreq = e_comreq exceptions param_error = 1 accnt_block = 2, i_mhnk-koart i_mhnk-kunnr i_mhnk-lifnr, message id msgid type 's' number msgno, t_fimsg-msgv1 = i_mhnk-koart, t_fimsg-msgv2 = i_mhnk-kunnr, t_fimsg-msgv3 = i_mhnk-lifnr, function module, i_mout = 'x', print_dunning_notice module
Notes associées :
965970 | Sending dunnings by e-mail: Formatting of introductory text |