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 the various types of selection screen event?
What are field groups?
What are the steps in a bdc session? : abap bdc
What are the components of sap scripts? : abap hr
What are the types of bdc s?
What are the disadvantages of abap query tool?
How many primary keys can be created for a table?
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
how to modify the standard method as per your requirement
If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary
What is singleton pattern in OOPS?
Differentiate screen painter from menu painter.
What are authorization objects and what statement is used to perform an authorization check in an abap program?
Explain what is a logical database?
Explain how to create any functions? How to go about it?