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 does a lock object involve?
Explain enhancements
What is bdc programming? : abap bdc
What are base tables of an aggregate object? : abap data dictionary
Create any functions? How to go about it?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
How to do find it?
What is sap luw or update transaction?
What is the difference between field-group header and other field groups? : abap modularization
What are internal tables? : abap hr
Differentiate between abap memory and sap memory?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
How do you use structures in the abap programs?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is pakey structure, pshd1 structure and what type of fields it contains? : abap hr