ABAP Dump CX_SY_CONVERSION_NO_NUMBER in MOPs trans DSWP
[(SLD)] [abap] [abap alv] [abap check] [component] [Directory] [has] [in] [Landscape] [Manager.] [or] [SAP] [sap abap] [SAP_BUILDT] [SMSY] [Solution] [System] [the] [Transaction] [version]
- RZ70: ABAP system name in SLD variesSymptom The system name of an AS ABAP in SLD is not unique. The name component “SystemHome” varies across the different application servers. Other terms Technical systems in the System Landscape Directory...
- WD ABAP ALV dump in CL_SALV_WD_C_TABLE_V_TABLE UPDATE_UISymptom You use a Web Dynpro (WD) ABAP ALV table and you call it repeatedly. In this case, when calling it again, a short dump occurs: Access using ‘ZERO’ object reference not...
- ABAP ESR Browser: Dump in SPROXY / internal node key updateSymptom The ESR Browser dumps upon entering SPROXY. Other terms Enterprise Services Browser Reason and Prerequisites If obsolete entries are present in table SPROXSETX, transaction SPROXY dumps. Solution Apply this correction or...
- Dump during the Web Dynpro ABAP view checkSymptom During the syntax check of a Web Dynpro ABAP view, a short dump occurs (initial object reference, cl_wdy_wb_view_checker->check_property_bindability). Other terms Web Dynpro ABAP, view, check, popin, content, table Reason and Prerequisites...
- WD ABAP ALV: Toolbar contains redundant separatorsSymptom In a Web Dynpro ABAP ALV list, the system displays redundant separators in the ALV toolbar. The system displays a separator as the first toolbar element. Other terms Web Dynpro ABAP...
- Various ABAP corrections (2)Symptom This note contains ABAP corrections that are not relevant for customers (such as SLIN messages, minor errors, accessibility). Solution List of corrections: 1. Improved error messages in Support Package 01 for...
- WD ABAP ALV CheckMan in IF_SALV_BS_MODEL_COLUMNSymptom There is a CheckMan message in the interface IF_SALV_BS_MODEL_COLUMN. Other terms Web Dynpro ABAP ALVIF_SALV_BS_MODEL_COLUMN GET_POSITION Reason and Prerequisites This problem is caused by a program error. Solution SAP NetWeaver 6.40...
- Configure the ESR in CE with ABAP UMESymptom While running the CTC, “Configuration of ESR in CE” on a CE system configured to ABAP UME, following error occurs com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Name or password is incorrect (repeat logon) Other...
Symptom
Transaction: DSWP -> Support Packages and Patches [MOPs])
When you call the Maintenance Optimizer (MOP) in transaction DSWP under -> Operations -> Change Management -> Support Package Stacks and expand the relevant system (expand all), the following ABAP dump occurs:
Runtime Errors CONVT_NO_NUMBER
Except. CX_SY_CONVERSION_NO_NUMBER
Short text
Unable to interpret “null ” as a number.
You can no longer call transaction DSWP (or SOLUTION_MANAGER) as a result. As a workaround, you can adjust the relevant entries in the software component versions in transactino SMSY, apply the relevant patch or import the relevant Support Package.
Other terms
Component SAP_BUILDT has the version ‘null’ in the System Landscape Directory (SLD) or in transaction SMSY in the SAP Solution Manager.
Reason and Prerequisites
The current system is configured as the runtime system in the SAP NetWeaver Development Infrastructure (NWDI). Each NWDI track requires the component SAP_BUILDT to set up the application. The component version information is written to the runtime system. There, this information is read using the data supplier and transferred to SLD.
When the version information is assembled, the system creates the version string ‘null’ due to an error. This results in the exception mentioned above.
Solution
After you make changes in SLUtil (attached Software Delivery Archive (SDA)), this ‘null’ string is corrected. You must deploy this SDA on the runtime system from which the data supplier gets the data.
The actual source code change is implemented in the next CMS version when the version information is assembled.