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 Buffering Concept? When should a Table be buffered?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What are the aggregate objects in the dictionary? : abap data dictionary
Explain the advantages of logical databases?
What does a lock object involve?
What are the classifications of the sap abap data classes?
What is the difference between field-group header and other field groups? : abap modularization
Can a filed occur in several field groups? : abap modularization
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What is locking? : abap data dictionary
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
Why we are using Macros instead of Function Modules
Write syntax for message error (report)?
Can we create an abap program without using y or z?
What are the types of windows in sap script?