2007 Aug 06 7:22 AM
what is the exact meaning of a dataset
2007 Aug 06 7:24 AM
Hi,
datasets are the files on the application server.
open dataset opens the file for reading / writing or appending records.
read dataset reads the data from teh file to the work area / variables of the program
close dataset closes the file on the application server.
Reward if it helps..
regards,
Omkar.
2007 Aug 06 8:10 AM
u can get help from the given link:
http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3d69358411d1829f0000e829fbfe/content.htm
reward if useful
anju
2007 Aug 06 8:14 AM
Hi,
To open the file on the application server
use Open Dataset
To read
Read dataset
Transfer dataset
Close dataset
Regards
Arun
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |