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: 

Creating a program in SE38

Former Member
0 Kudos

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

former_member209920
Active Participant
0 Kudos

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

former_member421609
Discoverer
0 Kudos

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.