What will happen if we run call Transaction in BDC for large
volume of data?
Answers were Sorted based on User's Feedback
Answer / guest
Hi,
For large amount of data it is advised to run in back ground
since it take more time to update large data and batch input
session can be processed in 3 ways - > foreground,
background and during processing with error display. where
as CALL transaction - > entire batch input processing takes
places online in program.
Hope above answer is correct for the question asked..
Is This Answer Correct ? | 9 Yes | 4 No |
Answer / kumaresh
this will take more time than session method takes.
Is This Answer Correct ? | 4 Yes | 2 No |
Is der any any alternative Statement instead of HIDE which u can use in reports?
What is LDB?
if bdc session method is to be executed at some particular time without using sessions? how?
What is PS structure
what is actaul procedure of session method of bdc. pls me complete steps.
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
In Function module SAP provieds Two Standard Exception, give name of that two exceptions.
Polymorphism real time scenario
what is bapi,badi,bdc,ale idocs?
How many interactive lists?
Can we write the code both call transaction and session method in single program?
Internal table itab contains some records. If the code is like this : LOOP AT ITAB. APPEND ITAB. ENDLOOP. What ill be the result??