cancel
Showing results for 
Search instead for 
Did you mean: 

problem at se16 after applying basis patches

Former Member
0 Kudos

We will upgrade the productive system from 4.6C to EHP4 two weeks later.

Sql version will be changed for SAP system from sql 2000 to sql 2005.

For attaching the datafiles from Sql 2000 to Sql 2005 we had to apply

the basis patches at least 53.

We have applied the patches to the test system.

After applying the patches, we cannot use tcdoe se16.

When we run the tcode se16, system gives an syntax error for program

SAPLSETB:

The field "G_DBCOUNT" is unknown, but there is a field with the similar

name "P_DBCOUNT".

The basis patch level of productive system is still 47. And there is no

problem there.

We have to achieve the test upgrade in this week.

We have opened the connection for test system. Please find the logon

data in secure area.

Could you please help us to solve the problem asap?

Best regards

Noyan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

Please apply basis patches one level higher or the note to fix this issue.

Regards,

Rajan

vincentlim826
Employee
Employee
0 Kudos

Probably you need to amend the function pool of SETB.

G_DBCOUNT is of type sy-dbcnt.

data: g_dbcount type sy-dbcnt.

Regards,

Vincent