cancel
Showing results for 
Search instead for 
Did you mean: 

Test creation of hr master data/objects

Former Member
0 Kudos

Hello,

in my programm i need to create some objects(training events, groups, types, locations,..)/infotypes. I would like to offer to enduser some "testing/simulation" behaviour - the infotypes will not be stored in database at the end of processing. So i wanted to use parameter vtask = 'B' - buffer of FMs RH_OBJECT_CREATE and RH_INSERT_INFTY and at the finish of procces call FM RH_UPDATE_DATABASE in case that the user wants to store information, in other case call this fm with parameter CLEAR_BUFFER = 'X' to clear this buffer. But when i was making some test the bufer was not cleared and the objects were created after calling this fm at next runs of programm.

So my question is: how should i clear the buffer?

Thanks,

JJ

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

The following function calls might help..

RH_CLEAR_BUFFER

RH_DELETE_BUFFER

RH_PM_INFTY_BUFFER_REFRESH

~Suresh