Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to master data conversion in ABAP/4 programming

Former Member
0 Likes
412

I only know there is no special syntax to data conversion and put an "=" between destination data object and source object.

But I don't know whether the conversion is legal or not.

Who can help me?

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
387

For conversions between structured fields or a structured field and a singlefield , flat structures were previously treated like C fileds, With the implementation of Unicode this approach has become too error prone, since it is not clear if programs can be executed with platform-independent semantics.

aRs