Latest Answer : /n terminates the current transaction /bend terminates the batch input transaction ...
Latest Answer : All synchronous update the sy-subrc is set to 0 only when the particular transaction is executed and also the changes have done to the database,But in asynchronous update the sy-subrc is set to 0 if  the transaction is executed without any fail, not ...
Latest Answer : Hi,UPload : uploading file from presentation sever to internal table with use of dialog is possible in upload function & here file name & file type are asked at run time with prompt.Ws-Upload : uploading file from presentation server to internal table without ...
What are the table controls in BDC ? what is the difference between bdc and lsmw ?what is the difference between bdc and rfc ?
Latest Answer : Call trasaction method trasfers non sap data into sap immediately after completion of BDC, whereas session method creates the session and transfers data when user seesions it. It tranfers data one by one whereas trasaction method transfers data all together. ...
What is the main difference between ws_upload and gui_upload? why cant we use ws_upload in 4.7ee version?
Latest Answer : BAPI's are the remote enabled Function modules which are defined in the Business Object Repository (BOR) as the methods of the business objects.I can say BAPI is the subset of RFC. RFC connects to the other system via BAPI and vice versa. ...