Hi Guys,
I am using FM RH_INSERT_INFTY with Vtask = 'B'.
This way I process all the records and they are updated in an internal buffer.
After processing all the records I call RH_UPDATE_DATABASE to commit to database.
My question is that if I am running my program in test mode and I don't call RH_UPDATE_DATABASE, how do I clear the internal buffer that is updated by RH_INSERT_INFTY?
I would appreciate your suggestions.