Hello !
I am running standard currency conversion program . I had one issue.
Observation :
I am running currency conversion (below program) by selecting single entity only but program is doing currency conversion for all the entites in the group.
Issue : Is it a standard behaviour of program ?
*RUN_PROGRAM CURR_CONVERSION
CATEGORY = %KCATEGORY_SET%
GROUP = %KSCOPE_SET%
TID_RA = %TIME_SET%
RATEENTITY = Global
ENTITY=%KENTITY_SET%
INCREMENTAL_MODE =
*ENDRUN_PROGRAM
Thanks !