Currently, I have 2 reports in my spreadsheet - and I'd like to enter a value in cell A1 and have SAP use that value for both reports (ie. Location ID).
Here are the formulas I have:
Cell B1: =SAPSetFilterComponent("DS_1", "YLOCATION","ALL")
Cell F1: =SAPSetFilterComponent("DS_2", "YMANFFROM","ALL")
I'd like to enter a value of X900 for the location id in cell A1 - and have both reports refresh based on that value.