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 functional areas, user groups? How does abap query work in relation to these?
What are the uses of secondary indexes?
What are the page windows?
What is filter dependent BADI?
0 Answers Cap Gemini, Infosys,
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What is syntax to upload a logo in script ?
4 Answers Accenture, Harjai Computers,
Can search help be assigned to more than one table? Can matchcodes be assigned to more than one table?
What are the parameters in bdc_open_group? : abap bdc
what are the differences between scripts & smart forms?
Difference between Session Vs Call transactions?
Explain open dataset in sap abap?
can we create views in bdc