I have already enhanced datasource 0HR_PT_1 to include the 4 fields I need from table T549Q (PABRJ PABRP BEGDA ENDDA) and I am trying to write the extract to move the data, but I seem to be having issues. The correct data is stored in an internal table with a header line, and it is also being looped through.I am doing a 'READ TABLE <itab> BINARY SEARCH and then a MOVE statement to move the fields from the internal table to the data source fields, along with a MODIFY table statement. The data is not populating, even though it is in the internal table, any suggestions?