How to transfer legacy data into base tables by scheduling
a time frame using bdc?
Answer Posted / sravangd
First we need to create a session for this process.
After creating session, we can schedule this job using tcode
SM36 or we can schedule in SM35 itself by giving schedule time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a table attribute?
What is the difference between field-group header and other field groups? : abap modularization
please give the remaining answers.
What is an interactive report?
What are the different types of views and their definition?
wht is the diff. b/n initialization and lotus of event
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
what is the t-code to link technical and functional operation?
How can we upload a text file having delimiters in to legacy system?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What takes most time in SAP script programming?
What are the modes in which any update tasks work?
Can we set page headers to details lists?
What are conditional chain statement?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc