18) Difeerence between various BDC method.Which is the best
one?

Answer Posted / ashwin urkude

Their are 2 types of BDC Method:
1) CALL TRANSACTION.
2) SESSION .

1: CALL TRANSACTION : In this method you Call a Transaction
as 'MB01' and Process the Recorded BDC RUNTIME.
You can RUN this BDC in following Modes:

MODE A: FOREGROUND MODE(You will be able to View SCREEN
calling and fiiling of data in respective fields of that
very SCREEN).

MODE E: ERROR MODE(Everthing in Background. If any ERROR
occurs your BDC will STOP on that very SCREEN where ERROR
occured.)

MODE N: BACKGROUND(Processing of BDC is done in
Background. If any ERROR occurs the BDC will not get
executed further & you are thrown out of BDC.)
-----------------------************------------------------

2: SESSION METHOD :- Here for whatever BDC you have RECORDED
a SESSION(LOG) is CREATED where the BDC is STORED and it
gets Executed when you Execute the LOG through TRANSACTION
SM35. to View the OUTPUT use TRANSACTION SM39.
This is basically done when you are dealing with large
amount of data in your Internal Table. We use 3 Function
Modules .

BDC_OPEN_GROUP : To open the group.
BDC_INSERT : To Insert Transaction.
BDC_CLOSE_GROUP: Closes the Transaction.

SESSION METHOD IS THE BEST.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Some Realtime Objects on Bdc.

2423


Does sap handle multiple currencies?

600


why particularly lock object name starts with EZ OR EY?

1504


What are the names of the function modules that will be generated upon activation of a lock object?

542


What is an interactive report? What is the obvious difference of such report compared with classical type reports?

559






Why cant we use Normal function module for data transfer?

1695


Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr

629


Explain what is sequence of event triggered in report?

551


What is the t-code to display batch input sessions? : abap bdc

625


How to do find it?

555


what are the various types of parameters and how are they distinguished from one another?

720


What is lock objects? : sap abap data dictionary

605


What are the two ways for restricting the value range for a domain ?

704


How do you take care of performance issues in your ABAP programs?

660


Explain the function module in bdc?

569