Application Development 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: 

SAP_ABA error: Function FSBP_DBREAD_BKK21 does not fit into the existing function group

jinghua_li
Employee
Employee
0 Kudos

hi guys,

I upgraded my system from EHP618SP01 to SP04.

When import SAP_ABA 750: SP 0003 OCS ,it encountered the error as title described.

Can anybody help me?

2 REPLIES 2

Former Member
0 Kudos

Hi,

These are test import errors and can be ignored by using Extras-->Ignore test import errors, however you will likely face them later.

This problem usually happens when import is abruptly interrupted in IMPORT_PROPER phase and retried.

If restoring the system to a backup before the patching started is not possible, you can workaround this issue by going to transaction SE37 and manually reassign the function modules

FSBP_DBREAD_BKK21 from FSBP_READ_INBOUND to FBB1_ABA

FSBP_DBREAD_BP001 from FSBP_READ_INBOUND to FSBP_DBREAD

and so on.

You will need to register every "target" function group in SSCR in SAP Support Portal and maybe event restart the import using tp from the command line with unconditional modes.

But I strongly recommend to go for the restore option.

I hope this helps.

Regards,

José

jinghua_li
Employee
Employee
0 Kudos

yes,i restored my system from earlier backup file.

Thank you all the same.