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
If yes then why do we require logical database
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is an update task? : abap modularization
What are pooled tables?
How do you save data in bdc tables? : abap bdc
Explain the table, which contain the details of all the name of the programs and forms?
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
How to read 5th record from Hash Internal Table?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr
What is a sequence of event-triggered in report?
What are system variable in abap?
Define dispatcher?
What are the components of sapscript?
Explain about sap fico testing and the tools used? : abap bdc
What are the advantages of logical databases?