Sunteți pe pagina 1din 5

sapabapiq.

co m

http://www.sapabapiq.co m/2013/02/sap-bdc-real-time-interview-questio ns.html?pfstyle=wp

SAP-BDC-Real-Time-Interview-Questions-Answers
SAP BDC Real T ime Interview Questions and Answers, here in this post we are going to provide a list of BDC (Batch Data Communication) Real T ime Interview Questions and Answers. BDC is the process of transferring the data from Non SAP Systems to SAP Systems through using various methods. Refer this post for more details and BDC Interview Questions. Click on Read More.

SAP ABAP BDC Interview Questions

SAP BDC Interview Questions and Answers, here in this post we are going to provide a list of BDC (Batch Data Communication) Real Time Interview Questions and Answers. BDC is the process of transf erring the data f rom Non SAP Systems to SAP Systems through using various methods. Ref er this post f or more details and BDC Interview Questions.

1.

What is full form of BDC Session?

Batch Data Communication Session.

2.

What is the alternative to batch input session method?

Call transaction & call dialog

3.

What are the steps in a BDC session?

T he f irst step in a BDC session is to identif y 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. T he f inal step is to submit the BDC table to the system in the batch mode or as a single transaction by the CALL T RANSACT ION command.

4. What table stores online messages? T 100.

5. What do you do when the system crashes in the middle of a BDC batch session? Check no. of records already updated and delete them f rom input f ile and run BDC again.

6.

What do you do with errors in BDC batch session?

Analyse and correct input f ile f ormat and entries in internal table BDCDATA.

7. WHAT are the commands that allow you to process sequential file? And what is their syntax?

READ DATASET : reading and T RANSFER: writing OPEN DTASET f or in mode at POSIT ION MESSAGE READ DATASET INT O CLOSE DATASET DELET E DATASET T RANSFER to

8. Why batch input? To input a large amount of inf ormation at of f peak times.

9. Can data be put directly into the database? No, only af ter the data has been entered via transaction.

10. Explain at high level, the batch input process? Batch data is placed into queues called batch input sessions , then placed into the application programs f or maintenance into the database.

11. What are the function modules associated with batch input? BDC_OPEN_GROUP, BDC_CLOSE_GROUP, BDC_INSERT

12. What is the structure of the BDC table? Program / Dynpro / dynbegin / f ield value. f ield name /

13. Write out a coding example for filling a BDC Table. FORM REFRESH CLEAR MOVE <program name > to <bdc table>-

PROGRAM TO DYNPRO X T O -DYNBEGIN APPEND CLEAR MOVE: T O -FNAM T O -FVAL APPEND

14. How do you find the transaction number, program number and field names? Transaction no.,program no. : Field names : System -> status

F1, Technical specif ications .

15.

What are the processing modes for Batch Input?

Process on screen (f oreground), Display errors only, Process in the background.

16.

What is the effect of the BDC_CURSOR field name in the BDC table?

You can set the cursor and enter as a corresponding f ield value, the name of the Field, on which the cursor is to be positioned.

17.

Why you choose Call transaction and/or session method?

Call transaction is mainly used when you want to update the database using a single transaction, you can also update the database in asynchronous mode, where as session is used to perf orm huge database updations using more than one transaction.

18.

How do you trap errors in call Transaction?

Errors while updating the database using call transaction technique are trapped using a structure BDCMSGCALL, whose f ield msgtyp become e when an error record is encountered. T hose records are f ormatted using FORMAT _MESSAGE f unction call in the desired f ormat and stored in an internal table f or listing of all error records in one shot.

19.

What are different types of Update Modes?

In BDCs we have two types of updation modes, 1) 2) Synchronous Asynchronous.

20.

What is main difference between session method and LSMW?

In the context of session method, the method of updating is Batch Input, we require a program to be coded, But in the context of LSMW method, the methods of updating using Batch input/ Direct Input f rom an IDOC /

f rom a BAPI structure. No source code is required; the complete operation is perf ormed in 16 sequential steps.

Read Part Two of BDC Interview Questions and Answers

Read Part T hree of BDC Interview Questions and Answers

Read Part Four of BDC Interview Questions and Answers

Read Part One of BDC Interview Questions and Answers

Dear ABAPers if you know any Real T ime Interview Questions Please provide the questions in below comment box it'll helpful for the fellow novice ABAPers.

"You found the information helpful and want to say thanks? Your donation is enough to inspire us to do more. Thanks a bunch!"

S-ar putea să vă placă și