SAP PAPM
Cross Join in SAP PAPM
The Cross join in SAP PAPM returns the cartesian product of the rule above and this rule.
Input 1-Material Table
Material Code | Material | Cost per order | Unit |
M1011 | Leather | 10.00 | USD |
M1012 | Thread | 5.00 | USD |
Input 2-Product Table
Product Code | Product |
P0001 | Shoe |
P0002 | Watch |
Rules Tab
Rule | Input description | State | Rule Type | Level | Input |
Rule 1 | Table 1 | Default (Active) | From | 0 | Material Table |
Rule 2 | Table 2 | Default (Active) | Cross Join | 0 | Product Table |
Sub View
Results
Material Code | Material | Cost per order | Unit | Product Code | Product |
M1011 | Leather | 10.00 | USD | P0001 | Shoe |
M1012 | Thread | 5.00 | USD | P0001 | Shoe |
M1011 | Leather | 10.00 | USD | P0002 | Watch |
M1012 | Thread | 5.00 | USD | P0002 | Watch |
Source SAP PAPM