which commands are allowed if you are working with an internal
table of type sorted?
Answers were Sorted based on User's Feedback
Answer / latun
whenever u r working with a sorted internal table u cant use
APPEND stmt..rest of the operations u can do...
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / anitha
To sorted tables, rows are appended only if they correspond to the sort sequence and do not create duplicate entries with unique table key. Otherwise, an untreatable exception is triggered.
Is This Answer Correct ? | 0 Yes | 0 No |
Will 50,000 records be uploaded directly into APP's Server?
how to create lock object
System fields in Interactive reports?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
why sapscripts are client dependent and smartforms are cliet independent,plz give me a brief explanation,thank u.
what is naming conventions given for lock object and how you create the lock object
Function Module for smart forms?
what is the functionality of data class?
Performance tuning techniques
Why long time required to copy the file than delete the same file.
what is tablemaintanance generator ? how to create it?
what command will use in logical database for retrieve the data (select OR retrieve OR GET)