Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we pass data from one program to another

Former Member
0 Likes
756

Hi,

Can we pass data from one program to another in ALV as well as in reports

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
706

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 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

5 REPLIES 5
Read only

former_member150733
Contributor
0 Likes
706

You can pass data by using EXPORT/IMPORT Memory or by using SET/GET Parameter ID.

Read only

Former Member
0 Likes
706

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.

Read only

Former Member
0 Likes
706

Hi,

You can pass data through programs using

EXPORT ..........IMPORT

Set parameter id........... get parameter id

regards,

pankaj singh

Read only

Former Member
0 Likes
707

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

Read only

Former Member
0 Likes
706

We can pass data inbetween ABAP programs using export/import. To display data U need to update the ALV grid view