Hi Gresh,
Iwill Test and come back to you
Hi Vadim,
Just one more info , I am running in the same APPLICATION
- This is my RUNLOGIC script :
*XDIM_MEMBERSET ACCOUNT = PROCESS
*XDIM_MEMBERSET SCENARIOS = $SUBID$ // parameter passed from data manager
*XDIM_MEMBERSET P_ACT AS %SH% = BAS(P_ACT_ALL)
*SELECT(%S%,"[ID]",P_ACT,"[ID]=%SH% AND [ID]<>'PACT001'")
*XDIM_MEMBERSET P_ACT = %S%
*START_BAdI RUNLOGIC_PH
QUERY = ON
WRITE = ON
LOGIC = PROCESS_SCHEDULER.LGF
APPSET = APS
APP = PLANNING
VALIDATION=OFF
DIMENSION ENTITY = BAS( ALL_ENT)
DIMENSION CATEGORY = BUDGET
CHANGED = ENTITY
DEBUG = OFF
*END_BAdI
2.This the scope that I want to retieve before RUNLOGIC , in green the dimensions that they have the same values.
ENTITY members are unique per line , we cannot find for example ENT001 in other lines except the first line.
3. This is the scope that I want to pass to my calling script in order to execute each line ( each ENTITY) in one parallel process.
Thanks
Mohamed

