Skip to Content
0
Former Member
Sep 30, 2016 at 09:23 AM

populating info object from another info Object

27 Views

Hi Friends,

I have added a new info Object in a DSO, I have to populate this newly added info object with an existing info object.

However, my issue is the existing info object is of length 45 and my new info object is of length is 26. Now my issue is I have to read bit of existing IO into the new one.

ex: existing info object contains the following

000000010000000000200011021511075816072414

my new IO should be populated with 4 values from 6th position and 2 values from position 19, 4 values from 23rd position.

My abap knowledge is very basic, can some one please suggest me how to achieve this in the end routine?.

Regards

Naveen