2006 Dec 07 11:40 AM
Hi,
Can we pass data from one program to another in ALV as well as in reports
2006 Dec 07 11:53 AM
Hi RajaReddy,
We can't transfer data from ALV to another list program.
But we can transfer data from List program to ALV Program by using Import/Export and SUBMIT statement
Regards
Bhupal Reddy
Hi,
Can we pass data from one program to another in ALV as well as in reports
2006 Dec 07 11:43 AM
You can pass data by using EXPORT/IMPORT Memory or by using SET/GET Parameter ID.
2006 Dec 07 11:49 AM
try this code
*Code used to populate 'parameters' & execute report
SUBMIT zreport with p_param1 = 'value'
with p_param2 = 'value'.
p_param1 and p_param2 are parameters in zreport program.
2006 Dec 07 11:51 AM
Hi,
You can pass data through programs using
EXPORT ..........IMPORT
Set parameter id........... get parameter id
regards,
pankaj singh
2006 Dec 07 11:53 AM
Hi RajaReddy,
We can't transfer data from ALV to another list program.
But we can transfer data from List program to ALV Program by using Import/Export and SUBMIT statement
Regards
Bhupal Reddy
2006 Dec 07 12:01 PM
We can pass data inbetween ABAP programs using export/import. To display data U need to update the ALV grid view
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |