Interview questions for file handling in ABAP.

 1.What is file handling in ABAP.

* It is used to transfer the data from non-sap to sap and sap to sap.


2. What is Dataset and how you use it?

*The sequential files (on application server) are called datasets. 

* They are used for file handling in SAP.

* ABAP/4 provides three statements for handling files -

- The OPEN DATASET statement opens a file.

- The CLOSE DATASET statement closes a file.

- The DELETE DATASET statement deletes a file.

Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).