Reading Data from SAP Application Server

Step1.  Go to Tx- AL11

Step2. Need to read data from DIR_TEMP directory.

 Double click on it.


Step3. So here we have the files.

Double click on the file : ALL_FLIGHT_DATA & ALL_FLIGHT_DATA_BIN

Step4. here are the file contents.

Step5.  Execute the report which reads the file : ALL_FLIGHT_DATA and puts it in an internal  table and then displays it.

OPEN DATASET-  Opens the file for certain operation

FOR INPUT- Means to read the data from the file of the application server

READ DATASET- Reads the file content line by line .

CLOSE DATASET- Closes the file.

Step6. So here we have the report output.

Step6.. Also we can read the file  ALL_FLIGHT_DATA_BIN & display its data.

Step7. So here is the below output.


 

 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s