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

Problem in ALV display using OOPs

Former Member
0 Likes
305

Hi,

I have a dynamic selection screen where i am submitting one report to the other using SUBMIT statement.

After entering values in the selection screen, the output should be displayed using ALV.so i created a screen in the 2nd report i.e ZARR_MASSUPDATEFORNOTES and wrote the code in the PBO module of the screen.But while executing the output is not getting displayed.

My code is as below.

INSERT REPORT 'ZARR_MASSUPDATEFORNOTES' FROM t_comm.

SUBMIT ZARR_MASSUPDATEFORNOTES VIA SELECTION-SCREEN .

Thanks in advance......

Thanks,

Kiran.

1 REPLY 1
Read only

Former Member
0 Likes
278

Hi,

Try creting two different 'Z' programs without creating a different screen.

populate your internal table with data.

Do this.

Export the internal table using memory id.

*******************************************************

Import the memory id in the 2nd report and pass the required value to the selection screen of the 2nd report and execute.

Regards,

Amit