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

module pool to output report!!

Former Member
0 Likes
574

HI,

I need to output some layout based on the module pool parameters , ie need to process the module pool parameters process it build an internal table n then display...whats the way out, how shall i go abt this?

Regards

Gunjan

HI,

I need to output some layout based on the module pool parameters , ie need to process the module pool parameters process it build an internal table n then display...whats the way out, how shall i go abt this?

Regards

Gunjan

3 REPLIES 3
Read only

Former Member
0 Likes
529

Hi gunjan,

This depends on what basis do you want to display the result? Is it an alv based or table control. And depending on that u can either use alv grid control using OOPS concepts or go for table control in module pool. Get the data from the user from one screen, and then pass the internal table to the table control and the rest would be taken care by the system itself. For this you need to create the table control with wizard so that the system generates the code for you. In case of ALV , you need to create the custom control and wirte the code yourself.

Read only

Former Member
0 Likes
529

Hi,

I think the best method is to build a Custom Control in a separate Screen and Insert ALV Grid in the Custom Control and display the data in the grid.

regards,

Mahesh

Read only

Former Member
0 Likes
529

If the requirment is to display in ALV format, then use one more screen and place custom container.

If u want display it as like classical report, then use key work

leave to list porcessing, and use write statements.