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 can the standard tables of sap be modified?
What are Table control and tab strip control in dialog programming ?
Explain what is sap script? What is the purpose of sap script?
What is use of transparent table in abap? How it is different from pool tables?
How to get that a secondary index is attached to a select query?
Give examples of transparent table?
Why do we use events and actions in web dynpro?
What is the difference between synchronous and asynchronous updates?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)
Explain how data is stored in cluster table?
when do you need to create an internal table with header line ? and with out a header line?
What are the aggregate objects in the dictionary? : abap data dictionary
When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
What are the dis-advantages of logical databases? : abap hr
How do you display a data in a detail list?