cancel
Showing results for 
Search instead for 
Did you mean: 

Dunning in pdf-forms and sapscript

nico_dewaele
Active Contributor
0 Kudos

Hello,

we are are using several dunning forms in sapscript right now.  We want to gradually switch to using pdf forms.

I understand that BTE 00001720 is required, but that makes it required to switch to pdf forms for all letters.

Is there a way we can use the 2 next to each other?

kr

Nico

Accepted Solutions (1)

Accepted Solutions (1)

monika_panda
Explorer
0 Kudos

Hello Nco,

So you want to execute the dunning process using partly PDF forms and partly SAPScript.

This functionality is not supported in the Standard. You have to choose

either FI_PRINT_DUNNING_NOTICE_PDF or FI_PRINT_DUNNING_NOTICE in BF31

for BTE 1720.

But please try to solve the problem as follows:

the solution is explained in consulting note 899042.

Write your own function module in which you decide for PDf forms or

SAPScript and register it in FIBF Event 1720 instead of the SAP

Standard module (FI_PRINT_DUNNING_NOTICE). See sample implementation

in the note which is explained with PRINT_DUNNING_NOTICE_SF.
Best regards, Mónika

Answers (0)