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 difference between ABAP and HR ABAP
What is Field group?
What are the parameter types for a method?
Define external layer? : abap data dictionary
What are the difference between tables and structures? : abap data dictionary
How can we set the table spaces and extent sizes? : abap data dictionary
Reports: Event functionality.
did u done enhancement framework?how u implemented?
What is the difference between a structure and an append structure?
can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table
Does sap handle multiple currencies?
What is difference between inner join and outer join?
What is the difference between a dialog program and a report?
How do you write manual bdc session method? : abap bdc
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization