Hi Experts
Anyone out there ever found a way to fire up a function module from an 'exit' planning function without it raising any locks.........
Problem is an exit function is started from a BPS level which must have at least 1 char and 1 Key Figure.
And thus a 'lock' occurs in RSPLSE for the cube.....but i am trying to start an FM which will control, for example, the execution of selected global sequence etc using all the logical facilities when writing an FM.....BUT...i don't want any locks in the system because multiple users should be able to access and fire up the FM......
To be clear: the FM itself is NOT changing any records - in fact it fired up from the INIT part or the exit planning functiond executes correctly over 0 records.....BUT...those locks are gonna cause me problems.........so how to fire up the FM without raising a single lock on the cube......????????
Thanks
Rael