2014 Jul 17 3:40 AM
Hi,
I have a ALV report program there five loops are using based on vbak and vbap table.So my requirement is after second loop if when third loop is not reading the records then earlier two loops data should come in main internal table.in third loop lips and likp data is reading so whose sales order line items delivery having blank it should show blank of delivery column.So how to pass first two loops data to main internal table if third internal table is not reading data.
Thanks.
2014 Jul 17 4:29 AM
Hi Ram
Try sort the third itab3 by order and item.
Then in your second loop 'READ TABLE itab3 WITH key...BINARY SEARCH'. to judge the delivery column....
regards,
Archer.
Hi,
I have a ALV report program there five loops are using based on vbak and vbap table.So my requirement is after second loop if when third loop is not reading the records then earlier two loops data should come in main internal table.in third loop lips and likp data is reading so whose sales order line items delivery having blank it should show blank of delivery column.So how to pass first two loops data to main internal table if third internal table is not reading data.
Thanks.
2014 Jul 17 4:29 AM
Hi Ram
Try sort the third itab3 by order and item.
Then in your second loop 'READ TABLE itab3 WITH key...BINARY SEARCH'. to judge the delivery column....
regards,
Archer.
2014 Jul 17 5:32 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |