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 programming

Former Member
0 Likes
523

hi friends ,

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

how it is possible.

with regards

bhupi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

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

Former Member
0 Likes
491

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

Read only

Former Member
0 Likes
490

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