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 an evaluation path? : sap abap hr
In sap script how to print bar code in vertical manner
Explain the call transaction method? : abap bdc
what is the process of creating quotation using BAPIs.
When value table becomes check table?
What are the attributes of the data? : abap data dictionary
Can a domain, assigned to a data element be changed?
Explain the Inportance of pa40? : abap hr
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is a subscreen? How can we use a subscreen?
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
What is the diff between database view and maintenance view?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How do you find the information on the current screen? : abap bdc
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc