Hi experts,
In this scenario, I have a table IT_DIM_MEMBER with 2 fields.
DIMENSION (C20) : dimension id
T_MEMBER (internal table): selected members for the dimension
Example:
Number of rows and values on rows of this table are determine...
Hi all,
Is it possible to use a dynamic filter based on properties of dimensions rather than directly providing a hard coded member, in the task sequences?
Only syntax explanation that I could find was limited to 2 different help guides just giv...
Just for future reference, when I had this error message, it was due to following scenario:1) There is a property based selection on a dimension (like "Type = A"), that is setup on a DEV environment where there is actually a member with property Type...
Hi Sandra,No, the code you provide would loop in individual T_MEMBER tables. The requirement I have is to get all cartesian combinations of T_MEMBER tables, that are available in IT_DIM_MEMBER. In above example I have 5 but it is determined at runtim...