cancel
Showing results for 
Search instead for 
Did you mean: 

Error 24002 Incoming Payments

Former Member
0 Kudos

Good morning,

i cant add new incoming payments. I have Error 24002 - "Document series does not allow for cash payments" Is there any solution?


Greetings

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thank you for help. I modified SBO_SP_TransactionNotification:

if @object_type = '24'  and @transaction_type in ('A','U')

begin

if exists (select * from orct t0 where t0.TrsfrAcct is null and t0.series <> 76 and t0.series <> 71 and t0.series <> 176 and t0.series <> 220  and t0.series <> 229   and t0.series <> 171 and t0.docentry=@list_of_cols_val_tab_del)

Answers (2)

Answers (2)

former_member225732
Contributor
0 Kudos

Hello Dear,

  Please check TN if applied.

 

Regards,

Sandesh

Former Member
0 Kudos

What mean TN ? Transaction?

former_member225732
Contributor
0 Kudos

Hello Dear,

TN means Transaction notification.

To create new series is not a correct solution.

Regards,

Sandesh

kothandaraman_nagarajan
Active Contributor
0 Kudos

Hi,

Do you have any transaction notification for incoming payment? Check and choose correct series for cash payment.

Thanks & Regards,

Nagarajan

Former Member
0 Kudos

I made new document series for this year.

kothandaraman_nagarajan
Active Contributor
0 Kudos

TN-->Transaction notification which is stored procedure to block adding/updating document when certain conditons does not meet.

Is it working another series? or all other payments?

Former Member
0 Kudos

For all incoming payments.

kothandaraman_nagarajan
Active Contributor
0 Kudos

Post screen shot of Incoming payment window with error message.