SAP ABAP Question: Download SAP ABAP PDF

What is a batch input session?

Tweet Share WhatsApp

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.

Create session – BDC_OPEN_GROUP

Insert batch input – BDC_INSERT

Close session – BDC_CLOSE_GROUP

Download SAP ABAP PDF Read All 161 SAP ABAP Questions
Previous QuestionNext Question
What are field symbols and field groups? Have you used component idx of structure clause with field groups?What is the alternative to batch input session?