what is actaul procedure of session method of bdc.
pls me complete steps.
Answer Posted / gvkreddy
1) Open the session
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.
5)populate the internal table data
6)close the session.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the different types of mode (run code) in call transaction method?
where do we store all custom programs in SD module?
How do you move on to the next screen in interactive reporting?
Explain the types of bdc's?
What is meant by stacked list?
What are the components of sapscript?
In delivery processing which step comes first picking, packing, posting goods issue ?
What is a predefined type in abap?
How many ways you can create table? : abap data dictionary
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
Can we use flow logic control key words in abap/4 and vice-verse?
What is a table attribute? : abap data dictionary
What do you understand by work area and internal tables in abap? Why do we use it?
What is the basic difference internal tables and database tables? : abap data dictionary
Explain the difference between get and get late?