Skip to Content
0
Sep 01, 2023 at 02:44 PM

How to convert data type "ANY" from s4h to ecc char data type in sap abap

181 Views Last edit Sep 20, 2023 at 02:28 PM 3 rev

We have code copied from s4h to ecc and there is a parameter in the class's method has data type "ANY".

This data type field is not convertible nor copy

like IS_SDATA type any

<data> = IS_SDATA >>> ( here data only copy if it is in row if data in column it give dump)

Geeks if you can give solution it would be great help