cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Programming to access AS 400 DB Table

Former Member
0 Kudos

Hello,

I need help how to create ABAP programming that can be access ( just view content ) an AS 400 DB table ( Physical File ).

Thanks In Advanced

Ivan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Transaction AL11 will give you a rough browse capability to sequential files on the server. If it is a database on the server, then you will need EXEC SQL to read the database.

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

Check out Part 3, Chapter 12.

Good luck.

http://www.redbooks.ibm.com/redbooks/SG244672.html

Regards,

Rich Heilman

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Ivan!

Physical File? Then have a look at statements OPEN DATASET, READ DATASET.

Regards,

Christian