How do u write a program in session method so that it
creates the session and run the session itself without
going to sm35
Answers were Sorted based on User's Feedback
Answer / padma
After writing the program submit the session using the syntax
submit rsbdcsub with mappe '<session name>' [via selection
screen] [and return].
Is This Answer Correct ? | 20 Yes | 0 No |
Answer / gary
When we talk about Session method, it always means BDC Session Method, so I think Answer2 is correct.
Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sathish
using the funtion modules.
bdc_open_group.
bdc_insert.
bdc_close_group.
Is This Answer Correct ? | 3 Yes | 14 No |
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
Define spool request?
5. What is the difference between report and script?
What does the extract statement do in extract datasets?
What is the major difference between pool tables and transparent tables?
What is the reserve command?
wat is the difference between A-gate & W-gate?where are they used?
how u transport a abap program from 4.7 version to 5.0 version?
what is a text table ?
What are the different types of abap/4 programs?
if u have two internal table such as itab1 and itab2.in itab1 has four fields such as f1,f2,f3,f4 and in itab2 has two fields such as f1,f2.then how can u copy data from first internal table to second internal table.
there is size categery(0,1,2,3)if i need more space after giving the size 0.what i have to do now?