What is full form of BDC Session?
Batch Data Communication Session.
2.
The first step in a BDC session is to identify the screens of the transaction that the
program will process. Next step is to write a program to build the BDC table that will be
used to submit the data to SAP. The final step is to submit the BDC table to the system in
the batch mode or as a single transaction by the CALL TRANSACTION command.
Write the BDC table structure.
BDC table structure
FIELD
11. What is the syntax for \u2018CALL TRANSACTION\u2019?
CALL TRANSACTION trans [using bdctab MODE mode].
Three possible entries are there for MODE.
The R/3 basis system guarantees the integration of all application modules. The R/3 basis s/w
provides the run time environment for the R/3 applications ensures optimal integration, defines a
stable architectural frame for system enhancements, and contains the administration tools for the
entire system.One of the main tasks of the basis system is to guarantee the portability of the
complete system.
6. What are the functions of dispatcher?
Equal distribution of transaction load to the work processes.
Management of buffer areas in main memory.
Integration of the presentation levels.
Organization of communication activities.
8. Name various work processes of R/3 system?
Dialog or Online (processes only one request at a time).
Background (Started at a specific time)
Update (primary or secondary)
Enque (Lock mechanism).
Spool (generated online or during back ground processing for printing).