18) Difeerence between various BDC method.Which is the best
one?
Answer / 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 |
What are the advantages and disadvantages of ABAP query tool?
Suppose, we are creating one table. at that time we are mention table space and size category. Generally size category is from 0 to 6 is available. suppose if we are declare size category as 0(zero). For 0 (zero) the size of rows is from 0(zero) to 19000. I have 25000 records to insert into table. but table size is declared as 0(zero). i.e 19000 records. what about remaining 6000 records. shall i insert in to table or not? if insert how can i do? if not insert what can i do? Please answer me? i faced this one in TCS interview.
Which objects are independent transport objects? : abap data dictionary
24) Can we create more than one main window in scripts?
if i want to insert 10 laks MM records and for inserting one record it takes 1 min by using call transaction or session method . so here is there any alternative
What are ranges? What are number ranges?
What is the difference between At first and On change control command.
What are different ABAP editors? What are the differences?
how will u extract sales doc. number of corresponding billing doc. number with out using select query
what is the functionality of data class?
what is Cross Applications?
What are two methods of modifying sap standard tables? : abap data dictionary