cancel
Showing results for 
Search instead for 
Did you mean: 

Runtime error while loading data from cube to Planning area- DBSQL_CONVERSION_ERROR

former_member225716
Participant
0 Kudos

st22.png

Hi Experts,

When I am trying to load the data from cube to planning area following errors prevented me to load the data into planning area

Category ABAP Programming Error

Runtime Errors DBSQL_CONVERSION_ERROR

Except. CX_SY_OPEN_SQL_DB

ABAP Program /SAPAPO/SAPLMSDP_RELEASE

Application Component SCM-APO-SNP

I tried to load data for small selection and only for single time bucket but still I am getting same error.

Could you please help me to resolve this issue.

Regards,

Sachin

Accepted Solutions (1)

Accepted Solutions (1)

john_hawk
Active Contributor
0 Kudos

Hi Sachin

DBSQL_CONVERSION_ERROR can occur when a field is too small to hold the data that's attempting to fill, like floating point FLTP -> INT4 four place integer. Check your field mappings for type inconsistencies.

John Hawk

Answers (2)

Answers (2)

former_member187488
Active Contributor
0 Kudos

Hi,

We may need to see the full text of the short dump.
If it still does not help, further analysis into the coding is necessary.

Best Regards,
Ada

0 Kudos

Hi John,

I feel thats correct , We are also facing same issue but its standard SAP program SAPLSCCR, We have raised OSS for this issue. Do you have any note or something as solution.

Category ABAP Programming Error Runtime Errors

DBSQL_CONVERSION_ERROR

Except. CX_SY_OPEN_SQL_DB ABAP

Program SAPLSCCR Application Component

BC-CTS-CCO

Thanks,

Vaibhav