Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.

1440


What is the difference between call transaction and session method? : abap bdc

1282


What is the use of 'for all entries'?

1117


In sap scripts, how will you link form with the event driven?

1030


What are the user groups?

1069


Have you processed BDCs ?

1117


What is the difference between commit-work and rollback-work tasks?

1182


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

1412


How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc

1133


What is a type-pool?

1157


Explain the difference between cluster tables and pool table?

1166


What is a table pool?

1224


What happens if only one of the commands set screen and leave screen is used without using the other?

1142


A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?

1480


How would you suppress the display of a parameter on the selection screen?

1099