What do you mean by BDC (Batch Data Communications) programming?
Answer / chaitanya
It is an automatic procedure to transfer large or external data into SAP system. ‘Queue file’ is the central component of the transfer, which receives the data through batch input programs and groups that are associated into ‘sessions’.
Describe the data classes?
The data classes are classified into following classes
Master Data: The data in this class seldom change
Transaction Data: The data can be changed often in this class
Organization Data: This data is a customized data and is entered in the system when the system is configured. It is rarely changed.
System Data: This data is used by R/3 system itself
Is This Answer Correct ? | 0 Yes | 0 No |
What are the types of Function Modules? What is an UPDATE function module?
What is the difference between AT SELECTION-SCREEN and AT SELECTION-SCREEN OUTPUT?
What is the difference between a ‘Database index’ and a ‘Match code’?
What is dispatcher?
How to create ‘table cluster’?
What is the difference between INSTANCE methods and STATIC methods?
Synchronous and asynchronous methods in BDC ?
What are the different databases Integrities?
What are the standard IDOC's used?
How can you create callable modules of program code within one ABAP/4 program?
There are 1000’s of IDOCs in your system and say you no longer need some of them? How will you get rid of those IDOCs?
Can you describe the events in ABAP?