what is the difference between function modules and
subroutines
Answer Posted / manoj
A function returns a value whereas a subroutine does not. A
function should not change the values of actual arguments
whereas a subroutine could change them.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are the update types possible?
What are spa/gpa parameters (sap memory)?
Explain how to Handle the internal tables in ABAP?
What is new enhancement framework?
What is difference between check table and value table ?
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?
Where do you use help views?
What are uses of foreign key?
Differentiate between static and dynamic step loops?
How to debug rfc function module?
What are the different types of parameters?
– 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
What are the payroll related Infotypes
What is ps structure? : abap hr
How many types of tables exist and what are they in data dictionary?