How will you do in session method?
Answer Posted / lakshmi reddy
1.Declare internal table and bdc structure.
2.Upload the data to internal table(ws_upload or gui_upload)
3.Upload the data to the corresponding screen from internal
table.
4.open bdc
5.insert bdc.
6.close bdc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will happen when we use fully buffered in abap?
How we format the data before before write statement in report ?
What is its? : abap hr
How do you read files from the application server ? : abap bdc
Name a few data dictionary objects?
why particularly lock object name starts with EZ OR EY?
Explain Singleton class
Workbench request are client dependent or client independent
How many structures can be created in a Ztable ?
Hat are the different types of mode (run code) in call transaction method?
How does the interection between the dynpro and the abap/4 modules takes place?
Does every abap/4 have a modular structure? : abap modularization
What are the types of parameters in the function modules?
Which function module would you use to check the user’s authorization to access files before opening a file?
Explain how to create any functions? How to go about it?