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.