3) What happens if there is no CLOSE_GROUP in a BDC.
Answer Posted / sirisha
BDC_CLOSE_GROUP needs no parameters. It automatically closes
the session that is currently open in your program.
You must close a session before you can open another session
from the same program.
You cannot re-open a session once it has been closed. A new
call to BDC_OPEN_GROUP with the same session name creates a
new session with the same name.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the significance of hide?
What are the system fields? Explain?
What are screen painter? Menu painter? Gui status?
How to give programe name as input in BDC report of abap ?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What are the events used in abap in the order of execution?
what is the process of creating quotation using BAPIs.
What are conversion routines? : abap data dictionary
What are the screen painter and menu painter?
Explain difference between primary key and unique key?
What are ranges?
How can we omit a leading sign and a leading zero in sapscript?
What is the difference between tables and structures?
What is the syntax for ‘call transaction’?