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 will you read from internal table records in a given value range (without using loop)
How to add a column to a table control while using alphanumerical layout editor ?
how to see the table output?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What is the difference between Check and Continue?
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What is the function of the transport system and workbench organiser? : abap data dictionary
What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?
Difference between open sql and native sql? : abap data dictionary
What are the different types of views in sap? : abap data dictionary
Difference between Field groups and internal tables?
What should be the approach for writing a bdc program? : abap bdc
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
Explain what is step-loop? Explain all the steps?
What are the events in classical reports?