What is a batch input session?
Answers were Sorted based on User's Feedback
Answer / paramjeet
BATCH INPUT SESSION is an intermediate step between internal
table and database table. Data along with the action is
stored in session ie data for screen fields, to which screen
it is passed, program name behind it, and how next screen is
processed.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / yogendra pandey
In this method transfer data from internal table to database table through sessions. Session is intermediate step between internal table & database table. Unless session is processed, the data is not transferred to the database table.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tapan
it is a data transfer technique,it is used in case of huge
amount of data,for error handling session is automatically
created with the parameter keep = 'x' for further
processing in future,it can be process in foreground and
back ground also,but data updatation must be schynarous only
it is a aschynarnous processing,
Is This Answer Correct ? | 1 Yes | 2 No |
what is the difference between [select single xxx from ...] and [select * from ... up to one row]?
What is the transaction code to display the payroll results ? : abap hr
How many types of size categories and data classes are there? : abap data dictionary
what is BDCRECXX contains?
What is the Tcode for System Dump?
Give me the Full flow of SD and MM
What are the Different Types of tickets in Realtime Scenario ?
Will 50,000 records be uploaded directly into APP's Server?
How do we debug sap script?
Explain SD and MM Flow?
12 Answers Keane India Ltd, Mascon, Tech Mahindra,
Explain the different types of mode (run code) in call transaction method?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?