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...

diff b/w call trans. and session method.

Answer Posted / tanmoy

The Session method in BDC utilizes the Function Modules:
BDC_OPEN_GROUP
BDC_INSERT
BDC_CLOSE_GROUP
The data is present in the session is not updated in the
tables until & unless the session is processed by the
transaction SM35. It also updates the data synchronously.
It has an inbuilt error log.

Call Transaction method:
Update the records faster.
It should return the value.
For error records it will be stored in the Internal table
BDCMSGCOLL
Update the Database Both synchronously and asynchronously.

Syntax:
CALL TRANSACTION 'MM01' USING GT_BDCDATA
MODE 'E'
UPDATE gv_update
MESSAGES INTO GT_BDCMSGCOLL.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is asynchronous and synchronous update?

1097


How would you suppress the display of a parameter on the selection screen?

1101


What are the events used in abap in the order of execution?

1050


What functions does a data dictionary perform ?

1080


Does the table can have multiple foreign keys?

1088


What are the tcodes for performance tuning?

1547


What is the difference between bdc_okcode and bdc_cursor? : abap bdc

1154


How to read 5th record from Hash Internal Table?

1417


8)when u create sales report what u can see in that report ? what rthose field names or data element names? 9)when u create purchase order details report what u can see in that report ?what rthose fieldnames or dataelements? 10)when u create material stock report in material master grouped by material type and plant what u can see in report ?what rthose field names or dataelement ? 11)when u create shipping forecast report what u can see in that report ?what rthose data elements or field names?

2159


did u done enhancement framework?how u implemented?

5586


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

1167


function modules are also external subroutines. State true or false. : abap modularization

1140


How do you process errors in call transaction method? : abap bdc

1262


Difference between function group and function module?

1256


What is cts and what do you know about it? : abap hr

1278