cancel
Showing results for 
Search instead for 
Did you mean: 

Error in transaction F9K1:Bank Accounts Create

rivera_adriana
Participant
0 Kudos

Hi,

When I try to create a Bank Account in transaction F9K1. The system send me the following error:

Unknown Error in Call Up of FM BKK_BKKA_EVENT_FMOD1_FIPR

Message No. 1B898

Someone know how to solved?

Best regards.

Adriana Rivera

Accepted Solutions (1)

Accepted Solutions (1)

AntonFarenyk
Contributor
0 Kudos

Since nobody has replied yet, I’d suggest to try to put break-point at MESSAGE e898(1b)and get up in stack and analyze how you get there.

In FM BKK_BKKA_EVENT_FMOD1_FIPR the message 1B898 should not be raised because it’s in no-man’s land (even twice, mind you).

IF 1 = 2.
MESSAGE e898(1b) WITH ''.
ENDIF.

Answers (1)

Answers (1)

former_member183378
Active Contributor
0 Kudos

Hello Rivera,

Please check with your ABAPer by debugging this issue. You will get the root cause of this issue.

Thanks & Regards,

Lakshmi S

rivera_adriana
Participant
0 Kudos

Hi Lakshmi

I'm working with the ABAPer.

Thanks

Adriana Rivera