in session method sy-subrc is not returned whereas in call
transaction method sy-subrc is returned . what does it mean?
Answer Posted / raja kunapareddy
Call transaction process is synchronous that is why it
returns SY-SUBRC, where as Sessions methods process is
asynchronous, so it will not return SY-SUBRC.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is locking? : abap data dictionary
What are the client dependant objects in abap / sap?
Explain what is the purpose of sap script?
Explain the session method? : abap bdc
What is the syntax for ‘call transaction’?
Explain what are the events used for logical database?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
Does the external program run in the same sap luw as the caller, or in a separate one?
How to get that a secondary index is attached to a select query?
What are the types of bdc s?
What is the difference between refresh and free statements?
Explain what are the system fields? Explain?
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
What is ole?
Explain the disadvantage of using exec sql statement in abap?