what is the syntax for eliminating duplicate values in
internal table.
Answer Posted / muthukumaran.m
syntax:
DELETE ADJACENT DUPLICATE ENTRIES FROM <ITAB>
[COMPARING<F1><F2>.....|ALL FIELDS].
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain what is sap script?
What is the procedure you followed to upload the data?
What are the different modes of processing batch input sessions? : abap bdc
What work you have done in HR module
What are the fields in a bdc_tab table? : abap bdc
What is the process to enhance the Infotype
What happens if we use leave to list-processing without using suppress-dialog?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
Can you define a field without a data element? : abap data dictionary
What is the use of the raising exception?
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
Can you print decimals in type n? What is difference between float and packed data type?
What happens if a function module runs in an update task?
when are objects are passed from task to the change request?
What are interface/conversion programs in SAP?