Skip to Content
0
Former Member
Dec 08, 2008 at 01:56 PM

Convert structure into another thanks to data type

463 Views

Hi,

I used a function which return a structure of BAPI2045D_IL0 type. In the next function, I need the first structure but it must be of QALS_IMP type!

These structure haven't same field name but have the same data type!

How do this the move instruction??

The barbarian solution would be Move the first structure in second for each filed. But these structure have more that 100 fields!!

Thanks.