Codigos Error SAP
Codigos Error SAP
Error Handling
If an error occurs during the execution of a method, the method will throw an exception. You
must check for these exceptions separately from the return value.
When a run-time error occurs, the properties of the Err object are filled with information that
uniquely identifies the error and information that can be used to handle it. To generate a run-
time error in your code, use the Raise method.
The Err object's properties are reset to zero or zero-length strings ("") after an On Error
Resume Next statement and after an Exit Sub or Exit Function statement within an error-
handling routine. The Clear method can be used to explicitly reset Err.
The following table lists the UI API error codes and their meaning.
Code String
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 2 de 8
-3001
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 3 de 8
3007
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 4 de 8
-7032
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 5 de 8
-7006 The item is not a user defined item and cannot be manipulated in
such manner
-7019 Invalid form unique ID. Should not begin with an F_ prefix
-7014 A Column object with the specified unique ID already exists in the
system.
-7012 An Item object with the specified unique ID already exists in the
system.
-7010 A form with the requested unique ID already exists in the system.
-7043 Cannot load the Menu resource from the specified XML file.
-7042 Cannot load the Item resource from the specified XML file.
-7041 Cannot load the Form resource from the specified XML file.
-7070 UID
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 6 de 8
-7027 The menu item is not a user defined menu item and cannot be
manipulated in such manner.
-7022 Could not commit action because the item is currently in focus.
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 7 de 8
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022
Error Handling Página 8 de 8
mk:@MSITStore:C:\Program%20Files%20(x86)\SAP\SAP%20Business%20One%2... 09/03/2022