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

Creating a program in SE38

Former Member
0 Likes
548

I need to create a program, which would select all records from my Z table and print them on the screen. Can anyone help in this matter? Any steps would be of help. Thanks

Moderator message: please do more research before posting.

Message was edited by: Thomas Zloch

2 REPLIES 2
Read only

former_member209920
Active Participant
0 Likes
485

do some research or go through some book for ABAP Beginners.

Read only

Former Member
0 Likes
485

You can also explore the tcode ABAPDOCU for large number of  examples. Under database access -open sql you can find specific example for the data select to internal table and display.