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
What are lock objects?
What will happen when we use single buffered selected?
Is there any method apart from bdc for data upload to sap? : abap bdc
What is sap abap data classes?
What is a fall back class?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What is an update type with reference to a match code id?
Explain about sap fico testing and the tools used? : abap bdc
What is IMG in SAP?
How can we declare a table control in the abap/4 program?
Explain what are the events used for logical database?
Give Some examples of reports generated in real time scenarion? Also give examples of standard reports in SAP used in real time?
How to display or know if the value entered contains records or not?