Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is append structure?

1119


Does the call transaction method allow multiple transactions to be processed by sap?

1052


What is lock objects? : sap abap data dictionary

1136


WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA

2595


Rp_provide_from_last contains how many parameters ? : abap hr

1555


How will you read from internal table records in a given value range (without using loop)

1540


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

1093


any one can tell me which is the tables can store in ddic plese dont say db02l,please give me different ways of resideing the tables ?

2536


What is the different between template and a table?

1206


Explain what is a logical database?

1139


What are local objects?

1184


How to display if the value entered contains records or not?

1120


What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc

1272


What is the significance of the memory table ‘screen’?

1185


What are the sequences of event block?

1141