call METHOD IO_DATA_PROVIDER->READ_ENTRY_DATA
IMPORTING
ES_DATA = ER_ENTITY.
you can use the above statement in the PUT handler ( UPDATE_ENTITY ) to get the data . Even though you are using batch you will get control in this method as this is the handler for the PUT ( for other operations also the same)
Sree