2012 Nov 15 4:30 PM
Dear experts,
I´m trying to print a dunning letter using a Z smartform in transaction F150, but when i customize in dunning text and execute the transaction F150 gives a dump:
Form ZF150_DUNN_CB language EN is not active, or is incorrect
Message no. TD422
Anyoune could help me.
Best Regards,
Eduardo Paiva
Dear experts,
I´m trying to print a dunning letter using a Z smartform in transaction F150, but when i customize in dunning text and execute the transaction F150 gives a dump:
Form ZF150_DUNN_CB language EN is not active, or is incorrect
Message no. TD422
Anyoune could help me.
Best Regards,
Eduardo Paiva
2012 Nov 15 4:38 PM
Execute your form just press F8 for your smartfrom. Check if Function Module is generated correclty.
Also Check long text of message
It is also possible for an error to occur even if your form has the status 'active'. This error message is the result of extended checks, that were not available the last time that your form was activated. In this case, please select the menu option Form -> Check -> Definition and complete the actions specified in the resulting message.
2012 Nov 15 4:46 PM
Hi,
I execute with no errors, and the smartform Check executed successfully.
2012 Nov 15 5:41 PM
Hi Eduardo,
obviously dunning is still configured for sapscript not for smartforms.
Follow the steps given in
Regards
Clemens
2012 Nov 15 5:56 PM
Hi Clemens,
I had already done the customize of BTE 1720, but i don't know where can i define may Z smatform to be called when execute trabsaction F150.
Best Regards,
Eduardo Paiva
2012 Nov 15 6:04 PM
2012 Nov 15 6:09 PM
Hi Vinit,
Yes this is the place where i had my smartform customized, but doesn't work, gives the dump.
Best Regards,
Eduardo Paiva
2012 Nov 16 12:12 PM
Hi Eduardo,
in some rare cases, a simple typo may be the reason. Recipe for dummies (it helped me sometimes!):
Goto the value set in Customizing, Copy to clipboard (Ctrl-C), Paste in empty excel cell A1 (Ctrl-V).
In the SmartForms transaction screen, copy the forms name to clipboard (Ctrl-C), Paste in empty excel cell A2 (Ctrl-V). In Cell A3, enter = A1=A2. This evaluates true or false. If false, copy A2 vaue to customizing path. Make sure, the form is activated.
Good luck!
Regards
Clemens
2012 Nov 15 4:48 PM
The dunning print only works with sapscript form F150_DUNN_01.
2012 Nov 15 4:53 PM
check this for using SMARTFORMS
http://wiki.sdn.sap.com/wiki/display/Community/Dunning+using+Smartforms
Also check http://scn.sap.com/thread/986082
2013 Sep 24 10:08 AM
Hi,
Check in transaction FIBF, in menu :
Setting => P/S Modules => ...of a SAP Appplication
In table, find :
Event Application Function Module
00001720 FI-FI FI_PRINT_DUNNING_NOTICE
Change name in => "FI_PRINT_DUNNING_NOTICE_SMARTF"
FI_PRINT_DUNNING_NOTICE is for SAPscript
Regards
2015 Jun 08 8:33 PM
Hi, I've faced the same problem and it was solved by just changing the value FI-FI in application to IS-PS in tcode FIBF.
Regards.
Fausto Sasdelli Jr.