what is actaul procedure of session method of bdc.
pls me complete steps.
Answer Posted / nani
1) Open the session(bdc_open)
2)identify the transaction to which we want to transfer the data
3)create a internal table with the fields.
4)append the data to an internal table.(bdc_insert)
5)populate the internal table data
6)close the session.(bdc_close)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are roles and authorization objects?
What are null values?
what is the process of creating quotation using BAPIs.
What is the difference between collect and append statements?
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What is partner selection?
What are the personnel administration related Infotypes
How to write a bdc – how do you go about it?
How to display or know if the value entered contains records or not?
What is the difference between upload and ws_upload ? : abap bdc
What are the page headers for secondary lists?
What are internal tables? How do you get the number of lines in an internal table?
What are table clusters?
What are the basic objects of the data dictionary? : abap data dictionary
What are dml commands in abap?