Difference between call transaction & session method? which
of these methods can be best used in background process?
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 |
what is the transaction code to create LOGO in sap scripts?
What are the different types of data dictionary objects? : abap data dictionary
WHAT IS DIFFERENCE BETWEEN BATCH INPUT MEHTOD AND DIRECT INPUT
in the event at selection-screen output we use loop screen,what is screen intenal table,structure or DB table?
How to make changes in standard script for sales order header data?
What are th control break events in abap?
Hi to all abap guru's my querry is as follows How to trigger the page break in smartforms forcibly ? and how to trigger the page break in the scripts forcibly ? means for every 10 records i have to trigger the page break ? and in smart form also ? thanks in advance
You have 5lakh records to transfer to sap from flat file.which method of bdc you wiil choose and why?
What are the difference between tables and structures? : abap data dictionary
What is the significance of the memory table ‘screen’?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
what are the types of lists in pf-status in mod pool?