‎2009 Mar 17 6:02 AM
when we create a session , where is all the data stored in the background?
‎2009 Mar 17 6:05 AM
Hi,
Flat file is created on application server.when you create a session.
Regards,
Gurpreet
‎2009 Mar 17 6:05 AM
Hi,
Flat file is created on application server.when you create a session.
Regards,
Gurpreet
‎2009 Mar 17 6:16 AM
hi balaji ,
why we create session ?
Session method.
1) synchronous processing.
2) can tranfer large amount of data.
3) processing is slower.
4) error log is created
5) data is not updated until session is processed.
Batch data is placed into queues called batch input sessions , then placed into the application programs for maintenance into the database.
regards
chinnaiya
‎2009 Mar 17 8:14 AM
‎2009 Mar 17 12:29 PM
Hi,
in BDC Sessions, the ABAP program creates a session with all the transactional data, and this session can be viewed, scheduled and processed (using Transaction SM35) at a later time. The latter technique has a built-in error processing mechanism too.Session method provide synchronous processing , error log is created & data is not updated until session is processed means you are free to update data as per your convenience.
Following links can help you :-
http://abap-gallery.blogspot.com/2007/08/bdc-batch-data-communication-tutorial.html
https://www.sdn.sap.com/irj/scn/wiki?path=/labels/viewlabel.action&id=725&key=snippets&startindex=0
Thanks,
Smita
Edited by: Smita Gupta on Mar 17, 2009 1:30 PM
‎2009 Mar 17 1:40 PM