What is the use of update Function Module ?
Where it is used and purpose ?
Answer Posted / kishore
Hi..
Update Function Modules are used for SAP Logical Unit of Work. This function modules are triggered when an Explicit or Implicit COMMIT WORK is encountered.
Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What are logical databases?
What is the function of the transport system and workbench organizer?
How to upload more than 2GB file from External Source to SAP?
How to debug rfc function module?
What is the difference of update types in call transaction method ? : abap bdc
Work most on which module: name a few tables?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
What are the advantages/ dis-advantages of logical databases?
– 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 is the difference between Exit and Stop?
What is the difference between skip and new-line?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
Explain about interactive report?
How are the function code handles in flow logic?
What are the requirements a dialog program must fulfill?