I have two Tables A & B.
Table A returns two rows of data i.e. Row 1 = 001 Monday and Row 2 = 002 Tuesday. When I select Row 1 = 001 Monday I want it to return the further data in Table B relating to 001 Monday.
Is there an expression I need to add in the Table A to bring the data forward in to Table B?
Example of the data as follows. so when i select entry 1 from table A, i want to display records 1 & 2 from table B. Both tables are returned from the same BAPI
Table A 001 Monday,
002 Tuesday,
003 Wednesday
Table B 001 item 1
001 item 2
002 item 100
003 item 200
003 item 400