Why do we use Process On Value Request(POV) event instead of
data element,search help in module pool.
Answer Posted / sivaramakrishna
hi this is very common question in Mpp , genarally we assign search help for f4 of input field in mpp, but in case if we created one input field which is needed to upload the file from either presentation server or appliccation server in that case we espicially declare the PROCESS_ON_VALUE_REQUEST event and under that we create the module in that module we write the code for select the file .
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you read files from the application server ? : abap bdc
What is the use of table control in bdc is it same in module pool table control? : abap bdc
what is diff between idocs,bdc,rfc and bapi. give real time answer
What are two methods of modifying sap standard tables? : abap data dictionary
Which type of tables used this buffer?
How to copy table across clients?
What are the problems in processing batch input sessions? How is batch inputprocess different from processing online?
What is step-loop?
What are aggregated objects : abap data dictionary
What are the uses of secondary indexes?
How will you read from internal table records in a given value range (without using loop)
– 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
In the `select' statement what is group by ?
What are the differences between interactive and drill down reports?
Explain the function module in bdc?