2008 Sep 26 7:41 AM
hi
how to display and compare the data from two different clients(i.e. source and target ) with checkboxes in alv grid format.
thanks in advance.
hi
how to display and compare the data from two different clients(i.e. source and target ) with checkboxes in alv grid format.
thanks in advance.
2008 Sep 26 10:38 AM
2008 Sep 26 10:43 AM
Use CLIENT SPECIFIED after FROM clause to fetch data from different client.
SELECT... FROM <tables> CLIENT SPECIFIED. ..
Load data into internal table with MANDT field and display the MANDT and corresponding record
2008 Sep 26 11:08 AM
Hi,
When you Use CLIENT SPECIFIED make sure you include the MANDT in the where clause.
example
select * from vbak
client specified
where mandt in so_mandt " so_mandt is select option for the client )
and " rest of the selection criteria
Edited by: Advait Gode on Sep 26, 2008 12:08 PM
2008 Sep 26 11:03 AM
Hi Gajendra,
Have a look at the below class
CL_RSRD_PRODUCER_EXCEL
Cheers,
KD
Edited by: Krutiman Das on Sep 26, 2008 11:04 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |