Sort statement?
Answers were Sorted based on User's Feedback
Answer / sameer
yep its correct its is used for sorting internal table.
synatx :
SORT <itab> by <field> Ascending/descending.
Is This Answer Correct ? | 2 Yes | 0 No |
This statement sorts an internal table itab. As standard,
numeric and byte-type components are sorted by their value
and character-type components according to their binary
representation code page). Textual sorting of character-
type components is performed using the addition AS TEXT.
Syntax
SORT itab [STABLE]
{ { [ASCENDING|DESCENDING]
[AS TEXT]
[BY {comp1 [ASCENDING|DESCENDING] [AS TEXT]}
{comp2 [ASCENDING|DESCENDING] [AS TEXT]}
... ] }
| { [BY (otab)] } }.
Thank's and Regards,
Shreeshail Diggi
SAP Technical Consultant Infinite India
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amrit
Shreeshail may or may not have good knowledge. bcoz he/she only does copy n paste works. That's really not good for career improvement.
ans should be simple n short.
SORT <itab> by <field> Ascending/descending.
Is This Answer Correct ? | 1 Yes | 0 No |
what is a value table?
how to fill the select options from an internal table dynamically ie can i use the loop in the initialization
can i write combine code for row material and finish good for BDC?plz give me steps to create combine bdc.
1.Can we see the output without print program in sap script,and can we fetch the data without printprogram?if yes how,pls reply in details. 2.What is table control in BDC? how can we handled in bdc? pls reply in details
we can write the select query or any code after the end of selection
what is the difference between the transaction... VD01 and XD01???
What is the major difference between pool tables and transparent tables?
difference between bapi and rfc
What are the types of subroutines? : abap modularization
give the all step of workflow process step by step
iam having 3 internal table how can i pass data to the 4th internal table
How can a lock object be called in the transaction?