Mapping Data from one module to another
Hi Everyone,
Please consider following example,
Name | Type |
A | ZPBR |
B | ZRBR |
C | ZRCL |
D | ZWIR |
I have a module A with 'Name" as list and a line item named type as shown above, now below I have a second module B with a List "Class" and the list "Name" in module A is a line item here.
Class | Name | Type |
ABD | A | |
SHG | B | |
AJS | C |
How can I bring the values in "Type" line item from Module A also into the module B with respect to "Name"
Tagged:
0
Best Answer
-
You should use LOOKUP function here:
Module A.TYPE[LOOKUP:NAME]
Please make sure that format of line items is right and matching with the dimensions.
2