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

Dunning dump with smartform

Former Member
0 Likes
2,446

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

11 REPLIES 11
Read only

former_member189779
Active Contributor
0 Likes
2,057

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.

Read only

0 Likes
2,057

Hi,

I execute with no errors, and the smartform Check executed successfully.

Read only

0 Likes
2,057

Hi Eduardo,

obviously dunning is still configured for sapscript not for smartforms.

Follow the steps given in

Dunning with  SAP Smart Forms

Regards

Clemens

Read only

0 Likes
2,057

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

Read only

0 Likes
2,057

assign dunning form to your dunning procedure

Read only

0 Likes
2,057

Hi Vinit,

Yes this is the place where i had my smartform customized, but doesn't work, gives the dump.

Best Regards,

Eduardo Paiva

Read only

0 Likes
2,057

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

Read only

Former Member
0 Likes
2,057

The dunning print only works with sapscript form F150_DUNN_01.

Read only

Read only

Former Member
0 Likes
2,057

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

Read only

Former Member
0 Likes
2,057

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.