0 Kudos 133 SAP Managed Tags: ABAP Development Hi All, I have 4 materials in an internal table say, 123 456 ABC BCD after sorting based on Material Number, I need the output like ABC BCD 123 456 Help me to achieve this. Points Assured. Regards Suresh...
SAP Managed Tags: ABAP Development Hi, I have developed a ABAP Query. I want to sort some of the fields, for which I need to add some output fields to the sort sequence box in the Basic List page in SQ03/SQ01. But, I am not able to drag and drop the fields directly. Please ...
SAP Managed Tags: ABAP Development Hi Experts, I have an internal table which has two fields one of them is the site no. and the other is date field which is in ddmmyyyy. Since I need to display the date field in alvgrid as mmddyyyy I concatenated accordingly. Now am sorting the ...
The Sort feature changes the order in which objects are presented in a hierarchical structure from left to right in each branch of a structure. You can sort objects according to various criteria, for example, ascending or descending order. Note A sort does not affect the relationship...
3) Try and sort the data (internal table), used in function module to fill these segments. Probably user-exit will be there where you can put you code. Regards, Pawan. Reply Former Member In response to kesavadas_thekkillath 2011 May 19 9:28 AM 0 Kudos 701 SAP Managed ...
SAP Managed Tags: ABAP Development, SQL Hi Colleagues, We notice difference in the output when executing the SELECT queries on traditional DB and HANA. We are using side car approach so we have both the databases. SELECT Query 1 without HANA SELECT * FROM EKPO INTO TABLE LT_EKPO FOR ALL...
SAP /BEV1/EMFAS1 Table Fields Here is the details of each fields in this table.You can find the discription, data type and assigned lenth of each of the fields in /BEV1/EMFAS1 table. MANDT : ClientIts a key field. Its data type is C (Character String) with field length 3 VKORG ...
AND GIVE BOX_FNAME = internal table field name Reply Former Member In response to hymavathi_oruganti 2006 Aug 18 3:32 AM 0 Kudos 144 SAP Managed Tags: ABAP Development I actually need to group them, but only found the command to group in IT_SORT. Btw would removing ...
SAP Managed Tags: ABAP Development hi, I am using the "slis_t_sortinfo_alv" for sorting the two fileds STAT2 and PERSK from my internal table. But i am getting the dump error as below. Please help me to rectify it by pointing the mistake i had made in the program. main pa...