InterviewSolution
Saved Bookmarks
| 1. |
What Is A Batch Input Session? |
|
Answer» BATCH INPUT SESSION is an intermediate step between internal table and database table. Data ALONG with the action is stored in session i.e. data for screen fields, to which screen it is passed, program name behind it, and how NEXT screen is processed. BATCH INPUT SESSION is an intermediate step between internal table and database table. Data along with the action is stored in session i.e. data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed. |
|