in session method sy-subrc is not returned whereas in call
transaction method sy-subrc is returned . what does it mean?
Answer Posted / hitesh g
Session method doesnt return sy-subrc means, the records
that are uploaded are not saved in database, but are
temporarily residing in Session. Once u process the
session, then only, the data will be stored in database.
Where as in Call Transaction, after the execution of Call
Transactin method, the records will be update into database
according to Synchronous/Asynchronous method.
in session method it should not a return value . because of
the while u transfer the data from the legacy system to sap
system it sholud not check the values.but in the call
transaction method compalsory check the values
mandatory.and also the in the call trasaction method its a
function so compalsory sholud return the value.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to Raise a Particular Ticket in Realtime ?
What is structure?
Cds views
How to determine the attributes of an internal table?
What are the different types of the variable in the sap abap?
What are the payroll related infotypes? : abap hr
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
From Excel to ABAP - Is batch mode possible ?
Explain the difference between free and refresh?
What is the difference between ABAP and HR ABAP
What are logical databases? : abap hr
What is foreign key relationship? : abap hr
Where do you use help views?
How can cluster table be created?
What are roles and authorization objects?