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

Difference between call transaction & session method? which
of these methods can be best used in background process?

Answer Posted / saai

CALL TRANSACTION METHOD:

1)THE CALL TRANSACTION IS COMPATIABLE FOR SMALL AMOUNT OF
DATA ONLY.

2)IT IS COMPATIABLE FOR FOREGROUND PROCESS ONLY.

3)IT IS DOES NOT HAVE A LOG FILE CONCEPT.

4)IN CALL TRANSACTION ERRORS CAN BE HANDLED BY USING
BDC_MSGCOLL STRUCTURE.

5) THE DATA WILL PROCESS SYNCHRONOUS MODE AND UPDATES ALSO
IN SYNCHRONOUS .



SESSION METHOD:

1) IT IS COMPATIABLE FOR SMALL AMOUNT OF DATA AS WELL AS
LARGE AMOUNT DATA.

2)IT DOES NOT HAVE A LOG FILE CONCEPT.

3) THE DATA WILL PROCESS ASYNCHRONOUS MODE AND UPDATAES IN
SYNCHRONOUS MODE.

4) THE SESSION METHOD WILL EXECUTE ONLY IN BACK GROUND
PROCESS ONLY.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are lock objects?

1076


What will happen when we use single buffered selected?

1090


Is there any method apart from bdc for data upload to sap? : abap bdc

1130


What is sap abap data classes?

1120


What is a fall back class?

1567


What are field symbols and field groups? Have you used component idx of structure clause with field groups?

1091


Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?

1279


Structures can contain data only during the runtime of a program (t/f) : abap data dictionary

1366


What is an update type with reference to a match code id?

1032


Explain about sap fico testing and the tools used? : abap bdc

1140


What is IMG in SAP?

1268


How can we declare a table control in the abap/4 program?

1222


Explain what are the events used for logical database?

1023


Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?

2824


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

1107