Sadly it didn't work, while I manage to go to step 6 in system preparation after that it wasn't possible.
I've got multiple error some should be corrected by Implementing SP11 (I've upgraded from SP4), and most of them are just weird. I decided to import Solution manager - I've made export just after upgrade.
Now I decided to implement sap note on one by one scenario, and when I got to SN 1973687 I've got information that object can not be activated due to error
Function Module CCM_BI_AGGREGATE_UPL
Type "/BI0/V0SM_UPL2" is unknown
(see attachment for more info)
any idea from where this type should came? Or what it looks like?
Best Regards,
Ireneusz Kozłowski
For people interested what trouble they can get into when sap logon get timeout while implementing snotes:
_____________________________________________________________
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Except. CX_SY_REF_IS_INITIAL
ABAP Program SAPLE2E_ESREP_FUNC
Application Component SV-SMG-SER-RFW
Short text
Access via 'NULL' object reference not possible.
Source Code Extract
Line SourceCde
102 " Get solman product versions
>>>>> lt_product_versions = ls_abap_tech_syst-abap_technical_system->get_product_versions( I
104 CLEAR ls_product_version.
_____________________________________________________________
Category ABAP Programming Error
Runtime Errors SYNTAX_ERROR
ABAP Program MANAGED_USERS_CHECK===========CP
Application Component SV-SMG-DIA-SRV-CHK
Short text
Syntax error in program "MANAGED_USERS_CHECK===========CP ".
What happened?
Error in the ABAP Application Program
The current ABAP program "CL_DSWP_ABAP_SUBALERT_FACTORY=CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program
"MANAGED_USERS_CHECK===========CP " in include
"MANAGED_USERS_CHECK===========CM004 " in
line 1:
"Method "IS_RELEVANT" is not declared or inherited in class "MANAGED_US"
"ERS_CHECK"."
" "
_____________________________________________________________
Category ABAP Programming Error
Runtime Errors SYNTAX_ERROR
ABAP Program CL_DIAGLS_LMDB_NOTIF_MANAGER==CP
Application Component SV-SMG-LDB
Short text
Syntax error in program "CL_DIAGLS_LMDB_NOTIF_MANAGER==CP "
What happened?
Error in the ABAP Application Program
The current ABAP program "BADI_LMDB_NOTIFICATION========CP" had to be
terminated because it has
come across a statement that unfortunately cannot be executed.
The following syntax error occurred in program
"CL_DIAGLS_LMDB_NOTIF_MANAGER==CP " in include
"CL_DIAGLS_LMDB_NOTIF_MANAGER==CM00E " in
line 1:
"Method "_GET_GUID_FROM_PROPREF" does not exist. There is, however, a m"
"ethod with the similar name "_GET_GUID_FROM_REFERENCE"."
" "
_____________________________________________________________
Category ABAP Programming Error
Runtime Errors OBJECTS_OBJREF_NOT_ASSIGNED
Except. CX_SY_REF_IS_INITIAL
ABAP Program CL_AGSDDE_DATAEXTRACTOR=======CP
Application Component SV-SMG-SER-RFW
Short text
Access via 'NULL' object reference not possible.
Source Code Extract
Line SourceCde
106 CATCH cx_root INTO o_ex_root.
>>>>> errtext = o_ex->get_text( ).
108 return_status-rc = 2.
_____________________________________________________________