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

What data is contained in data dictionary? : abap data dictionary

642


In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?

980


What is meant by search help? : sap abap data dictionary

584


What is buffering in abap?

633


there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?

1759






Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1067


how to genernate 21 sencondary index

7010


What is elementary search help? : sap abap data dictionary

560


What are the two statements which are required in an abap program to output an icon using a write statement?

766


What are the page windows?

552


Explain about sap fico testing and the tools used? : abap bdc

609


What function does data dictionary perform?

566


What are the pooled and cluster tables?

562


THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM

15759


Explain what are the events used in interactive reports?

489