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
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
what is abstract classes
What are the dis-advantages of logical databases? : abap hr
Work most on which module: name a few tables?
What are the 2 other types of views, which are not allowed in release 3.0?
What will happen when we use single buffered selected?
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
What are the internal tables and work area?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What are the page headers for secondary lists?
A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary
What are control tables?
what is code to upload cost centers through call trans. and procedure
What are the events we use in dialog programming and explain them?