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 should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What is the significance of delivery class? : abap data dictionary
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is logo in sap script?
What are the aggregate objects in the data dictionary? : abap data dictionary
What is the advantage of structures?
How to call transaction in session method without recording?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What data is contained? : abap data dictionary
what are the problem we face during development( if we say v are in support(development)? what are the critical problems araises during LSMW updation and Smart form layout development for involce and po? very very important questions now a days commonly asking..plz plz reply me
How does the system handle roll areas for external program components?
what is bapi,badi,bdc,ale idocs?
What does the extract statement do in extract datasets?
What are dml commands in abap?