cancel
Showing results for 
Search instead for 
Did you mean: 

Error during support pack upgrade while importing the sap_basis component in SAP Netweaver 7.0 EHP 2

Former Member
0 Kudos

Hello Experts, 

I'm doing the support pack upgrade activity in SAP Netweaver 7.0 EHP 2 system.

While importing the packages for SAP_BASIS component in the tcode SPAM.

i'm getting the below error while checking in its import logs.

SAPKB70208              Basis Support Package 08 for 7.02

   GD1        System GD1

              Generate Transport Information File      15.09.2013 14:18:01    (0) Successfully Completed
              Import Request Piece List                15.09.2013 14:27:43    (0) Successfully Completed
              Test Import                              15.09.2013 14:42:44    (8) Ended with errors
              Import ABAP Dictionary Objects           15.09.2013 15:07:42    (4) Ended with Warning
              ABAP Dictionary Activation               15.09.2013 15:54:02    (4) Ended with Warning
              Import                                   15.09.2013 19:26:29    (4) Ended with Warning
       Import steps not specific to transport request

SAPKB70209              Basis Support Package 09 for 7.02

   GD1        System GD1

              Generate Transport Information File      15.09.2013 14:18:59    (0) Successfully Completed
              Import Request Piece List                15.09.2013 14:27:54    (0) Successfully Completed
              Test Import                              15.09.2013 14:43:07    (8) Ended with errors
              Import ABAP Dictionary Objects           15.09.2013 15:09:31    (4) Ended with Warning
              ABAP Dictionary Activation               15.09.2013 15:54:02    (4) Ended with Warning
              Import                                   15.09.2013 20:19:47    (4) Ended with Warning
       Import steps not specific to transport request

while checking the error.below log text comes.

Test import
Transport request   : SAPKB70208
System              : GD1
tp path             : tp
Version and release: 380.08.41 720

702
000
Function DB_EXPLAIN_PLAN (SYDB_EXPLAIN 01) does not fit into the existing function group ((SYDB 09))
Transport the whole function group

Below is F1 help log.

Function DB_EXPLAIN_PLAN (SYDB_EXPLAIN|01) does not fit into the existing function group ((SYDB|09))

Message no. TW165

Diagnosis

A function module with LIMU FUNC ... was transported in the transport request.

An import is only possible if this function module belongs to the same

  • function group in the target system and
  • has the same internal number as in the source system.

  These conditions were not observed in the target system. 

This problem can occur,

  • if an entry LIMU FUNC ... is included in a transport request manually in the object list editor,
  • or if a function module is deleted, and then created again under the same name in another function group, and deletion and creation are recorded in the same change request.

System Response

  The function module was not imported. 

Procedure

You can remove the error by making another transport from the source system. Transport the affected function groups once more in their entirety. To do this, use the transport object R3TR FUGR ... .

You can avoid the second type of error (deletion and creation in another function group) as follows:

  • In the ABAP Workbench use the function Reassign, or record the deletion and the new creation in separate change requests.
    Release the change request with the deletion before you release the change request with the new creation.

please note while importing queue, Snote " 0001680583 Field names for tables and views with more than 16 char." was asked to be implemented.

Which I implemented using snote and then proceeded with the importing of these basis packages.

Please guide how to solve this issue.

Thanks and Regards,

Amit Bharti

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

i was told by sap support to rename the function module and go ahead however this would lead the function to an inconsistency state after the upgrade, but we managed to fix it

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

You can remove the error by making another transport from the source system. Transport the affected function groups once more in their entirety. To do this, use the transport object R3TR FUGR

Have you tried this ?

Also check the recommendation from this SAP note but they are for different FM's.

Note 822379 - Known problems with Support Packages in SAP NW 7.0x AS ABAP

Regards

RB

Former Member
0 Kudos

Hi,

Hope you would have checked the below note.

Note 822379 - Known problems with Support Packages in SAP NW 7.0x AS ABAP

And are using the latest SPAM and kernel to avoid any issue.

An i see that you have issues in the test import.

Test Import                              15.09.2013 14:42:44    (8) Ended with errors

Did you try to reimport it.....

Thanks

Rishi Abrol

Former Member
0 Kudos