Application Development 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: 

module programming

Former Member
0 Kudos

hi friends ,

i want to display contents of itab into screen through module program.

how it is possible.

with regards

bhupi

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

Create a scree and create table control with wizard and user internal table which you have data to create a table control.

and in the PBO event fatch all the data into the internal table which u used into the creating a Table control.

After this create a T-code and execute that T-code you will get all the data on screen with table formate.

Hope this will help.

Regards,

Hiren Patel

2 REPLIES 2

Former Member
0 Kudos

hi

Create a scree and create table control with wizard and user internal table which you have data to create a table control.

and in the PBO event fatch all the data into the internal table which u used into the creating a Table control.

After this create a T-code and execute that T-code you will get all the data on screen with table formate.

Hope this will help.

Regards,

Hiren Patel

david_carballido
Active Participant
0 Kudos

You can use a Table Control or a Custom Container to create an ALV ...