2023 Mar 26 6:28 AM
when i try to download data in excel file
the runtme error get like conversion of v datatype to g is not possible
2023 Mar 26 10:32 AM
After DESCRIBE FIELD, v and g represent respectively the data types "complex structure" and "string".
I confirm that the implicit conversion is not possible.
2023 Mar 27 8:01 AM
Hi abhishek_k.s,
Refer this demo program (SE38) - BCS_EXAMPLE_7.
I feel this may help.