Yo will need some ABAP help on this.
Take the instance number and pass it to table IBIN in field INSTANCE
Get the IN_RECNO from IBIN and pass it to table CDHDR in field OBJECTID and pass OBJECTCLAS as IBINVALUES.
Get all the CHANGENR and pass it to table CDPOS .
The TABLEKEY values from CDPOS are concatenation of CLIENT IN_RECNO & IN_SEGMCNT.
Extract the IN_SEGMCNT from the records and pass the same to table IBINVALUES and fetch the SYMBOL_ID.
Pass the SYMBOL_ID to IBINSYMBOL and you get all the corresponding values.
Now you can arrange the data.
Hope this helps.